PlaneShift

Support => Linux Specific Issues => Topic started by: sirjinx on January 28, 2006, 06:12:30 pm

Title: GCC lib?
Post by: sirjinx on January 28, 2006, 06:12:30 pm
So, I get this error:

\"error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory\"

Sicne I am using Fedora Core 4, I used yum to install \"libstdc++\".
Yum-ing it went smooth.
I tried it again, it gave me the same error.

Is there a link that I am supposed to do?
It doesn\'t appear to be in the PS manual.


edit: I have found part of my problem.
The libstdc++ I have is .so.6 and not   .so.5
When I tried to make a copy of it and named it .5 isntead,
Quote

[root@localhost planeshift]# ./updater
/home/sirjinx/planeshift/updater.bin: /usr/lib/libstdc++.so.5: version `GLIBCPP_3.2\' not found (required by /home/sirjinx/planeshift/updater.bin)
/home/sirjinx/planeshift/updater.bin: /usr/lib/libstdc++.so.5: version `CXXABI_1.2\' not found (required by /home/sirjinx/planeshift/updater.bin)


So now, I\'m stuck at that point :S
Title:
Post by: Xordan on January 28, 2006, 06:24:50 pm
You need the libstdc++ ver 3 compat libs. Not sure which package that is. Search for libstd in yum and see what results there are.
Title:
Post by: sirjinx on January 28, 2006, 06:47:47 pm
ok thanks alot.

I got the updater to work :)
I hope the pssetup will work just as well too :D