Debian libmpg123 fix: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 01:31, 5 February 2012
Some versions of Debian (and since it's based on Debian, Ubuntu) have old versions of libmpg123 that crash when you try to decode an MP3.
To fix it, su to root and do this:
apt-get remove libmpg123-0
cd ~
wget http://www.shoutirc.com/dl/mpg123.tar.bz2
cd mpg123-1.13.4
./configure --prefix=/usr
make
make install