LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   libstdc++-libc6.2-2.so.3 solved (https://www.linuxquestions.org/questions/linux-games-33/libstdc-libc6-2-2-so-3-solved-526760/)

otchie1 02-08-2007 10:32 AM

libstdc++-libc6.2-2.so.3 solved
 
This error showed up after a RTCW install (1.41b) on Ubuntu 2.6.17.10 latest.

Code:

./wolf.x86: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
kudos to digitalsanctum for the solution which is,

Code:

sudo apt-get install libstdc++2.10-glibc2.2
I have no idea why libc6.2-2 comes with libstdc++2.10-glibc2.2 or who thought it was a clever naming convention but there you go.

JaseP 02-08-2007 08:46 PM

Hmmm,... Thanks.

I wonder if this solves some other problems like installing SimCity 3000 or some other older titles...


All times are GMT -5. The time now is 09:38 PM.