Re: [REDHAT] Re: Can't update Python

2002-04-08 Thread Bill Crawford
On Mon, 8 Apr 2002, David Kramer wrote: > > > /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

Re: [REDHAT] Re: Can't update Python

2002-04-08 Thread Mike Burger
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 Ha

Re: [REDHAT] Re: Can't update Python

2002-04-08 Thread David Kramer
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 > >

Re: Can't update Python

2002-04-08 Thread Bill Crawford
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@