<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: error while installing/upgrading rpm in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245436#M52308</link>
    <description>those libraries have been installed outside of the 'rpm' system, either by compilation or a tar package? if not, and you used an rpm package, then your rpm database is corrupt.&lt;BR /&gt;&lt;BR /&gt;you should never mix rpm and non-rpm packages.&lt;BR /&gt;&lt;BR /&gt;also rh7.3 is very very old, we're talking second half of the 90's here. rpm didn't do dependency resolving for you in those days.&lt;BR /&gt;&lt;BR /&gt;if this is an install to test or learn RH, i suggest you move along to something more recent.</description>
    <pubDate>Tue, 29 Jun 2010 06:00:05 GMT</pubDate>
    <dc:creator>dirk dierickx</dc:creator>
    <dc:date>2010-06-29T06:00:05Z</dc:date>
    <item>
      <title>error while installing/upgrading rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245432#M52304</link>
      <description>&lt;!--!*#--&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to install krb5-libs-1.4-4.pp-rh73.i386.rpm on my Red Hat 7.X server, however while installing/upgrading it fails due to dependencies.&lt;BR /&gt;&lt;BR /&gt;I checked for these dependencies and i already found them on the server.&lt;BR /&gt;I wonder why it is giving these errors.&lt;BR /&gt;I tried copying these libraries to /usr/lib and then trying upgrading the package with no success.&lt;BR /&gt;&lt;BR /&gt;#rpm -Uvh krb5-libs-1.4-4.pp-rh73.i386.rpm&lt;BR /&gt;error: failed dependencies:&lt;BR /&gt;        libdyn.so.1   is needed by pam_krb5-1.31-1&lt;BR /&gt;        libgssrpc.so.3   is needed by pam_krb5-1.31-1&lt;BR /&gt;        libkadm5clnt.so.4   is needed by pam_krb5-1.31-1&lt;BR /&gt;        libkdb5.so.3   is needed by pam_krb5-1.31-1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# rpm -qa | grep -i krb5&lt;BR /&gt;pam_krb5-1.31-1&lt;BR /&gt;krb5-libs-1.2.2-24&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#pwd; ll libdyn.so.1 libgssrpc.so.3 libkadm5clnt.so.4 libkdb5.so.3&lt;BR /&gt;/usr/kerberos/lib&lt;BR /&gt;lrwxrwxrwx    1 root     root           13 Oct 18  2001 libdyn.so.1 -&amp;gt; libdyn.so.1.0&lt;BR /&gt;lrwxrwxrwx    1 root     root           16 Oct 18  2001 libgssrpc.so.3 -&amp;gt; libgssrpc.so.3.0&lt;BR /&gt;lrwxrwxrwx    1 root     root           19 Oct 18  2001 libkadm5clnt.so.4 -&amp;gt; libkadm5clnt.so.4.0&lt;BR /&gt;lrwxrwxrwx    1 root     root           14 Oct 18  2001 libkdb5.so.3 -&amp;gt; libkdb5.so.3.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please suggest a solution to this&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sunny</description>
      <pubDate>Mon, 28 Jun 2010 08:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245432#M52304</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2010-06-28T08:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: error while installing/upgrading rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245433#M52305</link>
      <description>You need to install one or more RPM packages that will provide the necessary libraries.&lt;BR /&gt;&lt;BR /&gt;The rpm command tracks dependencies by looking at its package database, not at the actual filesystem. If someone has copied the library files to the system without installing the appropriate RPM, the rpm command will not know about them and will assume the libraries are not there.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 28 Jun 2010 09:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245433#M52305</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-06-28T09:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: error while installing/upgrading rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245434#M52306</link>
      <description>I installed the rpm with --nodeps filter</description>
      <pubDate>Mon, 28 Jun 2010 10:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245434#M52306</guid>
      <dc:creator>Sunny Jaisinghani</dc:creator>
      <dc:date>2010-06-28T10:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: error while installing/upgrading rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245435#M52307</link>
      <description>Try using --nodeps --force (highly unrecommended)</description>
      <pubDate>Mon, 28 Jun 2010 14:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245435#M52307</guid>
      <dc:creator>Gerardo Arceri</dc:creator>
      <dc:date>2010-06-28T14:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: error while installing/upgrading rpm</title>
      <link>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245436#M52308</link>
      <description>those libraries have been installed outside of the 'rpm' system, either by compilation or a tar package? if not, and you used an rpm package, then your rpm database is corrupt.&lt;BR /&gt;&lt;BR /&gt;you should never mix rpm and non-rpm packages.&lt;BR /&gt;&lt;BR /&gt;also rh7.3 is very very old, we're talking second half of the 90's here. rpm didn't do dependency resolving for you in those days.&lt;BR /&gt;&lt;BR /&gt;if this is an install to test or learn RH, i suggest you move along to something more recent.</description>
      <pubDate>Tue, 29 Jun 2010 06:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/error-while-installing-upgrading-rpm/m-p/5245436#M52308</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2010-06-29T06:00:05Z</dc:date>
    </item>
  </channel>
</rss>

