LAME MP3 Encoder

http://sourceforge.net/projects/lame

cd /usr/local/src
wget http://jaist.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz
tar -zxvf lame-3.97.tar.gz 
cd lame-3.97
./configure --enable-shared --prefix=/usr
make && make install

Server Setup

HOWTO