Apache安装错误及解决

来源:互联网 发布:java字母代表的数字 编辑:程序博客网 时间:2024/05/17 07:24

1. configure: error: APR not found

解决办法:安装apr

2.configure: error: APR-UNTIL not found

解决办法:安装apr-util

3.configure: error: pcre-config for libpcre notfound. PCRE is required and available fromhttp://pcre.org/

解决办法:安装pcre

4.checking forOpenSSL version >= 0.9.7… FAILED 
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 prerequisitefailures 

解决办法:

指定openssl安装目录:--with-ssl=/usr/local/openssl

5.  exports.c:855: error: redefinition of 'ap_hack_apr_allocator_create'

解决办法:将apr包和apr-util包解压到httpd目录的srclib下,然后安装

6./usr/local/openssl/lib/libssl.a:could not read symbols: Bad value

         原因:openssl

解决办法:重新编译openssl: ./config -fPIC --prefix=/usr/local/openssl/enable-shared

7. make[1]: *** [install-recursive] Error 1

解决办法:make clean 再make 

0 0
原创粉丝点击