安装 pcre-8.1.0 出现错误
生活随笔
收集整理的這篇文章主要介紹了
安装 pcre-8.1.0 出现错误
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在安裝 pcre-8.1.0 的時候,make 出現錯誤提示:
?g++: command not found
通過yum 安裝 gcc gcc-c++
再次編譯,提示如下:
link: See the libtool documentation for more information
make[1]: *** [libpcrecpp.la] 錯誤 1
make[1]: Leaving directory `/usr/app/pcre-8.10'
解決方法:
????./configure --disable-shared --with-pic
????make && make install?
問題解決
本文轉自 ? tianshuai369 ? 51CTO博客,原文鏈接:http://blog.51cto.com/songqinglong/1718242
總結
以上是生活随笔為你收集整理的安装 pcre-8.1.0 出现错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 菜鸟学Linux命令:端口查看和操作命令
- 下一篇: nginx httpgzip模块