码迷,mamicode.com
首页 > Web开发 > 详细

安装源码httpd-2.4.1错误解决办法

时间:2016-04-04 21:07:33      阅读:500      评论:0      收藏:0      [点我收藏+]

标签:安装源码httpd-2.4.1错误解决办法

apache常见错误总结:
1、./configure报错
Configuring Apache Portable Runtime library ...
checking for APR... configure: error: the --with-apr parameter is incorrect. It must specify an install prefix, a build directory, or an apr-config file.
解决办法:
下载安装
apr:http://apache.etoak.com//apr/apr-1.4.6.tar.gz
apr-utils:http://apache.etoak.com//apr/apr-util-1.4.1.tar.gz
或者yum -y install apr apr-util
checking for pcre-config... false
configure: error: pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/

解决办法:
[root@www httpd-2.4.1]# yum -y install pcre-devel
2、启动报错:
[root@www bin]# service httpd start
故障1:AH00558: httpd: Could not reliably determine the server‘s fully qualified domain name, using localhost.localdomain. Set the ‘ServerName‘ directive globally to suppress this message
httpd (pid 912) already running

其实在这里并不是报错,只是个提醒信息,解决办法比较多
(1)、在/etc/hosts写下当前ip与主机名的对应关系
(2)、在本机指能解析本机主机名的DNS
(3)、修改主配置文件,找到ServerName这一行写入本机主机名

故障2:Name or service not known: AH01564: unable to find IPv4 address of "2015120415424"
AH00016: Configuration Failed

原因是主机名为数字,只需将主机名更改为非纯数字,修改完成后再/etc/hosts中将原来的主机名替换为新修改的,如果没有原主机名,那么就添加一行:
127.0.0.1  新主机名
保存后重启,然后就能正常启动了


参考资料:http://www.lofter.com/tag/xampp




本文出自 “boyhack” 博客,请务必保留此出处http://461205160.blog.51cto.com/274918/1760165

安装源码httpd-2.4.1错误解决办法

标签:安装源码httpd-2.4.1错误解决办法

原文地址:http://461205160.blog.51cto.com/274918/1760165

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!