我在安装过程中出现如下问题,不知如何是好?
我查过资料应该执行:
1、[root@ftpd /]# cp proftpd-1.2.0rc3.tar.gz /usr/src/
2、[root@ftpd /]# cd /usr/src
3、[root@ftpd src]# tar xvfz proftpd-1.2.0rc3.tar.gz
4、[root@ftpd src]# cd proftpd-1.2.0rc3
5、[root@pftd proftpd-1.2.0rc3]# ./configure
6、[root@pftd proftpd-1.2.0rc3]# make
7、[root@pftd proftpd-1.2.0rc3]# make install
可是我在执行完第5步时,显示:
#./configure
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
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
请问这句话是什么意思?
还有在执行第6步时,显示:
# make
make: *** No targets specified and no makefile found. Stop.
请问这句话又是什么意思? :-(