RE: [gentoo-user] Openssl error after update

2003-11-10 Thread Nazarey, George
-user] Openssl error after update this thing updated openssl last night and now it gives me the following error: bash-2.05b# etc-update !!! CANNOT IMPORT FTPLIB: libssl.so.0.9.6: cannot open shared object file: No such file or directory !!! CANNOT IMPORT FTPLIB: libssl.so.0.9.6: cannot open shared

RE: [gentoo-user] Openssl error after update

2003-11-10 Thread Jeffrey Smelser
openssl breaks a bunch of programs.. You need to run revdep-rebuild to rebuild all the packages that require openssl.. You can create a link from 0.9.6 to 0.9.7 temporarly.. But make sure you recompile because it could have bad side affects, if not now, later. this thing updated openssl last

Re: [gentoo-user] Openssl error after update

2003-11-10 Thread Chris
PROTECTED] Sent: Monday, November 10, 2003 2:45 PM To: [EMAIL PROTECTED] Subject: [gentoo-user] Openssl error after update this thing updated openssl last night and now it gives me the following error: bash-2.05b# etc-update !!! CANNOT IMPORT FTPLIB: libssl.so.0.9.6: cannot open shared

Re: [gentoo-user] Openssl error after update

2003-11-10 Thread Chris
Which programs would need recompiled? On Monday 10 November 2003 01:53 pm, Jeffrey Smelser wrote: openssl breaks a bunch of programs.. You need to run revdep-rebuild to rebuild all the packages that require openssl.. You can create a link from 0.9.6 to 0.9.7 temporarly.. But make sure you

RE: [gentoo-user] Openssl error after update

2003-11-10 Thread Jeffrey Smelser
when you run revdep-rebuild -p, it will show you. Take off the -p, and it will recompile them.. Its not a perfect system, but it at least is a good start.. Devs are trying to find a better way as we speak. Which programs would need recompiled? On Monday 10 November 2003 01:53 pm, Jeffrey

Re: [gentoo-user] Openssl error after update

2003-11-10 Thread Chris
I dont mind the problem since it helps me learn a little more. :) On Monday 10 November 2003 02:54 pm, Jeffrey Smelser wrote: when you run revdep-rebuild -p, it will show you. Take off the -p, and it will recompile them.. Its not a perfect system, but it at least is a good start.. Devs are

Re: [gentoo-user] Openssl error after update

2003-11-10 Thread Chris
Ok, I cd'd to /usr/lib and ran: bash-2.05b# ln -s libssl.so.0.9.7 libssl.so.0.9.6 bash-2.05b# ln -s libcrypto.so.0.9.7 libcrypto.so.0.9.6 Then I ran: bash-2.05b# revdep-rebuild Now no error messages when I run etc-update. Thanks for the help. On Monday 10 November 2003 02:59 pm, Chris wrote:

RE: [gentoo-user] Openssl error after update

2003-11-10 Thread Jeffrey Smelser
well, of course not. You created the links.. Get rid of those links and run them. I just said you can create those links if you can't do it right away.. Ok, I cd'd to /usr/lib and ran: bash-2.05b# ln -s libssl.so.0.9.7 libssl.so.0.9.6 bash-2.05b# ln -s libcrypto.so.0.9.7 libcrypto.so.0.9.6

Re: [gentoo-user] Openssl error after update

2003-11-10 Thread Paulo Jorge de Oliveira Cantante de Matos
You should run: revdep-rebuild --soname libssl.so.0.9.6 revdep-rebuild --soname libcrypto.so.0.9.6 On Mon, 2003-11-10 at 20:38, Chris wrote: Which programs would need recompiled? On Monday 10 November 2003 01:53 pm, Jeffrey Smelser wrote: openssl breaks a bunch of programs.. You need to

Re: [gentoo-user] Openssl error after update

2003-11-10 Thread Chris
sorry it took so long to get back to you i removed the links as told and ran: revdep-rebuild --soname libssl.so.0.9.6 revdep-rebuild --soname libcrypto.so.0.9.6 but it didnt fix the problem. On Monday 10 November 2003 04:26 pm, Paulo Jorge de Oliveira Cantante de Matos wrote: You should