Apache安裝錯誤及解決

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 from http://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 

發佈了20 篇原創文章 · 獲贊 0 · 訪問量 1萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章