Re: openssl-1.0.2-beta2

2014-09-02 Thread Jeffrey Walton
> 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 p

Re: openssl-1.0.2-beta2

2014-09-02 Thread Artem Pylypchuk
If you're building Curl from source, try ./configure --prefix=/usr --with-ssl=../openssl-1.0.2 This configuration trick applies to any version of openssl or any other library in general. To run your Curl from source directory, set the LD_LIBRARY_PATH or LD_PRELOAD environment variable to point

openssl-1.0.2-beta2

2014-09-02 Thread Bisera Milosheska
Hi, 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? Thank you fro your answer. Best regards, Bise