Debian libmpg123 fix

From ShoutIRC RadioBot Wiki
Revision as of 21:31, 4 February 2012 by Indy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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