博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
安装nginx 常见错误及 解决方法
阅读量:6305 次
发布时间:2019-06-22

本文共 1020 字,大约阅读时间需要 3 分钟。

hot3.png

问题:./configure: error: the HTTP XSLT module requires the libxml2/libxslt

解决方案:yum -y install libxslt-devel

问题:checking for perl

 + perl version: This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi
Can't locate ExtUtils/Embed.pm in ( contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .).
BEGIN failed--compilation aborted.

解决方案:yum -y install perl perl-devel perl-ExtUtils-Embed

问题:./configure: error: the GeoIP module requires the GeoIP library.

解决方案:yum -y install GeoIP GeoIP-devel GeoIP-data

问题:./configure: error: the Google perftools module requires the Google perftools

解决方案:按顺序执行1,2两条命令即可解决。 1:yum -y install libunwind-devel       2:yum -y install google-perftools-devel

问题:./configure: error: libatomic_ops library was not found.

解决方案:yum -y install libuuid-devel libblkid-devel libudev-devel fuse-devel libedit-devel libatomic_ops-devel

 

转载于:https://my.oschina.net/u/252854/blog/1920131

你可能感兴趣的文章
xcodebuild命令行编译错误问题解决
查看>>
Yii2.0 下的 load() 方法的使用
查看>>
华为畅玩5 (CUN-AL00) 刷入第三方twrp Recovery 及 root
查看>>
LeetCode----67. Add Binary(java)
查看>>
母版页 MasterPage
查看>>
[转] ReactNative Animated动画详解
查看>>
DNS原理及其解析过程
查看>>
记录自写AFNetWorking封装类
查看>>
没想到cnblog也有月经贴,其实C#值不值钱不重要。
查看>>
【转】LUA内存分析
查看>>
springboot使用schedule定时任务
查看>>
[转] Entity Framework Query Samples for PostgreSQL
查看>>
XDUOJ 1115
查看>>
PHP学习(四)---PHP与数据库MySql
查看>>
模版方法模式--实现的capp流程创建与管理
查看>>
软件需求分析的重要性
查看>>
eclipse的scala环境搭建
查看>>
UVA465:Overflow
查看>>
HTML5-placeholder属性
查看>>
Android选择本地图片过大程序停止的经历
查看>>