We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/usr/local/lua_redis/resty/aes.lua:106: /usr/local/lib/libluajit-5.1.so.2: undefined symbol: EVP_md5 stack traceback:
The text was updated successfully, but these errors were encountered:
我遇到一个问题就是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
Sorry, something went wrong.
+1 Actual for CentOS 7 (OpenSSL 1.0.2k-fips).
No branches or pull requests
/usr/local/lua_redis/resty/aes.lua:106: /usr/local/lib/libluajit-5.1.so.2: undefined symbol: EVP_md5
stack traceback:
The text was updated successfully, but these errors were encountered: