pcre安装出错
yum -y install libtool gcc-c++
在执行安装上,一定要确认上面的两个包已经安装。<br />
第一处出错:
configure: error: newly created file is older than distributed files!
上面的报错是因为机器的时间设置不对,可能过下面方法设置<br />
date -s 20120222
date -s 13:59:36
clock -w
也可以通过ntp对时<br />
ntpdate ntp1.nl.net
第二处报错<br />
make[1]: *** [pcrecpp.lo] Error 1
该问题是因为没有安装gcc-c++包引起的。如果有执行上面的yum安装步骤,上面的这个报错一般不会出现。
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/pcre-install/837.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.