解决编译apache出现的问题:configure: error: APR not found . Please read the documentation - ____哊.時^随记 - 51CTO技术博客
解决编译apache出现的问题:configure: error: APR not found . Please read the documentation
2012-04-17 11:45:27
标签:编译 ./configure apache
原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://xtony.blog.51cto.com/3964396/836508今日编译apache时出错:
#./configure --prefix……检查编辑环境时出现:
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.zip2.编译安装:
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 installb:解决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 installc:解决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 install4.最后编译Apache时加上:
--with-apr=/usr/local/apr \
--with-apr-util=/usr/local/apr-util/ \
--with-pcre=/usr/local/pcre
成功编译完成~
本文出自 “____哊.時^随记” 博客,请务必保留此出处http://xtony.blog.51cto.com/3964396/836508
分享至
更多 3
一键收藏,随时查看,分享好友!
haowen980、xutao3653、cbstudyall
3人
了这篇文章
类别:Linux____网站服务┆技术圈(0)┆阅读(5672)┆评论(1) ┆ 推送到技术圈┆返回首页
上一篇 mail退信分析大全 下一篇 CentOS下安装Mysql5.5
相关文章apache+mysql+php编译参数
编译安装apache服务器
apache 编译
apache编译 参数
编译安装Apache服务器
查看nginx,apache,mysql,php编译参数
启动编译安装的apache
Windows下编译Apache-2.2.22(集成OpenSSL-1..
构建LAMP网站服务器平台一之编译安装Apache..文章评论
[1楼] cbstudyall 回复
解决编译apache出现的问题:configure: error: APR not found . Please read the documentation - ____哊.時^随记 - 51CTO技术博客的更多相关文章
- Apache安装问题:configure: error: APR not found . Please read the documentation
		Linux上安装Apache时,编译出现错误: checking for APR... no configure: error: APR not found . Please read the do ... 
- 解决编译apache出现的问题:configure: error: APR not found . Please read the documentation
		今日编译apache时出错: #./configure --prefix……检查编辑环境时出现: checking for APR... no configure: error: APR not fo ... 
- linux 上安装apache 出现 configure: error: APR not found.  Please read the documentation错误
		今日编译apache时出错: #./configure --prefix……检查编辑环境时出现: checking for APR... noconfigure: error: APR not fou ... 
- Centos下安装apahce的configure: error: APR not found. Please read the documentation解决办法
		今天从Apache官网上http://httpd.apache.org/下载httpd web服务器,由于我的虚拟机上之前安装过,我先yum remove httpd进行卸载,然后重新安装.我采用的是 ... 
- 转 Centos下安装apahce的configure: error: APR not found. Please read the documentation解决办法
		转自: http://www.cnblogs.com/Anker/p/3355573.html 今天从Apache官网上http://httpd.apache.org/下载httpd web服务器,由 ... 
- configure: error: APR not found. Please read the documentation
		本以为Apache的编译安装很简单,其实不然: 以前的环境下编译报错很少 ,但这次不行了 提示configure: error: APR not found. Please read the docu ... 
- [apache2.4]configure: error: APR not found.  Please read the documentation.
		apache2.4 安装出现如下错误 ``` [lzz@localhost httpd-2.4.10]$ ./configure checking for chosen layout... Apac ... 
- 解决Eclipse中文乱码 - 技术博客 - 51CTO技术博客  http://hsj69106.blog.51cto.com/1017401/595598/
		解决Eclipse中文乱码 - 技术博客 - 51CTO技术博客 http://hsj69106.blog.51cto.com/1017401/595598/ 
- 【转】解决编译Apache出现的问题:configure: error: APR not found . Please read the documentation
		这里写的很清楚了,已验证可用 http://blog.csdn.net/linghao00/article/details/7926458 
随机推荐
- 高斯拉普拉斯算子(Laplace of Gaussian)
			高斯拉普拉斯(Laplace of Gaussian) kezunhai@gmail.com http://blog.csdn.net/kezunhai Laplace算子作为一种优秀的边缘检测算子, ... 
- Denny Zhang:一辈子做一个自由职业者
			程序猿訪谈录供稿 Denny是一个旅居美国的自由职业者,这是一份让人羡慕的职业,选择这个职业意味着他已经实现某种程度上的经济自由,能够最大限度的做自己喜欢的事情,对他来说,选择自由职业作为自己终生的事 ... 
- 稳定婚姻问题和Gale-Shapley算法(转)
			什么是算法?每当有人问作者这样的问题时,他总会引用这个例子:假如你是一个媒人,有若干个单身男子登门求助,还有同样多的单身女子也前来征婚.如果你已经知道这些女孩儿在每个男孩儿心目中的排名,以及男孩儿们在 ... 
- 图示CCScrollView的相关概念
			(转载请注明原文地址:http://blog.csdn.net/while0/article/details/11527899) 见下图: 1)设置ScrollView的视口大小的函数是:setVie ... 
- Android UI 之WaterFall瀑布流效果
			所谓瀑布流效果,简单说就是宽度相同但是高度不同的一大堆图片,分成几列,然后像水流一样向下排列,并随着用户的上下滑动自动加载更多的图片内容. 语言描述比较抽象,具体效果看下面的截图: ... 
- POI读入excel文件到Java中
			package Poi_Test; //导入java自带的包 import java.io.BufferedInputStream; import java.io.File; import java. ... 
- ZOJ 3790 Consecutive Blocks 模拟题
			problemCode=3790">Consecutive Blocks 先离散一下,然后模拟,把一种颜色i所在的位置都放入G[i]中.然后枚举一下终点位置,滑动窗体使得起点和终点间花 ... 
- java调用C#的dll
			链接地址:http://www.cnblogs.com/yinhaiming/articles/1712463.html .net产生的比java晚,其类库的封装在某些方面也比java更优秀,更全面. ... 
- spring mvc +cookie+拦截器功能 实现系统自动登陆
			先看看我遇到的问题: @ResponseBody @RequestMapping("/logout") public Json logout(HttpSession session ... 
- android优化原理
			时间换时间: 数据的异步载入 分批载入. 开机加速. 时间换空间: 分页. 空间换时间: everything.exe 音乐 图库 在开机启动后, sd卡被挂载 生成数据库. 空间换空间: 8G内存 ... 
 
			
		