PDA

View Full Version : Linux Client error in Fedora Core 2 Test3


arwendiel
10th May 2004, 12:52
[rfoster@rover eClient]$ ./elaunch
./elaunch: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

yep, gcc 3.3.3

What's the fix for this? I really don't want to have to reboot into windows to run ATITD :(
Any help appreciated :-|

Arwend

Abraxas
10th May 2004, 13:58
I don't know what they would be called in Fedora, but you can resolve a similar error that occurs under Gentoo systems with gcc 3.1+ by installing a compatibility stub library.

arwendiel
11th May 2004, 02:17
I don't know what they would be called in Fedora, but you can resolve a similar error that occurs under Gentoo systems with gcc 3.1+ by installing a compatibility stub library.

Great :) Where can I get the stub library?

Thanks

Abraxas
11th May 2004, 14:34
As I said, I have no idea what Fedora calls its version, but the gentoo package is sys-libs/lib-compat (Available version: 1.3)

Pluribus
11th May 2004, 15:58
compat-libstdc++-7.3-2.96.126

arwendiel
12th May 2004, 06:57
yum install compat-libstdc++

Thanks :)

that did the job.

Arw.