Icecast installation

orangepot

New Member
Hello,

Right now, I install Shoutcast server on my VPS. Everything looks good. All work without problem.

Since there is an alternatif, I want to try Icecast. Documentation available here: http://www.icecast.org/docs/icecast-2.3.2/

I think I have got all requirements. But, when I tried to run ./configure .. I got error. I login as root.

Code:
[root@host icecast-2.3.2]# ./configure
bash: ./configure: /bin/sh: bad interpreter: Permission denied

If I login as "user", and run ./configure, I got this:

Code:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Anyone can help me on this? Thank you!
 
Top