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 program

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 libcrypt

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 f