发新话题
打印

j2eesdk安装问题,求助

j2eesdk安装问题,求助

我装j2eesdk的时候出现下列错误,这是怎么回事啊?

/home/jack/j2ee/j2eesdk-1_4_2004Q4-beta-linux.bin: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory      

TOP

哈哈,找到了:
Installing libstdc++-libc6.2-2.so.3.         ( post #10)

When you get the error - libstdc++-libc6.2-2.so.3 is missing or not found, it means that the shared library is not installed. This shared library can be found under /usr/lib path.

Download and install the binaries (using the rpm -ivh command) in the following sequence. Please note that there are dependencies in the binaries and it is important that you install them in the correct sequence.

1. compat-gcc-7.3-2.96.118.i386.rpm
2. compat-gcc-c++-7.3-2.96.118.i386.rpm
3. compat-libstdc++-devel-7.3-2.96.118.i386.rpm

After you install the above RPMS, you can verify the libstdc++-libc6.2-2.so.3 shared library in the /usr/lib directory.

Hope this helps!!
不过不知道去哪里找这3个rpm      

TOP

RPMFIND: http://rpmfind.net/linux/RPM/
Or search "rpmfind" in Google.

From the version of those rpms, they are from RedHat 7.3 ?      

TOP

找到了,谢谢      

TOP

发新话题