PDA

View Full Version : Proftpd Problem


weslkers
24th March 2008, 20:46
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~!!

topdog
24th March 2008, 21:00
You do not have the C compiler installed you need to install gcc

nidhintomson
25th March 2008, 08:24
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