[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#5350: netscape installer should preload libgnumalloc



Package: netscape

The netscape installer should preload libgnumalloc.  Moving the
netscape binary to /usr/lib/netscape and using this script as
/usr/bin/netscape will do the trick:

#!/bin/sh
LD_PRELOAD=libgnumalloc.so.5 \
exec /usr/lib/netscape/netscape "$@"

BTW, the complicated editing of the executable is no longer necessary
now that netscape is linked against elf X11R6.  It still needs steps
to find the java file though.


Guy

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com


Reply to: