Re: libcrypto.so.2 dependency problem

2003-06-11 Thread Anton Piatek
The problem is i have it... $ rpm -q openssl openssl-0.9.7a-2 $ rpm -q -provides openssl config(openssl) = 0.9.7a-2 libcrypto.so.4 libssl.so.4 openssl = 0.9.7a-2 I worked through this a bit with my local LUG.. but all i did was make a link for libcrypto.so.2 -> libcrypto.so.0.9.7a The prog

Re: libcrypto.so.2 dependency problem

2003-06-11 Thread Bill Tangren
Anton Piatek wrote: # rpm -i pwlib-1.4.7-3.i386.rpm error: Failed dependencies: libcrypto.so.2 is needed by pwlib-1.4.7-3 libssl.so.2 is needed by pwlib-1.4.7-3 # rpm -q openssl openssl-0.9.7a-2 # ls /lib/*libcrypto* libcrypto.so.0.9.7a

libcrypto.so.2 dependency problem

2003-06-11 Thread Anton Piatek
# rpm -i pwlib-1.4.7-3.i386.rpm error: Failed dependencies: libcrypto.so.2 is needed by pwlib-1.4.7-3 libssl.so.2 is needed by pwlib-1.4.7-3 # rpm -q openssl openssl-0.9.7a-2 # ls /lib/*libcrypto* libcrypto.so.0.9.7a libcrypto.so.4 But i cant

RE: libcrypto.so.2

2002-04-09 Thread Ross Cooney
It would seem that some people have libcrypto.so.0.9.6 linked to libcrypto.so.2. I am not sure why people would do thisbut some do. In my case, I did not need libcrypto.so.2 to install net-snmp because I used the src and compiled myself, as opposed to using the RPMI suggest that you try

Re: libcrypto.so.2

2002-04-08 Thread Noah Davis
king, openssl-0.9.6b-8 (containing libcrypto.so.2). What exactly is this numbering scheme - does the "b" stand for "beta" and the last digit the release number? If all this is true, why does the older openssl-0.9.6b-8 contain this newer libcrypto.so.2?! I'm losing me mi

RE: libcrypto.so.2

2002-04-08 Thread Ross Cooney
I have found the issue. I want to install the new version of net-snmp and the rpm would not install unless I had libcrypto.so.2 Apparently this is a known issue with the RedHat RPMS. I have grabbed the source and build it myself, and I didn't need libcrypto.so.2... I dont know why I bot

Re: libcrypto.so.2

2002-04-08 Thread Mike Burger
Have you tried "locate libcrypto.so.2" yet? On Mon, 8 Apr 2002, Noah Davis wrote: > OK, I got the package. If I try to upgrade it I get: > - > [root /home/noahd1/installers]# rpm -U --test openssl-0.9.6b-8.i386.rpm > error: failed dependencies: >

Re: libcrypto.so.2

2002-04-08 Thread Bill Crawford
On Mon, 8 Apr 2002, Noah Davis wrote: > OK, I got the package. If I try to upgrade it I get: > - > [root /home/noahd1/installers]# rpm -U --test openssl-0.9.6b-8.i386.rpm > error: failed dependencies: > openssl = 0.9.6-9 is needed by openssl-devel-0.9.6-9 > ope

Re: libcrypto.so.2

2002-04-08 Thread Noah Davis
Noah Davis wrote: > > ahhh. gotcha. thank you. I guess I didn't look deep enough into the SSL > > packages. > > > > On Monday 08 April 2002 11:16 am, you wrote: > > > On my redhat 7.1 system, I ran: > > > > > > rpm -q --whatprovides libcrypto.so

Re: libcrypto.so.2

2002-04-08 Thread Mike Burger
. > > On Monday 08 April 2002 11:16 am, you wrote: > > On my redhat 7.1 system, I ran: > > > > rpm -q --whatprovides libcrypto.so.2 > > > > And it came back with: > > > > openssl-0.9.6b-8 > > > > rpmfind.net shows this rpm at: > &

Re: libcrypto.so.2

2002-04-08 Thread Noah Davis
ahhh. gotcha. thank you. I guess I didn't look deep enough into the SSL packages. On Monday 08 April 2002 11:16 am, you wrote: > On my redhat 7.1 system, I ran: > > rpm -q --whatprovides libcrypto.so.2 > > And it came back with: > > openssl-0.9.6b-8 > > rpmfin

Re: libcrypto.so.2

2002-04-08 Thread Mike Burger
On my redhat 7.1 system, I ran: rpm -q --whatprovides libcrypto.so.2 And it came back with: openssl-0.9.6b-8 rpmfind.net shows this rpm at: ftp://rpmfind.net/linux/redhat/7.2/en/os/i386/RedHat/RPMS/openssl-0.9.6b-8.i386.rpm And, while it's listed as for use with RH7.2, I would imagi

RE: libcrypto.so.2

2002-04-08 Thread Saul Arias
/lib/libcrypto.so.2 is a symlink to /lib/libcrypto.so.0.9.6b in my system: $ cat /etc/redhat-release Red Hat Linux release 7.2 (Enigma) $ uname -a Linux saul.etires.com 2.4.9-31 #1 Tue Feb 26 07:11:02 EST 2002 i686 $ rpm -qa | grep openssl openssl096-0.9.6-6 openssl-devel-0.9.6b-8 openssl

Re: libcrypto.so.2

2002-04-08 Thread Ed . Greshko
On Mon, 8 Apr 2002, Ross Cooney wrote: > Anybody got an ieda where I can get libcrypto.so.2 ? > This is for a RebHat 7.0 server. rpm --redhatprovides libcrypto.so.2 openssl-0.9.6b-8 OK? Ed ___ Redhat-list mailing list [EMAIL PROTECTED]

RE: libcrypto.so.2

2002-04-08 Thread Ross Cooney
> I've done a search for this as well, and it comes up with nothing on > rpmfind... yep...been there. Google is also not my friend in this case. >(i presume we're both trying to upgrade KDE) nope...I want to upgrade net-snmp > I also randomly did a search on openssl and the library that c

Re: libcrypto.so.2

2002-04-08 Thread Noah Davis
Noah On Monday 08 April 2002 10:35 am, you wrote: > http://rpmfind.net > > Do a search for "libcrypto.so.2" and it will list all the appropriate SSL > rpms...find the one for RH7.0, download, and install. > > On Mon, 8 Apr 2002, Ross Cooney wrote: > > Anybod

Re: libcrypto.so.2

2002-04-08 Thread Mike Burger
http://rpmfind.net Do a search for "libcrypto.so.2" and it will list all the appropriate SSL rpms...find the one for RH7.0, download, and install. On Mon, 8 Apr 2002, Ross Cooney wrote: > Anybody got an ieda where I can get libcrypto.so.2 ? > This is for a RebHat 7.0 ser

libcrypto.so.2

2002-04-08 Thread Ross Cooney
Anybody got an ieda where I can get libcrypto.so.2 ? This is for a RebHat 7.0 server. Thanks, Ross ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list