configure:error: in `/usr/local/src/httpd-2.2.21/srclib/apr’:
configure:error: no acceptable C compiler found in $PATH
See `config.log’for more details.
执行./configure时,可能会遇到以上错误,这个主要是gcc包没有安装。对于这个问题,使用
# apt-get install gcc 就可以了。
注:CentOS的软件安装工具不是apt-get 是yum
# yum -y install gcc