Shoutcast 198 Server will not start

When starting shoutcast server, a problem occurs - but the file exists and is not corrupt.
 
Issue / Problem:
When running sc_serv file receiving either:
nohup: cannot run command `/home/paineldj/public_html/mediacp/files/shoutcast198/sc_serv': No such file or directory
OR
/sc_serv: /usr/libexec/ld-elf.so.1: bad ELF interpreter: No such file or directory
 
 
Cause & Resolution:
This is due to a 64bit operating system with no backwards compatibility for the 32bit shoutcast server.
You need to install GLIB that is backward compatible.
For CentOS 6 (6 ONLY) run this:
yum install ld-linux.so.2
For CentOS, RedHat and Similar:
yum install lib32-glib
For Debian and similar:
apt-get install ia32-libs
For Debian 7:
dpkg --add-architecture i386;
apt-get update;
apt-get install libc6:i386;
  • 10 Users Found This Useful
Was this answer helpful?

Related Articles

AutoDJ -> Shoutcast Transcoder 2 (sc_trans v2) dj port 32kbps sounds terrible

With the latest release of sc_trans v2, there appears to be a bug (referenced here) causing low...

CentOS 6 & Debian - libstdc++.so.6: cannot open shared object file

Issue Shoutcast Server 2 will not start on CentOS 6 or Debian. When starting shoutcast server...

Creating a Relay Stream

Creating a Relay Server Create or Manage a shoutcast server. Select the Relay tab under the...

NSV / Video Streaming

Shoutcast also supports the NSV ("Nullsoft Streaming Video") protocol and it is possible to...

Shoutcast Stream Authentication

Stream Authentication is currently available with Shoutcast 198 only. The Stream Authentication...