On Tuesday 01 November 2005 03:08 pm, Andy Green wrote: > alexander.beck-ratzka wrote: > > Is there really no solution for FC2 available? > > Java worked on FC2 too IIRC. > > Try > > strace rpm -i --test ... > > to see if you can get a clue. > There is quite a lot, but I don't understand the messages here. It ends up with: ##################################cut here#################### mmap2(NULL, 1130496, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7948000 rt_sigprocmask(SIG_BLOCK, ~[RTMIN], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 brk(0) = 0x9ab5000 brk(0x9adc000) = 0x9adc000 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ ##################################cut here#################### If you need more informations here, please let me know it, and I'll try to send you the informations. > Check in > > /var/log/messages > > for segfault info maybe? > There is not a single message written out :-( Running rpm in verbose mode (-vv) yields: ##########################################cut here##################### rpm -vv -i --test compat-libstdc++-7.3-2.96.118.i386.rpm D: ============== compat-libstdc++-7.3-2.96.118.i386.rpm D: Expected size: 1054177 = lead(96)+sigs(344)+pad(0)+data(1053737) D: Actual size: 1054177 D: opening db environment /var/lib/rpm/Packages joinenv D: opening db index /var/lib/rpm/Packages rdonly mode=0x0 D: locked db index /var/lib/rpm/Packages D: opening db index /var/lib/rpm/Pubkeys rdonly mode=0x0 D: read h# 515 Header sanity check: OK D: ========== DSA pubkey id 219180cddb42a60e D: compat-libstdc++-7.3-2.96.118.i386.rpm: V3 DSA signature: OK, key ID db42a60e D: added binary package [0] D: found 0 source and 1 binary packages D: ========== +++ compat-libstdc++-7.3-2.96.118 i386/linux 0x1 D: opening db index /var/lib/rpm/Depends create mode=0x0 D: opening db index /var/lib/rpm/Basenames rdonly mode=0x0 Segmentation fault ##########################################cut here##################### So, this is a little bit more, but I assume not enough... Alexander