PDA

View Full Version : RedHat 5 Dependencies


Karsten
08-17-2007, 04:29 PM
Hello,

I have successfully generated an RPM package with
*.bin --buildpkg RedHat/RHEL5

When I install the package as root I get the following dependencies...

libstdc++.so.5(CXXABI_1.2)
compat-libstdc++-33
libstdc++.so.5
libstdc++.so.5(GLIBCPP_3.2)

Can anyone figure out what RPMs I need to install in order to solve the above.

Thank you,

Karsten

d2kx
08-17-2007, 05:28 PM
libstdc++5 should do the trick. And for RHEL5, you can safely use the installer directly.

Karsten
08-17-2007, 06:24 PM
Hello,

Thanks for the help but do u know where I could find this RPM? Because it is not on any of my RHEL CDs :s

d2kx
08-18-2007, 04:02 AM
Karsten,

try looking for and installing the "compat-libstdc++" package from your CDs or with yum. That should work. If it doesn't, make sure you have the "libstdc++" package installed.

If you don't find these, install the following packages directly:

ftp://ftp.tu-chemnitz.de/pub/linux/centos/5/os/i386/CentOS/libstdc++-4.1.1-52.el5.i386.rpm
ftp://ftp.tu-chemnitz.de/pub/linux/centos/5/os/i386/CentOS/compat-libstdc++-296-2.96-138.i386.rpm
ftp://ftp.tu-chemnitz.de/pub/linux/centos/5/os/i386/CentOS/compat-libstdc++-33-3.2.3-61.i386.rpm

I hope that helps you.

- d2kx

Karsten
08-18-2007, 07:00 AM
Great,

Thanks for the help. The RPM successfully installed and its all working.

Thanks again for your time!

Karsten