Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems with libssl.so.0.9.6 or libcrypto.so.0.9.6
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
dufeu
l33t
l33t


Joined: 30 Aug 2002
Posts: 924
Location: US-FL-EST

PostPosted: Sun Nov 23, 2003 12:07 pm    Post subject: Problems with libssl.so.0.9.6 or libcrypto.so.0.9.6 Reply with quote

If you receive error messages regarding libssl.0.9.6 or libcrypto.so.0.9.6 please reference bug # 34173.

You need to manually insert these as soft links in their respective library chains. Like so:

Code:

# locate libssl
/usr/lib/libssl.so.0.9.7
/usr/lib/libssl.so
/usr/lib/libssl.so.0
/usr/lib/mozilla/libssl3.so
/usr/lib/mozilla/libssl.a
/usr/lib/MozillaFirebird/libssl3.so
/usr/lib/libssl.a
# cd /usr/lib
# ls -l libssl*
-rw-r--r--    1 root     root       273116 Nov  4 18:24 libssl.a
lrwxrwxrwx    1 root     root           11 Nov  4 18:24 libssl.so -> libssl.so.0
lrwxrwxrwx    1 root     root           15 Nov  4 18:24 libssl.so.0 -> libssl.so.0.9.7
-r-xr-xr-x    1 root     root       196219 Nov  4 18:24 libssl.so.0.9.7
# rm libssl.so.0
# ln -s libssl.so.0.9.7 libssl.so.0.9.6
# ln -s libssl.so.0.9.6 libssl.so.0
# ls -l libssl*
-rw-r--r--    1 root     root       273116 Nov  4 18:24 libssl.a
lrwxrwxrwx    1 root     root           11 Nov  4 18:24 libssl.so -> libssl.so.0
lrwxrwxrwx    1 root     root           15 Nov 23 04:53 libssl.so.0 -> libssl.so.0.9.6
lrwxrwxrwx    1 root     root           15 Nov 23 04:52 libssl.so.0.9.6 -> libssl.so.0.9.7
-r-xr-xr-x    1 root     root       196219 Nov  4 18:24 libssl.so.0.9.7
# locate libcrypto
/usr/lib/libcrypto.so
/usr/lib/libcrypto.so.0.9.7
/usr/lib/mozilla/libcryptohi.a
/usr/lib/libcrypto.so.0
/usr/lib/libcrypto.a
# ls -l libcrypto*
-rw-r--r--    1 root     root      1780190 Nov  4 18:24 libcrypto.a
lrwxrwxrwx    1 root     root           14 Nov  4 18:24 libcrypto.so -> libcrypto.so.0
lrwxrwxrwx    1 root     root           18 Nov  4 18:24 libcrypto.so.0 -> libcrypto.so.0.9.7
-r-xr-xr-x    1 root     root      1021210 Nov  4 18:24 libcrypto.so.0.9.7
# ln -s libcrypto.so.0.9.7 libcrypto.so.0.9.6
# rm libcrypto.so.0
# ln -s libcrypto.so.0.9.6 libcrypto.so.0
# ls -l libcrypto*
-rw-r--r--    1 root     root      1780190 Nov  4 18:24 libcrypto.a
lrwxrwxrwx    1 root     root           14 Nov  4 18:24 libcrypto.so -> libcrypto.so.0
lrwxrwxrwx    1 root     root           18 Nov 23 05:01 libcrypto.so.0 -> libcrypto.so.0.9.6
lrwxrwxrwx    1 root     root           18 Nov 23 05:01 libcrypto.so.0.9.6 -> libcrypto.so.0.9.7
-r-xr-xr-x    1 root     root      1021210 Nov  4 18:24 libcrypto.so.0.9.7
#

_________________
People whom think M$ is mediocre, don't know the half of it.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum