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 works.. but i still have rpm complaining about dependency 
issues... as it still think that libcrypto.so.2 isnt installed...

Any idea how i can tell it that it is?

Anton

On Wednesday 11 Jun 2003 3:54 pm, Bill Tangren wrote:
> 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.4
> >
> > But i cant find the package in redhats site that is supposed to actually
> > give my libcrypto.so.2.... the openssl ones (older than i have installed)
> > are supposed to provide it, but the file list doesnt contain the file...

> A google search on libcrypto.so.2 yields this as the first entry:
>
> http://www.megaloman.com/~hany/RPM/libcrypto.so.2.html
>
> It indicates that you need openssl-0.9.6b.

---
Wise men speak when they have something to say. 
Fools speak when they have to say something. - Plato


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to