|
|
我是新手,在as4中想做一代理,因squid的早期版本功能有限,就下了个squid的升级原代码包squid-2.5.STABLE12.tar.gz,按照网上提供的方法:
1) rpm -e squid
2) tar xvfz squid-2.5.STABLE12.tar.gz(解压后放在/etc/squid下)
3) ./configure --prefix=/etc/squid/squid-2.5.STABLE12(出现以下提示,请哪位帮助指点一下)
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 maintainet -specific portions of makefiles...no
checking for gcc...no
checking for cc...no
configure:error:no acceptable cc found in $path |
|