Page 1 of 1

Openssl.1.0.0

Posted: 26. Dec 2011, 05:27
by slack631
Hi,

Is there any chance to upgrade openssl to version 1.0.0?

h*tp://*ww.openssl.org/

thanks

Re: Openssl.1.0.0

Posted: 26. Dec 2011, 09:17
by gapan
No, not unless it is upgraded by slackware.

Re: Openssl.1.0.0

Posted: 11. Jan 2012, 02:07
by slack631
It worked whit symlinks only :

Code: Select all

ln -s /lib/libssl.so.0.9.8 /lib/libssl.so.1.0.0
ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.1.0.0
No need to upgrade :)