I need libssl-0.9.8 and 1.0.0. How can I install both versions at the same time? if I install one of them it automatically uninstalls the other one.

How to install 2 versions of a package at the same time?
(2 posts) (2 voices)-
Posted 10 years ago #
-
Hi poncho,
1. Which files installed with
libssl
SliTaz package? See here:
/usr/lib/libssl.so /usr/lib/libssl.so.1.0.0
Where "
libssl.so
" is symlink to "libssl.so.1.0.0
".2. Which files installed with
libssl-0.9.8
? I don't know, but I think you have both packages. Maybe that:
/usr/lib/libssl.so /usr/lib/libssl.so.0.9.8
Where "
libssl.so
" is symlink to "libssl.so.0.9.8
".3. You can do this:
/usr/lib/libssl.so /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.so.1.0.0
Where "
libssl.so
" is symlink to "libssl.so.1.0.0
" or to "libssl.so.0.9.8
" depending to your opinion.4. Install package
libssl-1.0.0
; unpack packagelibssl-0.9.8
and copy file "libssl.so.0.9.8" from unpacked package to/usr/lib
(as root user).
________
PS. Latest versions according to official web site:- OpenSSL 1.0.1j
- OpenSSL 1.0.0o
- OpenSSL 0.9.8zc
Posted 10 years ago #
Reply
You must log in to post.