C++ - Tag Archive

Compiled C++ application errors out with: error while loading shared libraries: libstdc++-libc6.2-2.so.3

I recently came across a problem while trying to get a pre-compiled C++ executable to run on a new CentOS Enterprise 5 server. The executable kept quitting due with the following message:
/home/usr/testusr/TestApp.e: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
I scowered the internet looking for the correct [...]

October 18th, 2007  |  By Oliver  |  Tags:   |  Posted in Other Stuff, Web Platforms  |  No Comments »
(No Ratings Yet)
Loading ... Loading ...