help: centos 5.5 编译apache2.0.64不成功提示apr问题
时间:2010-10-25
来源:互联网
环境:centos 5.5 最小化安装 + apache2.0.64
复制代码
搞一天了还没有整定。请兄弟们帮我看一下,多谢
- yum -y gcc gcc-c++
- yum -y install apr apr-devel apr-util
- yum install libxml2-devel
- yum install bison
- yum install autoconf
- yum install automake
- yum install libtool
- yum install expat-devel
- ...
- 反正能想到的我都装上了
-
- #pwd
- /root/src/httpd-2.0.64
-
- #./configure --prefix=/usr/apps/apache
- 出下面的错误
- creating test/Makefile
- config.status: creating docs/conf/httpd-std.conf
- config.status: creating docs/conf/ssl-std.conf
- config.status: creating include/ap_config_layout.h
- config.status: creating support/apxs
- config.status: creating support/apachectl
- config.status: creating support/dbmmanage
- config.status: creating support/envvars-std
- config.status: creating support/log_server_status
- config.status: creating support/logresolve.pl
- config.status: creating support/phf_abuse_log.cgi
- config.status: creating support/split-logfile
- config.status: creating build/rules.mk
- config.status: creating build/pkg/pkginfo
- config.status: creating include/ap_config_auto.h
- config.status: include/ap_config_auto.h is unchanged
- config.status: executing default commands
-
- 判断是apr的问题
-
- 但之前明明是安装了apr的。怪怪。
-
- 不得已自己手工再装一次apr
- #cd /root/src/httpd-2.0.64/srclib/apr
- #./buildconf
- #./configure --prefix=/usr/apps/libs/apr
- 结果又出现下面的错误
- config.status: creating apr-config
- config.status: creating include/arch/unix/apr_private.h
- config.status: executing default commands
作者: bjbs_270 发布时间: 2010-10-25
是不是兄弟们没有遇到过这样的问题!
作者: bjbs_270 发布时间: 2010-10-26
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28