Web Hosting Talk







View Full Version : problems installing yum


portalplanet
11-19-2004, 06:03 PM
Hi all. Bear with me here.. I'm trying to install yum and yum needs an updated version of python.. So I do like the install document says and run:

rpm -ivh http://download.fedoralegacy.org/redhat/7.3/updates/i386/python-1.5.2-43.73.i386.rpm
Retrieving http://download.fedoralegacy.org/redhat/7.3/updates/i386/python-1.5.2-43.73.i386.rpm
error: failed dependencies:
libgmp.so.3 is needed by python-1.5.2-43.73

The install document doesn't mention installing libgmp.so.3 .. Where can I find that? It seems like I'm in a chain of dependencies here..

Justin

andy18
11-19-2004, 06:44 PM
you may need to install the module gmp on your server. Go to rpmfind.net to search for the module and download it to your server.

dollar
11-19-2004, 07:31 PM
You can also go to rpmfind.net and search for libgmp.so.3 and it will give you the package you need to install that particular library.

Steven
11-19-2004, 10:33 PM
Originally posted by justadollarhostin
You can also go to rpmfind.net and search for libgmp.so.3 and it will give you the package you need to install that particular library.

wget -c ftp://fr.rpmfind.net/linux/redhat/7.3/en/os/i386/RedHat/RPMS/gmp-4.0.1-3.i386.rpm
rpm -Uvh gmp-4.0.1-3.i386.rpm

firestarter
11-20-2004, 12:49 AM
Most of the packages are dependent on some other lib modules. You need to have those in the server so that you can install the required modules.
In this case you needed "libgmp"