On Sat, 29 May 2004 22:13:42 +0200, Magnus Hyllander wrote: > subprocess pre-installation script killed by signal (Segmentation fault) > > Errors were encountered while processing: > > /var/cache/apt/archives/libc6_2.3.2.ds1-12_sparc.deb
Oh, shit. Wanna add -x to the 'set -e' in /var/lib/dpkg/info/libc6.postrm and see what happens before it segs? I'm fairly confident that once you find it, you could just add exit 0 to the beginning of the script (past the hashbang) and stuff will work fine. But it's nice to know. I figure ldconfig is segfaulting... And if that works, see what happens if you ldconfig after the new libc6 is unpacked. HTH -- Joshua Kwan

