-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 18 January 2002 09:19 pm, Jim Bija wrote: > I have a production machine that i would like to install up2date and > rhn_register on. However im blowing dependecies: > [root@ns1 root]# rpm -ivh rhn_register-2.7.2-7.x.8.i386.rpm > error: failed dependencies: > python >= 1.5.2 is needed by rhn_register-2.7.2-7.x.8 > rpm-python >= 4.0.2 is needed by rhn_register-2.7.2-7.x.8 > python-xmlrpc >= 1.4.4 is needed by rhn_register-2.7.2-7.x.8 > /usr/bin/python is needed by rhn_register-2.7.2-7.x.8 [snip] > Its telling me the files i need, but not the .RPM files that i need to > install to satisfy the dep's, BY FAR the worst thing about RPM. Is > there a place i can go a program i can install (and hopefully not have > dep problems, UHHG) to tell me what .RPM certain files are in? A master > list of some kind would save the few hairs i have left in my head. > > PS* Anyway of having the next version of RPM tell you what Redhat made > .RPM's you need to install Redhat made packages?
Many of the dependencies in the list you posted are packages. For example: > python >= 1.5.2 is needed by rhn_register-2.7.2-7.x.8 You need to install a python package greater than version 1.5.2 However, others are locking for specific libraries, like: > poptmodule.so is needed by up2date-2.7.11-7.x.2 This is where rpmdb-redhat comes in handy. On a Red Hat Linux 7.2 machine I have the following rpm installed: $ rpm -q rpmdb-redhat rpmdb-redhat-7.2-0.20010924 This allows you to do useful things like: $ rpm --redhatprovides poptmodule.so rpm-python-4.0.3-1.03 So, you'll need to install rpm-python to get poptmodule.so. The version of rpm-python may differ, depending on what version of the distribution you are using. The only problem with the above is that I don't think rpmdb-redhat gets updated as new packages are released as errata, so the information may not be as up to date as it could be. - -D - -- pgp key: http://www.tuxfan.homeip.net:8080/pgpkey.txt - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8SPNPeMAUbzJhSVcRAkwyAJ9zztonqhCIDO7d21YNSgzCwgNTEQCgr2ni iLnmyIOyv8SNcWCPNFDpCCg= =hlVT -----END PGP SIGNATURE----- _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list