You’ve got a 64-bit operating system and you are trying to run the 32-bit variant of Shoutcast.
32-bit Shoutcast on 64-bit OS
1 2 | # ./sc_serv - bash : . /sc_serv : No such file or directory |
For CentOS, RedHat and Similar:
1 | yum install lib32-glib |
For Debian/Ubuntu:
1 | apt-get install ia32-libs |
1 2 3 4 5 6 | # ./sc_serv ******************************************************************************* ** SHOUTcast Distributed Network Audio Server ** Copyright (C) 1998-2004 Nullsoft, Inc. All Rights Reserved. ** Use "sc_serv filename.ini" to specify an ini file . ******************************************************************************* |