python2.1 and RedHat7.1

Nils O. Selåsdal noselasd at frisurf.no
Fri Jun 29 07:09:43 EDT 2001


"Michael Ackerman" <ack at nethere.com> wrote in message
news:mailman.993580729.681.python-list at python.org...
> Hello.
> I tried to install the python2.1 rpm for RedHat7.0 on my 7.1 system
but
> got a
> "failed dependency" message saying that it wants:
> libcrypto.so.0.9.6, libssl.so.0.9.6
> But these files are present, in /usr/lib. So what's going on?
> Any help will be appreciated.
And the version (0.9.6) asked for is the same as in your directory?
Then the libraries havent been installed with RPM, rpm dont check the
filesystem
only its database.
do: rpm -ivh python* --nodeps






More information about the Python-list mailing list