Advertisement
_dinsdale

Untitled

Sep 10th, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. russell@freebsd11rc2:~/git% sudo luarocks install --server=http://luarocks.org/dev http
  2. Installing http://luarocks.org/dev/http-scm-0.rockspec
  3. Missing dependencies for http scm-0:
  4. luaossl >= 20150727 (not installed)
  5. basexx >= 0.2.0 (not installed)
  6. lpeg_patterns >= 0.2 (not installed)
  7. fifo (not installed)
  8.  
  9. http scm-0 depends on luaossl >= 20150727 (not installed)
  10. Installing https://luarocks.org/luaossl-20151221-0.src.rock
  11. cc -O2 -fPIC -I/usr/local/include -c src/openssl.c -o src/openssl.o -D_REENTRANT -D_THREAD_SAFE -D_GNU_SOURCE -DLUA_COMPAT_APIINTCASTS -I/usr/local/include -I/usr/local/include
  12. cc -shared -o _openssl.so -L/usr/local/lib src/openssl.o -L/usr/local/lib -L/usr/local/lib -lssl -lcrypto -lpthread -ldl -lm
  13. /usr/bin/ld: cannot find -ldl
  14. cc: error: linker command failed with exit code 1 (use -v to see invocation)
  15.  
  16. Error: Failed installing dependency: https://luarocks.org/luaossl-20151221-0.src.rock - Build error: Failed compiling module _openssl.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement