Skip to content

Instantly share code, notes, and snippets.

@zined
Created September 16, 2014 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zined/3238689420ed804171b8 to your computer and use it in GitHub Desktop.
Save zined/3238689420ed804171b8 to your computer and use it in GitHub Desktop.
~/s/h/b/h/s/g/m/h/c/hekad git:dev ❯❯❯ pwd && strace -f go build 2>&1 | grep 'liblua\.'
/home/zined/src/heka/build/heka/src/github.com/mozilla-services/heka/cmd/hekad
[pid 9298] open("/opt/local/lib/liblua.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 9298] open("/opt/local/lib/liblua.a", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 9298] open("/usr/local/lib/liblua.so", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 9298] open("/usr/local/lib/liblua.a", O_RDONLY) = -1 ENOENT (No such file or directory)
[pid 9298] open("/usr/lib/liblua.so", O_RDONLY) = 17
[pid 9298] open("/usr/lib/liblua.so", O_RDONLY) = 18
~/s/h/b/h/s/g/m/h/c/hekad git:dev ❯❯❯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment