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

what is wrong with undefined symbol: EVP_md5 #27

Open
pandason125 opened this issue Jul 11, 2015 · 2 comments
Open

what is wrong with undefined symbol: EVP_md5 #27

pandason125 opened this issue Jul 11, 2015 · 2 comments

Comments

@pandason125
Copy link

/usr/local/lua_redis/resty/aes.lua:106: /usr/local/lib/libluajit-5.1.so.2: undefined symbol: EVP_md5
stack traceback:

@pandason125
Copy link
Author

我遇到一个问题就是redhat 手动编译了nginx+lua,测试调用resty.redis也正常,但是用到resty.aes就报错usr/local/lib/libluajit-5.1.so.2: undefined symbol: EVP_md5可能是openssl没编译好,但是又不知道问题出在哪里?
nginx是这样编译:
./configure --prefix=/usr/local/nginx --sbin-path=/usr/local/nginx/nginx
--pid-path=/usr/local/nginx/nginx.pid
--with-pcre=/usr/local/src/pcre-8.34
--with-zlib=/usr/local/src/zlib-1.2.8
--with-openssl=/usr/local/src/openssl-1.0.2-beta3
--with-ld-opt="-Wl,-rpath,$LUAJIT_LIB"
--add-module=/usr/local/src/lua-nginx-module-0.9.16
--add-module=/usr/local/src/ngx_devel_kit-0.2.19

@a-menshchikov
Copy link

+1
Actual for CentOS 7 (OpenSSL 1.0.2k-fips).

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