LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   having trouble loading globulation 2 (https://www.linuxquestions.org/questions/linux-games-33/having-trouble-loading-globulation-2-a-320783/)

izquierdista 05-06-2005 12:23 PM

having trouble loading globulation 2
 
I installed globulation 2 on my SUSE linux 9.1 computer using the rpm provided at the globulation 2 website, but when I try to load it I get the following error message:


tlaloc@rn103188:~> glob2
glob2: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
tlaloc@rn103188:~>


how can I solve this problem? In case I need any dependencies can you tell me where to get them?

Artanicus 05-06-2005 02:50 PM

well, as the pretty explanatory error explains, you are missing a library, or its in a place where Globulation cant find it. First you should try 'locate'ing the file (locate libstdc++.so) or if you dont have locate: find / -name "libstdc++.so*"

If you do find it that way, just cp it under /usr/lib/ and youre all set.

I have seveeral occurances of it in my system even though it doesnt belong to any slackware package, so I actually have no idea where it has come from, but by all means you should have it. (Dont quote me for that, Suse is famous for weirdnesses)


All times are GMT -5. The time now is 03:26 AM.