Ok, I had a look at the libraries: The one from daniel with the library that works has the comment (which is identical to RH 7.0):
The libstdc++ package contains a snapshot of the GCC Standard C++ Library v3, an ongoing project to implement the ISO 14882 Standard C++ library. with file: /usr/lib/libstdc++-libc6.1-2.so.3 in RH 7.0 it is: /usr/lib/libstdc++-libc6.2-2.so.3 The standard one from egcs in RH 6.2 says: The libstdc++ package contains a snapshot of the EGCS Standard C++ Library v3, an ongoing project to implement the ISO 14882 Standard C++ library. with file: /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so Well, obviously the different libraries are the problem. Maybe Kayvan updated his system later on with a RH 7.0 version or he installed the system with a different C library (GCC versus EGCS). Btw.: Creating a link from the 6.2 version does not work. The installation of the library that Daniel found should work. Did anybody try to create a link from the RH 7.0 version and try it with that one? Joachim
