Well, if you're sure that the appropriate libs are where they need to be, 
you can use a --force or a --nodeps to bypass the errors.

On Mon, 8 Apr 2002, David Kramer wrote:

> On Tue, 9 Apr 2002, Bill Crawford wrote:
> 
> > On Mon, 8 Apr 2002, David Kramer wrote:
> > 
> > > 
> > > I have a Red Hat 7.0 that I want to upgrade Python on.
> > > 
> > > [root@kramer rpm]# rpm -Uvh python2-*
> > > error: failed dependencies:
> > >         libcrypto.so.0.9.6   is needed by python2-2.1-5
> > >         libssl.so.0.9.6   is needed by python2-2.1-5
> > > 
> > > [root@kramer rpm]# locate libcrypto
> > > /usr/lib/libcrypto.a
> > > /usr/lib/libcrypto.so
> > > /usr/lib/libcrypto.so.0
> > > /usr/lib/libcrypto.so.0.9.6
> > > /usr/lib/libcrypto.so.1
> > > /usr/lib/libcrypto.so.0.9.5a
> > > /usr/local/ssl/lib/libcrypto.a
> > 
> >   ^^^^^^^^^^
> > 
> >  I'm going to guess this was not an RPM package you installed?  If so
> > you need to make one, or find one.  The rpm database won't know about
> > those libraries unless they're part of a package.
> 
> Actually, it IS from an RPM.
> 
> [root@kramer rpm]# rpm -q -f /usr/lib/libssl.so.0.9.6
> openssl-0.9.6-9
> [root@kramer rpm]# rpm -q -f /usr/lib/libcrypto.so.0.9.6
> openssl-0.9.6-9
> [root@kramer rpm]# rpm -q openssl
> openssl-0.9.6-9
> 
> I should have included that as I already checked for that.  Sorry.
> 
> -------------------------------------------------------------------
> DDDD   David Kramer                           http://thekramers.net
> DK KD  
> DKK D  "Remember folks - Traffic lights timed for 35 mph
> DK KD  are also timed for 70 mph."
> DDDD                                                    Jim Samuels 
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to