2

I'm new to Linux, currently using RHEL 5.

I want to install some package on my Server but there is an error:

rpm: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory.

Note: before this error occured, I have installed libstdc++2.10-2.96-0.83mdk.i586.rpm, which is the dependency of nxclient-3.4.0-5.i386.rpm

Any idear pls?

Sarith

drAlberT
  • 10,949
  • 7
  • 39
  • 52
Sarith
  • 397
  • 3
  • 7
  • 16

3 Answers3

4

I agree with @wzzrd.

Additionally you can perform the following steps in order to restore you system stability:

drAlberT
  • 10,949
  • 7
  • 39
  • 52
2

You are trying to install RPM's made for Mandriva on your RHEL box. Try and find packages that are specifically built for RHEL. Try rpmforge, the EPEL repository or the vendor website, and look for RPM's that have .el5 instead of mdk in the filename.

wzzrd
  • 10,409
  • 2
  • 35
  • 47
0

There was a similar question asked about CentOS workstations, which I posted some example .repo file content to: What issues should I watch for when rolling out CentOS as a desktop environment?

warren
  • 18,369
  • 23
  • 84
  • 135