-
Hi, My build and production machine is using centOS 7 and CentOS7 is using openssl 1.0.2. I read #2740, but this doesn't give working solution. This is what I tried.
ldd the libssl.so
You can see the ldd showing libssl 1.0 is linked. install openssl11 and specify openssl11 dir. I installed using
ldd doesn't show libssl or libcrypto anymore |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This has been resolved by removing the --enable-static. |
Beta Was this translation helpful? Give feedback.
-
Prefix your SSL 1.1 lib paths in LD_LIBRARY_PATH |
Beta Was this translation helpful? Give feedback.
This has been resolved by removing the --enable-static.