Load library error and rpm issues

OneOne Join Date: 2002-10-31 Member: 1807Members
I read Flaya topic on this but when I try to get the rpm I get this error

[root@ip35-180 lib]# wget <a href="" target="_blank">ftp://ftp.redhat.com/redhat....src.rpm</a>
--19:02:02--  ftp://ftp.redhat.com/redhat/linux/8.0/en/os/i386/SRPMS/compat-gcc-7.3-2.96.110.src.rpm
          => `compat-gcc-7.3-2.96.110.src.rpm'
Resolving ftp.redhat.com... done.
Connecting to ftp.redhat.com[66.77.185.35]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /redhat/linux/8.0/en/os/i386/SRPMS ...
No such directory `redhat/linux/8.0/en/os/i386/SRPMS'.

and wget quits

So I am assuming teh file is not on redhats site ? I am using RH 8 btw

Comments

  • VadakillVadakill The Almighty BSO Join Date: 2002-04-02 Member: 373Members, NS1 Playtester
    SRPM stands for "Source RedHat Package Manager".  You don't want the source files you want the binaries.

    1. Go to <a href="http://at.rpmfind.net/opsys/linux/RPM/libstdc++-libc6.1-1.so.2.html" target="_blank">HERE</a> and download the rpm file you need for your particular system.  For RedHat 8.0 I think you need <a href="ftp://at.rpmfind.net/linux/redhat.com/dist/linux/8.0/en/os/i386/RedHat/RPMS/compat-libstdc++-7.3-2.96.110.i386.rpm" target="_blank">THIS</a> file.

    2. For RedHat 8.0 make sure you are logged in as "root" and you are in the same location you downloaded the file to then type the command:

    rpm -Uvh compat-libstdc++-7.3-2.96.110.i386.rpm

    If you are using another operating system you may have to adjust your filename.

    3. You should then be able to restart your server.

    Vadakill
  • AragonXAragonX Join Date: 2003-03-12 Member: 14430Members
    If you do a standard server install of Redhat 8.0 you will need all of the following:

    compat-gcc-c++-7.3-2.96.110
    compat-gcc-7.3-2.96.110
    compat-libstdc++-devel-7.3-2.96.110
    compat-libstdc++-7.3-2.96.110
Sign In or Register to comment.