search for: openssl101

Displaying 1 result from an estimated 1 matches for "openssl101".

Did you mean: openssl10
2014 Dec 23
1
Problems linking asterisk against self-compiled openssl on CentOS 5
...ot be upgraded to any later CentOS series. This CentOS series ships with openssl-0.9.8e, which lacks DTLS-SRTP support required for WebRTC. So I decided to build a parallel install of openssl. I chose the Fedora 21 package, openssl-1.0.1j, and built it on CentOS 5. The libraries now reside at /opt/openssl101/usr/lib with header files at /opt/openssl101/usr/include/openssl/ . There are symbolic links at /usr/lib64/libssl.so.10 and /usr/lib64/libcrypto.so.10 pointing into my upgraded openssl. Now I am trying to compile asterisk and link it with my openssl. My configure invocation is as follows: ./conf...