> I did what you said successfully but still got the same > error. Is there > anything else you specified for path, alias. variables? Were > you able to use > the linux executables just as they are or did you have to > compile them? You probably have other version of this library installed, or not installed at all. Check with 'rpm -qa' if you have something like libstdc++ installed. If you do, you might get a round with creating a link for the pwlib, so that it thinks that its getting the correct version of the library. Something like ln -s /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so /usr/lib/libstdc++-libc6.1-2.so.3 Run ldconfig -v after linking. > > don > > Johnson, Don wrote: > > Ref: RedHat 8.x "error loading shared libraries: libstdc++-libc > 6.1-2.so.3"