LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with UT2004 and libstdc++ (https://www.linuxquestions.org/questions/linux-software-2/problem-with-ut2004-and-libstdc-354670/)

EnigmaX 08-18-2005 03:21 PM

Problem with UT2004 and libstdc++
 
This seems more like a general error than a gaming error so I'm going to post this here... When I run ut2004 I get the following shared library error:
./ut2004-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory


I do have the library though
[ketzusaka@localhost ut2004]$ locate libstdc++.so.5
/usr/lib/libstdc++.so.5.0.7
/usr/lib/libstdc++.so.5

This is a 64bit system, so I figure it's trying to find it in /usr/lib64, but I can't seem to get it to work if I make a link to it in there...

If anyone can help, it'd be much apprieciated =)

reddazz 08-19-2005 04:02 AM

Try doing
Code:

#yum install compat-libstdc++-33


All times are GMT -5. The time now is 11:59 PM.