I ran into this problem as well, then came up with a work-around shell 
script which some of you might find useful.  The work-around filename of 
my choice for this example is "mpg123workaround".  To call this file, 
save it in your personal bin directory; mpg123workaround filename.mp3

#!/bin/sh
export LD_LIBRARY_PATH=/usr/lib/mpg123:$LD_LIBRARY_PATH
exec /usr/bin/mpg123 $*

-- 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to