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

luacrypto does not compile #5

Open
shlomiken opened this issue May 15, 2018 · 1 comment
Open

luacrypto does not compile #5

shlomiken opened this issue May 15, 2018 · 1 comment

Comments

@shlomiken
Copy link

as far as i understand this should be migrated to luassl

lua-resty-hmac v1.0-1 depends on luacrypto (not installed)
Installing https://luarocks.org/luacrypto-0.3.2-2.src.rock

Error: Failed installing dependency: https://luarocks.org/luacrypto-0.3.2-2.src.rock - Could not find header file for OPENSSL
No file openssl/evp.h in /usr/local/include
No file openssl/evp.h in /usr/include
You may have to install OPENSSL in your system and/or pass OPENSSL_DIR or OPENSSL_INCDIR to the luarocks command.
Example: luarocks install luacrypto OPENSSL_DIR=/usr/local

@evgenyfadeev
Copy link

Install the following libraries: libssl-dev git

apt-get -y install libssl-dev git

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

No branches or pull requests

2 participants