我下载了wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.2.9.tar.gz
正常解压后配置时出现错误,信息如下:
----------------------------------------------------------------------------------------------
[root@= proftpd-1.2.9]# ./configure --prefix=/usr/local
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@= proftpd-1.2.9]# make
make: *** No targets specified and no makefile found. Stop.
[root@= proftpd-1.2.9]# make install
make: *** No rule to make target `install'. Stop.
[root@= proftpd-1.2.9]#
-------------------------------------------------------------------------------------------------
应该是哪里出现了问题??请教!!