View previous topic :: View next topic |
Author |
Message |
freebaseh n00b
Joined: 31 Jan 2003 Posts: 28
|
Posted: Mon Jun 23, 2003 6:30 pm Post subject: libcrypto and libssl missing |
|
|
after a installation of openssl it seems im missing libssl and libcrypto
im not sure how to get em back any one got any tip on this if i do
ldd /usr/bin/wget
it comes out like:
libssl.so.0.9.6 => not found
libcrypto.so.0.9.6 => not found
libdl.so.2 => /lib/libdl.so.2 (0x40029000)
libc.so.6 => /lib/libc.so.6 (0x4002c000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
could use any tip on this |
|
Back to top |
|
|
Athrawn17 n00b
Joined: 07 Nov 2002 Posts: 42 Location: Des Moines IA
|
Posted: Tue Jun 24, 2003 1:19 am Post subject: |
|
|
Mine did the exact same thing! I was not a happy camper...
Anyway...what I had to do to fix it short term was to ftp over to ssl's website and grab the tar-ball, install it, then put an entry in the /etc/ld.so.conf to tell wget where things were, then emerge unmerge openssl, and merge it again.
env-update regens the ld.so.conf, so I had to then add to the line
LDPATH="/usr/local/lib"
in the /etc/env.d/00basic file
Just add the path to your newly installed ssl after you download the tarball, run env-update, and that should put wget back up and running long enough to emerge sync and then unmerge openssl and merge openssl. _________________ 1 0
Just my two bits. |
|
Back to top |
|
|
freebaseh n00b
Joined: 31 Jan 2003 Posts: 28
|
Posted: Tue Jun 24, 2003 2:26 am Post subject: thanks |
|
|
thanks i got it all back working now. |
|
Back to top |
|
|
|