On Tuesday 01 November 2005 04:07 pm, Guillermo Garron wrote: > alexander.beck-ratzka wrote: > >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 > > Hi, > > I have just had a problem like yours and it was because i was trying to > do execute the command being in my /media/cdcreator/ and the program > could not segment the file because it cannot write to my CD, i copied > the file to a directory i had permition to write and all was solved. > > hope it helps. > regards, > Guillermo Tank's for the answer, but that is not my problem. I want to install as root, and the rpm package is located in /tmp. But perhaps rpm want to install the package into a directory that doesn't exist. However, in such a case I would expect an error message instead of a segmentation fault without a core dump and without any message written to the console or /var/log/messages. Alexander