LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   lib object missing while trying to instal J2EE SDK (https://www.linuxquestions.org/questions/linux-software-2/lib-object-missing-while-trying-to-instal-j2ee-sdk-249489/)

brunnopessoa 10-31-2004 12:05 PM

lib object missing while trying to instal J2EE SDK
 
Hi everybody!

I was just trying to install J2EE SDK 1.4 in my Linux environment when I got the following output when trying to run the bin file:

[root@localhost java]# ./j2eesdk-1_4_01-linux.bin
./j2eesdk-1_4_01-linux.bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory

What is happening? Is there any library missed in my machine?

I'm using Fedora Core 2.

Thanks a lot.
Brunno

foo_bar_foo 10-31-2004 08:30 PM

that java has been compiled with an old compiler gcc 2.9 something
either get one compiled with gcc3
or get the older gcc libstdc++ lib
I'm sure there is a package with that lib in it for reverse compatability
http://rpmfind.net//linux/RPM/fedora....126.i386.html

brunnopessoa 11-06-2004 08:34 AM

Tks, foo_bar_foo! And sorry for taking a while to reply you.

So you mean I have to download and installl the lib libstdc++-libc6.2-2.so.3 , available in the URL you just informed me?

Sorry, but I'm a kind stupid... ;-) If I download this file, what's the next step should I take?

Tks again!


All times are GMT -5. The time now is 09:23 AM.