Hello,
I am currently running SME Server 7.5.1 on about 4 different servers on my network. I am new to SME server and come from pretty much a Debian background. I noticed that on all 4 servers when ever I try to compile a program using the './configure' command that I get the below error message:
[root@mail nagios-plugins-1.4.15]# ./configure
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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.
What doesn't make sense to me is the complicated answers you get to this issue on the internet? With Debian heck I just type apt-get gcc and its done deal, drink my coffee, and compile. However I don't understand what the heck I'm suppose to do with SME server and compiling? Some say download devtools some say dont, some say this, some say that, why is everything with SME so darn complicated or am I just unlucky with the answers I'm getting.
Thanks.