Bug 119413 - bad aoss preloader in GNOME applications
Summary: bad aoss preloader in GNOME applications
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: GNOME (show other bugs)
Version: Final
Hardware: Other All
: P5 - None : Minor
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-29 12:38 UTC by Stanislav Brabec
Modified: 2005-09-29 16:48 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.