Author Topic: GCC lib?  (Read 630 times)

sirjinx

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
GCC lib?
« 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
« Last Edit: January 28, 2006, 06:18:54 pm by sirjinx »

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
(No subject)
« Reply #1 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.

sirjinx

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #2 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