On Tue, Nov 24, 1998 at 08:15:19 +0100, Rainer Dorsch wrote: > After upgrading from bo to hamm, xmaple did not work any more (the command > line tool maple did work). The error message was "Segmentation fault" :-( > > Further I noticed, that netscape 4.07 did not work either (the same error > message).
> rainer 18:21:21$ ldd /usr/local/maple/bin_IBM_INTEL_LINUX/xmaplev5 > libXt.so.6 => /usr/openwin/lib/libXt.so.6 (0x4000b000) This is strange. All the libc5 X libraries I'm aware of install in /usr/lib/libc5-compat, not /usr/openwin/lib ; > libc.so.5 => /lib/libc.so.5 (0x40120000) > libc.so.6 => /lib/libc.so.6 (0x401fc000) Your binary is being loaded against a mix of libc5 and libc6 libraries (which usually results in immediate coredumps). Most likely, the X libraries you're loading against are to blame. Make sure you have /usr/lib/libc5-compat in /etc/ld.so.conf, that you have the libc5 X libraries (in the "xlib6" package) installed, and that "ldd" on your maple binaries shows them being loaded against these. > ld-linux.so.2 => /lib/ld-linux.so.2 (0x402a1000) HTH, Ray -- PATRIOTISM A great British writer once said that if he had to choose between betraying his country and betraying a friend he hoped he would have the decency to betray his country. - The Hipcrime Vocab by Chad C. Mulligan