以下是php5版本編譯安裝mongo擴展
進(jìn)入編譯目錄
sudo /usr/local/Cellar/php\@5.6/5.6.36/bin/phpize
【解決】在安裝mongodb時候報openssl頭文件不存在
大概錯誤顯示吧:error: Cannot find OpenSSL's
系統(tǒng)裝好openssl后猖毫;
./configure --with-php-config=/usr/local/Cellar/php\@5.6/5.6.36/bin/php-config CPPFLAGS="-I/usr/local/Cellar/openssl/1.0.2o_1/include" LDFLAGS="-I/usr/local/Cellar/openssl/1.0.2o_1/lib"
注:路徑中-I是要的哦
這里填你自己的路徑
/usr/local/Cellar/php\@5.6/5.6.36
/usr/local/Cellar/openssl
以下是php7版本編譯安裝mongodb擴展
php7版本已經(jīng)沒有mongo擴展的更新了茴迁,用sudo /usr/local/Cellar/php\@5.6/5.6.36/bin/pecl install mongodb就可以了