You are not logged in.
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.
Offline
Hi poncho,
1. Which files installed with [c]libssl[/c] SliTaz package? See here:
[c]/usr/lib/libssl.so
/usr/lib/libssl.so.1.0.0[/c]
Where "[c]libssl.so[/c]" is symlink to "[c]libssl.so.1.0.0[/c]".
2. Which files installed with [c]libssl-0.9.8[/c]? I don't know, but I think you have both packages. Maybe that:
[c]/usr/lib/libssl.so
/usr/lib/libssl.so.0.9.8[/c]
Where "[c]libssl.so[/c]" is symlink to "[c]libssl.so.0.9.8[/c]".
3. You can do this:
[c]/usr/lib/libssl.so
/usr/lib/libssl.so.0.9.8
/usr/lib/libssl.so.1.0.0[/c]
Where "[c]libssl.so[/c]" is symlink to "[c]libssl.so.1.0.0[/c]" or to "[c]libssl.so.0.9.8[/c]" depending to your opinion.
4. Install package [c]libssl-1.0.0[/c]; unpack package [c]libssl-0.9.8[/c] and copy file "libssl.so.0.9.8" from unpacked package to [c]/usr/lib[/c] (as root user).
________
PS. Latest versions according to official web site:
[*]OpenSSL 1.0.1j
[*]OpenSSL 1.0.0o
[*]OpenSSL 0.9.8zc
Offline
[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]