For review: http://howtoforge.com/perfect_server_opensuse10.3_p6 The coding got problem start frm below; ./configure --sysconfdir=/etc <-- configure: error: no acceptable C compiler found in $PATH make <--- No targets specified and no makefile found. Stop. make install <-- No rule to make target 'install'. Stop. Any idea how to fix it? Thx for ur attention~!!
which linux distro are you using ? if it is fedora use yum install gcc* it will install the gcc compiler . if ur using ubuntu use sudo apt-get install gcc. then compile it should work