意见箱
恒创运营部门将仔细参阅您的意见和建议,必要时将通过预留邮箱与您保持联络。感谢您的支持!
意见/建议
提交建议

总结CentOS下Apache安装

来源:恒创科技 编辑:恒创科技编辑部
2023-12-07 20:43:59
下面由centos教程栏目给大家总结CentOS下Apache安装,希望对需要的朋友有所帮助!

CentOS下Apache安装总结

环境(Environment)

操作系统:CentOS 6.8
服务器:Apache 2.4.29
其他关键依赖库:apr 1.6.3、apr-util 1.6.1、pcre-8.41

命令(Command)

解压命令命令格式命令说明命令参数解释tar zxvf [dir1] -C [dir2]将dir1下的文件解压到dir2指定的目录下无rpm -qa [software-name]查询指定的软件无rpm -e --nodeps [software-full-name]卸载指定名称的软件--nodeps:不做软件之间的依赖检查./configure --prefix=[dir] --with-[lib]无--prefix:指定安装目录--with-[lib]:依赖(个人理解)Apache安装编译安装(make install)

问题(problem)

发生时间错误内容解决方案(个人)解决方案(网络)权重Apache 安装时error:Cannot use an external APR with the bundled APR-util对apr-util重新进行编译安装Google低Apache 安装时error:Did not find pcre-config script at [dir]将pcre2替换为pcre,然后进行编译安装Google低pcre安装时error: You need a C++ Compiler for C++ SupportGoogleyum install -y gcc gcc-c++低Apache 安装时error:pcre-config for libpcre not found在./configure 配置时使用--with-pcre=[dir]指定pcre安装目录重新安装或者第一次安装pcre低Apache 安装时error:no acceptable C complier found in $PATHGoogleyum -y install gcc高apr-util 安装时(一部分错误提示)error:'apr_xml_parser' has no memebr named 'xp'Googleyum install expat-devel低Apache 安装时(一部分错误提示)error:openssl version is too oldGoogleyum install openssl-develyum update openssl高

第一次编写这种总结,如有不对之处,欢迎dalao指出(给dalao递女装)。

以上就是总结CentOS下Apache安装的详细内容,更多请关注恒创科技其它相关文章!

上一篇: mysql直接拷贝data目录下数据库源文件还原数据库方法 下一篇: CentOS7.0使用root登录桌面