1818IP-服务器技术教程,云服务器评测推荐,服务器系统排错处理,环境搭建,攻击防护等

当前位置:首页 - 网站技术 - 正文

君子好学,自强不息!

可能大家还对“总结CentOS下Apache安装 centos7 apache安装”有些不明白,下面由1818ip小编来为大家解答一下,现在我们来一起看看吧!

下面由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++ Support Google yum 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 $PATH Google yum -y install gcc
apr-util 安装时 (一部分错误提示)error:’apr_xml_parser’ has no memebr named ‘xp’ Google yum install expat-devel
Apache 安装时 (一部分错误提示)error:openssl version is too old Google yum install openssl-develyum update openssl

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

以上就是“总结CentOS下Apache安装 centos7 apache安装”的详细内容,更多请关注1818ip网其它相关文章!

本文来源:1818IP

本文地址:https://www.1818ip.com/post/6784.html

免责声明:本文由用户上传,如有侵权请联系删除!

发表评论

必填

选填

选填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。