Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deamon installation in Mac OS X #62

Open
raziel-carvajal opened this issue Aug 26, 2016 · 0 comments
Open

Deamon installation in Mac OS X #62

raziel-carvajal opened this issue Aug 26, 2016 · 0 comments
Assignees

Comments

@raziel-carvajal
Copy link
Member

This is an error example that happens during the compilation of the deamon. TIP: add the headers package (usually *-dev) via homebrew.

/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in src/c
make[2]: Nothing to be done for all'. Making all in src/c/luacrypto gcc -DHAVE_CONFIG_H -I. -I../../.. -I/usr/local/include -I../../include -fno-common -dynamiclib -undefined dynamic_lookup -g -O2 -MT crypto_so-lcrypto.o -MD -MP -MF .deps/crypto_so-lcrypto.Tpo -c -o crypto_so-lcrypto.otest -f 'lcrypto.c' || echo './'`lcrypto.c
clang: warning: argument unused during compilation: '-dynamiclib'
clang: warning: argument unused during compilation: '-undefined dynamic_lookup'
lcrypto.c:8:10: fatal error: 'openssl/err.h' file not found

include <openssl/err.h>

     ^

1 error generated.
make[2]: *** [crypto_so-lcrypto.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant