Troubles installing J2EE on Mandrake 10
843833Mar 28 2004 — edited Mar 8 2008 After downloading J2EE sdk I tried to install it as root as next line shows
[linux]#./j2eesdk-1_4-linux.bin
and the result was next line:
./j2eesdk-1_4-linux.bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
Next I did download and installed libstdc++2.10-2.96-0.83mdk.i586.rpm . After that I had run as fallows with the output.
./j2eesdk-1_4-linux.bin
Checking available disk space...
Checking Java(TM) 2 Runtime Environment...
Extracting Java(TM) 2 Runtime Environment files...
Deleting temporary files...
The problem is that, from here on, there was no more action, nothing happening for over 80 minuits. Obviously, something is wrong.
Did somebody this before or some hints?