download icecast 2.3.2 from here http://www.icecast.org/
install these required modules
steev@initsix.co.uk:~$ sudo apt-get install libxslt-dev libogg-dev vorbis-tools libvorbis-dev libtheora-dev speex libspeex-dev curl libcurl4-openssl-dev
explode the archive, change directory then compile
steev@initsix.co.uk:~$ icecast-2.3.2$ tar -xzf icecast-2.3.2.tar.gz
steev@initsix.co.uk:~$ cd icecast-2.3.2
steev@initsix.co.uk:~$ icecast-2.3.2$./configure
steev@initsix.co.uk:~$ make
steev@initsix.co.uk:~$ make install