Bug 119413

Summary: bad aoss preloader in GNOME applications
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Stanislav Brabec <sbrabec>
Component: GNOMEAssignee: E-mail List <gnome-bugs>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Minor    
Priority: P5 - None CC: tiwai
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stanislav Brabec 2005-09-29 12:38:58 UTC
aoss in 10.0 uses following value for wrapper:

LD_PRELOAD="/usr/\$LIB/libaoss.so"

But banshee uses:
export LD_PRELOAD=/usr/lib/libaoss.so

It causes on x86_64:
sbrabec@hammer:~> banshee
ERROR: ld.so: object '/usr/lib/libaoss.so' from LD_PRELOAD cannot be preloaded:
ignored.
Comment 1 Stanislav Brabec 2005-09-29 12:42:26 UTC
To Andreas Jaeger: I am now fixing a security bug in the next line of the same
script - bug 118188. Should I fix this for 10.0, too? It was tested in aoss
script and works OK and will be added to RealPlayer by YOU - bug 117078.
Comment 2 Andreas Jaeger 2005-09-29 13:56:35 UTC
PLease fix it together with the other one.
Comment 3 Stanislav Brabec 2005-09-29 16:48:23 UTC
Probably only banshee was affected. Fix submitted.