> I am using Ubuntu 14.04 server VM and I tried to install OpenSSL 1.0.2, but > the system can’t find it. I added the path to OpenSSL to $PATH, but I still > cannot build Curl with ssl. Should I do some additional linking to the new > OpenSSL version? > Typically you use LD_PRELOAD to ensure a particular version of a library is loaded when the library is in a non-standard location.
LD_PRELOAD applies even if you use a configuration option like `-with-ssl=...` because `-with-ssl=...` applies to compiling, and not runtime linking. See the ld.so(8) man pages at http://linux.die.net/man/8/ld.so. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org