|
|
大家好,我刚刚接触到linux不久,需要配置一台squid的代理服务器,可是刚刚安装不久出现了错误,请大家帮我看看,怎么解决,谢谢
[root@linux squid-2.5.STABLE1]# ./configure --prefix=/usr/local/squid
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
[root@linux squid-2.5.STABLE1]# make all
make: *** No rule to make target `all'. Stop.
[root@linux squid-2.5.STABLE1]# make install
make: *** No rule to make target `install'. Stop. |
|