Here's a download link for the previous Shoutcast version:
http://download.nullsoft.com/shoutcast/tools/sc_serv2_linux_10_30_2014.tar.gzJust replace your /usr/local/centovacast/shoutcast2/sc_serv with the sc_serv file from the tarball provided above and After that run the following commands:
cd /usr/local/centovacast/shoutcast2
chmod a+x ./sc_serv
And finally you might need to install some missing 32-bit libraries (if you get an error when you try to start a start a station):
The way of installing Glibc for 32 bit varies depending on your Linux distribution.
For CentOS 5.8+ / 6.x run this:
yum install glibc.i686 (or if it doesn't work try "yum install ld-linux.so.2")
For older CentOS, RedHat and Similar:
yum install lib32-glib
For Debian and similar:
apt-get install ia32-libs
or if that didn't work:
apt-get install libc6-i386
After that restart your stations so they start using the new version and your problem should go away.