<?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: RHEL5 x86 &amp;amp; PSP 7.90 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel5-x86-amp-psp-7-90/m-p/5077737#M63109</link>
    <description>i could fixe the issue!</description>
    <pubDate>Fri, 02 Nov 2007 07:25:21 GMT</pubDate>
    <dc:creator>Toan_Nguyen</dc:creator>
    <dc:date>2007-11-02T07:25:21Z</dc:date>
    <item>
      <title>RHEL5 x86 &amp; PSP 7.90</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel5-x86-amp-psp-7-90/m-p/5077735#M63107</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;during the installtion process of PSP 7.90 I have been requested to install compat-gcc-32.3.2.3-47.2.i386.rpm.&lt;BR /&gt;&lt;BR /&gt;I downloaded the rpm manually and installed it. BUT got following error message:&lt;BR /&gt;&lt;BR /&gt;error: Failed dependencies&lt;BR /&gt;&lt;BR /&gt;glibc-devel &amp;gt;= 2.2.90-12 needed to installcompat-gcc-32.3.2.3-47.2.i386.rpm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 02 Nov 2007 05:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel5-x86-amp-psp-7-90/m-p/5077735#M63107</guid>
      <dc:creator>Toan_Nguyen</dc:creator>
      <dc:date>2007-11-02T05:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL5 x86 &amp; PSP 7.90</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel5-x86-amp-psp-7-90/m-p/5077736#M63108</link>
      <description>This is a case of missing dependencies. You will need glibc-devel greater than version 2.2.xx-xx. &lt;BR /&gt;&lt;BR /&gt;You can use RPMfind at &lt;A href="http://rpmfind.net" target="_blank"&gt;http://rpmfind.net&lt;/A&gt; to get the required RPMs or look for them on the installation media.&lt;BR /&gt;&lt;BR /&gt;For e.g. for glibc-devel-2.3.6-3.i386.rpm, look here:&lt;BR /&gt;&lt;A href="http://rpmfind.net//linux/RPM/fedora/updates/4/i386/glibc-devel-2.3.6-3.i386.html" target="_blank"&gt;http://rpmfind.net//linux/RPM/fedora/updates/4/i386/glibc-devel-2.3.6-3.i386.html&lt;/A&gt;</description>
      <pubDate>Fri, 02 Nov 2007 05:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel5-x86-amp-psp-7-90/m-p/5077736#M63108</guid>
      <dc:creator>~sesh</dc:creator>
      <dc:date>2007-11-02T05:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL5 x86 &amp; PSP 7.90</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel5-x86-amp-psp-7-90/m-p/5077737#M63109</link>
      <description>i could fixe the issue!</description>
      <pubDate>Fri, 02 Nov 2007 07:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel5-x86-amp-psp-7-90/m-p/5077737#M63109</guid>
      <dc:creator>Toan_Nguyen</dc:creator>
      <dc:date>2007-11-02T07:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL5 x86 &amp; PSP 7.90</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel5-x86-amp-psp-7-90/m-p/5077738#M63110</link>
      <description>if you wanted to see the depenencies for installed or going to install&lt;BR /&gt;&lt;BR /&gt;rpm -q --requires &lt;RPMNAME&gt; for installed rpm.&lt;BR /&gt;&lt;BR /&gt;rpm -qp --requires &lt;RPMNAME&gt; for not installed rpm.&lt;BR /&gt;&lt;BR /&gt;Then you can go over the list with this command:&lt;BR /&gt;"rpm -q --whatprovides &lt;FILENAME&gt;" and it will return you the package name.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#rpm -q --requires lftp-2.6.3-6&lt;BR /&gt;/bin/sh&lt;BR /&gt;config(lftp) = 2.6.3-6&lt;BR /&gt;libc.so.6&lt;BR /&gt;libc.so.6(GLIBC_2.0)&lt;BR /&gt;libc.so.6(GLIBC_2.1)&lt;BR /&gt;libc.so.6(GLIBC_2.1.3)&lt;BR /&gt;libc.so.6(GLIBC_2.2)&lt;BR /&gt;libc.so.6(GLIBC_2.2.3)&lt;BR /&gt;libc.so.6(GLIBC_2.2.4)&lt;BR /&gt;libc.so.6(GLIBC_2.3)&lt;BR /&gt;libcrypto.so.4&lt;BR /&gt;libdl.so.2&lt;BR /&gt;libdl.so.2(GLIBC_2.0)&lt;BR /&gt;libdl.so.2(GLIBC_2.1)&lt;BR /&gt;libm.so.6&lt;BR /&gt;libm.so.6(GLIBC_2.0)&lt;BR /&gt;libncurses.so.5&lt;BR /&gt;libnetwork.so&lt;BR /&gt;libreadline.so.4&lt;BR /&gt;libresolv.so.2&lt;BR /&gt;libresolv.so.2(GLIBC_2.2)&lt;BR /&gt;libssl.so.4&lt;BR /&gt;libutil.so.1&lt;BR /&gt;libutil.so.1(GLIBC_2.0)&lt;BR /&gt;rpmlib(CompressedFileNames) &amp;lt;= 3.0.4-1&lt;BR /&gt;rpmlib(PayloadFilesHavePrefix) &amp;lt;= 4.0-1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# rpm -q --whatprovides libc.so.6&lt;BR /&gt;glibc-2.3.2-95.44&lt;BR /&gt;&lt;BR /&gt;&lt;/FILENAME&gt;&lt;/RPMNAME&gt;&lt;/RPMNAME&gt;</description>
      <pubDate>Mon, 05 Nov 2007 20:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel5-x86-amp-psp-7-90/m-p/5077738#M63110</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-11-05T20:57:16Z</dc:date>
    </item>
  </channel>
</rss>

