99麻豆久久久国产免费福利精品,国产精品成人国产乱,玖玖操,手机看片169,国产精彩视频在线观看,午夜亚洲福利视频,国产伦乱视频

龍巖易富通網(wǎng)絡(luò)科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

解決編譯Apache出現(xiàn)的問題:configure: error: APR not found . Please read the documentation

2017.02.18 | 2101閱讀 | 0條評(píng)論 | 服務(wù)器配置

#./configure --prefix……檢查編輯環(huán)境時(shí)出現(xiàn):


checking for APR... no

configure: error: APR not found .  Please read the documentation


解決辦法:


1.下載所需軟件包:


wget http://archive.apache.org/dist/apr/apr-1.4.5.tar.gz  

wget http://archive.apache.org/dist/apr/apr-util-1.3.12.tar.gz  

wget http://jaist.dl.sourceforge.net/project/pcre/pcre/8.10/pcre-8.10.zip   


2.編譯安裝:


yum remove apr-util-devel apr apr-util-mysql apr-docs apr-devel apr-util apr-util-docs 

具體步驟如下:


a:解決apr not found問題>>>>>>


[root@xt test]# tar -zxf apr-1.4.5.tar.gz  

[root@xt test]# cd  apr-1.4.5  

[root@xt apr-1.4.5]# ./configure --prefix=/usr/local/apr  

[root@xt apr-1.4.5]# make && make install  

 

b:解決APR-util not found問題>>>>


[root@xt test]# tar -zxf apr-util-1.3.12.tar.gz  

[root@xt test]# cd apr-util-1.3.12  

[root@xt apr-util-1.3.12]# ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr/bin/apr-1-config  

[root@xt apr-util-1.3.12]# make && make install 


c:解決pcre問題>>>>>>>>>


[root@xt test]#unzip -o pcre-8.10.zip  

[root@xt test]#cd pcre-8.10  

[root@xt pcre-8.10]#./configure --prefix=/usr/local/pcre  

[root@xt pcre-8.10]#make && make install 


3.最后編譯Apache時(shí)加上:


--with-apr=/usr/local/apr \


--with-apr-util=/usr/local/apr-util/ \


--with-pcre=/usr/local/pcre


成功編譯完成~


贊 (

發(fā)表評(píng)論

建德市| 凤台县| 湘潭县| 临汾市| 铜山县| 平阳县| 友谊县| 新昌县| 安溪县| 万载县| 仙居县| 阳曲县| 龙陵县| 揭东县| 浑源县| 新乡县| 贡觉县| 乌什县| 静海县| 封丘县| 庆城县| 滕州市| 常山县| 吉林市| 南丰县| 巴里| 沧州市| 东至县| 鄄城县| 福州市| 靖宇县| 高要市| 尚义县| 三明市| 酉阳| 仁怀市| 金沙县| 繁昌县| 汕尾市| 扶风县| 乌拉特中旗|