https://bugzilla.novell.com/show_bug.cgi?id=117079 User sbrabec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=117079#c12 Stanislav Brabec <sbrabec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sbrabec@novell.com Severity|Enhancement |Normal Status|RESOLVED |REOPENED Component|Firefox |Firefox Product|SUSE LINUX 10.0 |openSUSE 10.3 Resolution|FIXED | Version|RC 4 |Final --- Comment #12 from Stanislav Brabec <sbrabec@novell.com> 2008-01-16 08:27:08 MST --- Reopening. Bug appears again in 10.3. LD_PRELOAD in the firefox wrapper is inccorrect and does not work with nspluginwrapper ERROR: ld.so: object '/usr/lib64/libaoss.so' from LD_PRELOAD cannot be preloaded: ignored. Proposed fix (firefox): remove these lines: LIB=lib echo $mozilla_lib | grep -q -E 'x86-64|s390x|ppc64' && LIB=lib64 And fix this line: export LD_PRELOAD=/usr/$LIB/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} to export LD_PRELOAD=/usr/\$LIB/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} It would be nice to release this with the next security fix. Additionally, you have to ensure, that both 32 and 64 bit versions of this library are installed. As \$LIB is not a SuSE specific feature, this bug should be upstreamed. Related: bug 208817, bug 119413 -- 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.