-bash: ./sc_serv: No such file or directory

SHOUTcast is a complete suite of products to power internet radio stations into the future. Whether you are an existing station and want to upgrade to the SHOUTcast Streaming Service, or download the latest version of our software to run on your own servers, SHOUTcast lets you transmit your audio to listeners around the world.

How to install shoutcast

  • mkdir shoutcast
  • cd shoutcast
  • wget https://sisrv.net/files/shoutcast/sc_serv_1.9.8_Linux.tar.gz
  • tar -zxvf sc_serv_1.9.8_Linux.tar.gz
  • rm -rf sc_serv_1.9.8_Linux.tar.gz
    Now we need to edit the configuration file.
  • pico sc_serv.conf    or  nano sc_serv.conf

Change these settings in the file:

MaxUser
Password
PortBase

uncomment AdminPassword and set an admin password.

Now at this point you can go threw the settings and change them to what you want or you can save and start shoutcast and it will work perfectly.

How do i start shoutcast?

./sc_serv sc_serv.conf

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:

sisrv@81262:~/shoutcast$ ./sc_serv sc_serv.conf
-bash: ./sc_serv: 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;

  • 8 Users Found This Useful
Was this answer helpful?

Related Articles

How to install IRC Defender

IRC Defender is a piece of IRC software (a bot) that is used to help ban proxies and keep your...

How to Install SHOUTCast Radio Server on Linux?

SHOUTcast is a free, open source and cross-platform software application that can be used to...

Link Unrealircd 5.0.x with Anope 2.0.x

This section is used to set up Anope to connect to your IRC network. This section can be included...

Using Your Eggdrop

Log on to the partyline Now that your bot is online, you’ll want to join the partyline to...

Powered by WHMCompleteSolution