The sc_serv binary for Linux should be placed in ./files/shoutcast198/sc_serv with 777 permissions.
If this does not exist, it is likely the ./files/ directory did not contain appropriate permissions and may be necessary to perform the following steps:
1. cd to ./files
2. Ensure the shoutcast directory exists, if not - create this
# mkdir ./shoutcast/
3. Download & extract the shoutcast binary from shoutcast.com
# wget http://yp.shoutcast.com/downloads/sc1-9-8/sc_serv_1.9.8_Linux.tar.gz
# tar xvvzf sc_serv_1.9.8_Linux.tar.gz
# chmod 777 sc_serv
4. Manually execute the cron to process the command queue and attempt to start any services that should be online:For example: sudo -u apache php /home/username/public_html/mediapanel/scanner/cron.php queue=1 bitrate=1
If there are any critical errors launching the shoutcast process, these will be displayed - alternatively add the debug=2 parameter for more information.
If all went well the services should now be listed as online within the control panel.