1. 程式人生 > >unbuntu usr/include/php5/ext/pcre/php_pcre.h:29:18: fatal error: pcre.h

unbuntu usr/include/php5/ext/pcre/php_pcre.h:29:18: fatal error: pcre.h

使用sudo pecl install mongodb安裝php的mongodb擴充套件,報錯:

usr/include/php5/ext/pcre/php_pcre.h:29:18: fatal error: pcre.h

可以這樣解決:

apt-get install libpcre3-dev

如果提示libpcre3-dev不存在,你需要更新本地資源庫

sudo apt-get update