From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Would there be in simple reason, why the binary works in RedHat, but not
> in Debian?

If you have upgraded libc to 5.4.7, try this:

        LD_PRELOAD=/usr/lib/libgnumalloc.so.5
        export LD_PRELOAD

or if you use csh or tcsh:

        setenv LD_PRELOAD /usr/lib/libgnumalloc.so.5

If that fixes the problem, there's a malloc bug in the program and the
new allocator we're using makes the bug show up instead of being silent.

        Bruce
--
Bruce Perens K6BP   [EMAIL PROTECTED]
Finger [EMAIL PROTECTED] for PGP public key.
PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6  1F 89 6A 76 95 24 87 B3 

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to