https://bugzilla.novell.com/show_bug.cgi?id=375551 User mfabian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=375551#c8 --- Comment #8 from Mike Fabian <mfabian@novell.com> 2008-04-04 11:06:00 MST --- Created an attachment (id=206337) --> (https://bugzilla.novell.com/attachment.cgi?id=206337) acroread.patch updated patch for the /usr/bin/acroread startscript which uses LD_PRELOAD to work around the problem. The part of the patch relevant to the problem here is: LaunchBinary() { if [ "`uname -s`" = "Linux" ] && [ ! -x /lib/ld-lsb.so.3 ]; then + # Workaround for http://bugzilla.novell.com/show_bug.cgi?id=375551 + export LD_PRELOAD=$ACRO_INSTALL_DIR/intellinux/lib/suse-do-not-grab-server.so exec /lib/ld-linux.so.2 ${1+"$@"} else + # Workaround for http://bugzilla.novell.com/show_bug.cgi?id=375551 + export LD_PRELOAD=$ACRO_INSTALL_DIR/intellinux/lib/suse-do-not-grab-server.so exec ${1+"$@"} fi } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.