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;
  • 6 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

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...

Delay between stream and listener/viewer

We are often asked why there is a delay between the stream source and the listener, this is due...

NSV / Video Streaming

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