Hello list, I've tried to install JRE in order to use eclipse later on, but if I run rpm -i --test ... I've got a segmentation fault :-( The installation of JSDK with rpm failed, because ... #########################cut here################## error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory. #########################cut here################## Well, so I only need to install libstdc++-libc6.2-2.so.3, and I found it as compat-libstdc++-libc6.2-2.so.3 on the ftp server: ftp://ftp.join.uni-muenster.de/pub/linux/distributions/fedora/linux/core/2/i386/os/Fedora/RPMS/ But again: rpm -i --test ... -> segmentation fault? Are there any ideas, perhaps that it is forbidden to use JAVA on fedora? Regards Alexander