<?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 install rpm problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294560#M12464</link>
    <description>When I tried to installed the rpm , it pop the below messages , I am RH 8.0 / 2.4.18-14 kernel , the thress versions of rpm are for RH 7.0 /8.0/9.0 , but all are unable to install , could suggest what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;# rpm -ivh gcc-3.2-7.i386.rpm&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        binutils &amp;gt;= 2.12.90.0.7-1 is needed by gcc-3.2-7&lt;BR /&gt;        glibc-devel &amp;gt;= 2.2.90-12 is needed by gcc-3.2-7&lt;BR /&gt;&lt;BR /&gt;#rpm -ivh gcc-3.2.2-5.i386.rpm&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        binutils &amp;gt;= 2.12.90.0.7-1 is needed by gcc-3.2.2-5&lt;BR /&gt;        cpp = 3.2.2-5 is needed by gcc-3.2.2-5&lt;BR /&gt;        glibc-devel &amp;gt;= 2.2.90-12 is needed by gcc-3.2.2-5&lt;BR /&gt;        libgcc &amp;gt;= 3.2.2-5 is needed by gcc-3.2.2-5&lt;BR /&gt;&lt;BR /&gt;#rpm -ivh gcc-2.96-110.i386.rpm&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        binutils &amp;gt;= 2.11.93.0.2-6 is needed by gcc-2.96-110&lt;BR /&gt;        cpp = 2.96-110 is needed by gcc-2.96-110&lt;BR /&gt;        glibc-devel is needed by gcc-2.96-110&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Jun 2004 02:52:56 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2004-06-03T02:52:56Z</dc:date>
    <item>
      <title>install rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294560#M12464</link>
      <description>When I tried to installed the rpm , it pop the below messages , I am RH 8.0 / 2.4.18-14 kernel , the thress versions of rpm are for RH 7.0 /8.0/9.0 , but all are unable to install , could suggest what is wrong ? thx&lt;BR /&gt;&lt;BR /&gt;# rpm -ivh gcc-3.2-7.i386.rpm&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        binutils &amp;gt;= 2.12.90.0.7-1 is needed by gcc-3.2-7&lt;BR /&gt;        glibc-devel &amp;gt;= 2.2.90-12 is needed by gcc-3.2-7&lt;BR /&gt;&lt;BR /&gt;#rpm -ivh gcc-3.2.2-5.i386.rpm&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        binutils &amp;gt;= 2.12.90.0.7-1 is needed by gcc-3.2.2-5&lt;BR /&gt;        cpp = 3.2.2-5 is needed by gcc-3.2.2-5&lt;BR /&gt;        glibc-devel &amp;gt;= 2.2.90-12 is needed by gcc-3.2.2-5&lt;BR /&gt;        libgcc &amp;gt;= 3.2.2-5 is needed by gcc-3.2.2-5&lt;BR /&gt;&lt;BR /&gt;#rpm -ivh gcc-2.96-110.i386.rpm&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        binutils &amp;gt;= 2.11.93.0.2-6 is needed by gcc-2.96-110&lt;BR /&gt;        cpp = 2.96-110 is needed by gcc-2.96-110&lt;BR /&gt;        glibc-devel is needed by gcc-2.96-110&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jun 2004 02:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294560#M12464</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-03T02:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: install rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294561#M12465</link>
      <description>It needs few more underlying packages .&lt;BR /&gt;So to install gcc-3.2-7.i386.rpm&lt;BR /&gt;you need first install binutils,glibc-devel ,etc</description>
      <pubDate>Thu, 03 Jun 2004 02:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294561#M12465</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-06-03T02:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: install rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294562#M12466</link>
      <description>All of these are packages that need to be installed before you can successfully install your original rpm.  It's called "dependency hell".  You can "force" them with the --nodeps  option but I really really would not recommend this with a gcc upgrade.&lt;BR /&gt; &lt;BR /&gt;You really do have to follow the trail of errors, installing the packages as you go.</description>
      <pubDate>Thu, 03 Jun 2004 02:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294562#M12466</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-03T02:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: install rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294563#M12467</link>
      <description>thx reply , but I have tried to install the rpm -- &amp;gt;  gcc-java-3.2-7.i386.rpm , gcc-gnat-3.2-7.i386.rpm , gcc-g77-3.2-7.i386.rpm , gcc-c++-3.2-7.i386.rpm , all have the same error , what rpm I need to install first , then install the gcc-3.2-7.i386.rpm ? thx.</description>
      <pubDate>Thu, 03 Jun 2004 03:26:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294563#M12467</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-03T03:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: install rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294564#M12468</link>
      <description>start with binutils...Then if you'll try to install gcc-2.96-110.i386.rpm you'll see that the list of needed packages is shorter...</description>
      <pubDate>Thu, 03 Jun 2004 03:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294564#M12468</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-06-03T03:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: install rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294565#M12469</link>
      <description>thx reply , but what is binutils you mean ? is it a rpm ? could you please give me a beief instruction ? thx</description>
      <pubDate>Thu, 03 Jun 2004 04:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294565#M12469</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-03T04:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: install rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294566#M12470</link>
      <description>I understand it , thx all replies</description>
      <pubDate>Thu, 03 Jun 2004 05:20:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294566#M12470</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-06-03T05:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: install rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294567#M12471</link>
      <description>you should be using 'rpm' on its own. there are tools available like up2date, apt and yum that will resolve all rpm dependencies for you, and you no longer have to do the dirty work of hunting all these down.&lt;BR /&gt;as an extra those tools can also be used to keep your system up to date.</description>
      <pubDate>Fri, 04 Jun 2004 02:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294567#M12471</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-06-04T02:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: install rpm problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294568#M12472</link>
      <description>When trying to install/update use the cap "U"&lt;BR /&gt;option rather than the "i".&lt;BR /&gt;For example: rpm -Uvh gcc-3.2-7.i386.rpm would be better..&lt;BR /&gt;&lt;BR /&gt;When you find the binutils and the glibc-devel packages append them to the original rpm command and the dependencies will be resolved..&lt;BR /&gt;Try not to figure out which one to do first.. Do them all together.. ie:&lt;BR /&gt;  rpm -Uvh gcc-3.2-7....rpm binutils-2.12...rpm glibc-devel-2.2...rpm &lt;BR /&gt;&lt;BR /&gt;One source or starting place for packages is freshrpms.net. They have the apt-get and synaptic programs to aid in automatically installing and upgrading. You can also download individual packages..&lt;BR /&gt;&lt;BR /&gt;have fun..</description>
      <pubDate>Fri, 04 Jun 2004 10:02:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-rpm-problem/m-p/3294568#M12472</guid>
      <dc:creator>Lawrence Staberg</dc:creator>
      <dc:date>2004-06-04T10:02:35Z</dc:date>
    </item>
  </channel>
</rss>

