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 2 you may receive the following error:
error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Resolution
The issue is caused by a missing library for libstdc++.so.6
Install it using:
 
CENTOS:
# yum install libstdc++.so.6

DEBIAN: 
# apt-get install lib32stdc++6
  • 25 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...

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

Shoutcast 198 Server will not start

When starting shoutcast server, a problem occurs - but the file exists and is not corrupt....