相關(guān)資訊
本類常用軟件
-
福建農(nóng)村信用社手機(jī)銀行客戶端下載下載量:584204
-
Windows優(yōu)化大師下載量:416901
-
90美女秀(視頻聊天軟件)下載量:366961
-
廣西農(nóng)村信用社手機(jī)銀行客戶端下載下載量:365699
-
快播手機(jī)版下載量:325855
最近在Centos 下編譯安裝Yaf出現(xiàn)了錯(cuò)誤,后來將問題解決了,特附上解決方法,希望能幫上朋友們!
問題描述:
在編譯安裝Yaf框架時(shí),在make的是出現(xiàn)如下錯(cuò)誤提示:
In file included from /root/yaf-2.1.2/yaf_router.c:28:
/usr/include/php/ext/pcre/php_pcre.h:29:18: error: pcre.h: No such file or directory
In file included from /root/yaf-2.1.2/yaf_router.c:28:
/usr/include/php/ext/pcre/php_pcre.h:45: error: expected ‘=’, ‘,’, ‘;’, ‘a(chǎn)sm’ or ‘__attribute__’ before ‘*’ token
/usr/include/php/ext/pcre/php_pcre.h:46: error: expected ‘=’, ‘,’, ‘;’, ‘a(chǎn)sm’ or ‘__attribute__’ before ‘*’ token
/usr/include/php/ext/pcre/php_pcre.h:52: error: expected specifier-qualifier-list before ‘pcre’
make: *** [yaf_router.lo] 錯(cuò)誤 1
解決辦法:
# yum install pcre-devel
安裝 pcre-devel即可解決了。
- 第 2 樓 廣西出入境檢驗(yàn)檢疫局(全分局通用) 網(wǎng)友 客人 發(fā)表于: 2014/3/14 12:55:45
- 不錯(cuò),成功解決了。
- 第 1 樓 廣東深圳電信 網(wǎng)友 客人 發(fā)表于: 2012/11/20 15:47:55
- 學(xué)過了,不錯(cuò)!