Comment 18 for bug 173487

Revision history for this message
In , Jean-Francois (jean-francois-redhat-bugs) wrote :

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111217 Fedora/3.0.4-1.fc10 Firefox/3.0.4

The aoss wrapper has an error in the command. It has an error in the path to libaoss.so.0. The line 10 :

LD_PRELOAD=${exec_prefix}/\$LIB/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} exec "$@"

must be :

LD_PRELOAD=${exec_prefix}/\$LIB/libaoss.so.0${LD_PRELOAD:+:$LD_PRELOAD} exec "$@"

Reproducible: Always

Steps to Reproduce:
1.Install aoss
2.Try to use it
3.Check the wrapper script
Actual Results:
libaoss.so.0 is not loaded and used

Expected Results:
libaoss.so.0 is loaded and used