checking for APR... no configure: error: APR not found. Please read the documentation.
#编译安装apr tar -jxvf apr-1.6.3.tar.bz2 cd apr-1.6.3/ ./configure -prefix=/usr/local/apr make && make install #编译安装apr-util tar -jxvf apr-util-1.6.1.tar.bz2 cd apr-util-1.6.1/ ./configure -prefix=/usr/local/apr-util -with-apr=/usr/local/apr make && make install #expat如忽略此报错信息,稍后编译安装APACHE时也会提示该报错 make[1]: *** [xml/apr_xml.lo] Error 1 make[1]: Leaving directory `/root/software/apr-util-1.6.1' make: *** [all-recursive] Error 1
yum install expat-devel
#编译APACHE时会报错 xml/apr_xml.c:35:19: fatal error: expat.h: No such file or directory
#APACHE编译安装,过程中出现以下报错 ----------------------------------------------------------------- checking for pcre-config... false configure: error: pcre-config for libpcre not found. PCRE is required and available from
----------------------------------------------------------------- configure: WARNING: OpenSSL version is too old no checking whether to enable mod_ssl... configure: error: mod_ssl has been requested but can not be built due to prerequisite failures