Unable to install mongodb php driver on mac os 10.9

前端 未结 5 612
眼角桃花
眼角桃花 2020-12-28 16:29

After googling for about an hour can\'t find any solution that works for me. I\'m on OS X 10.9 Mavericks.

Here is what the terminal says:

$ sudo pecl         


        
5条回答
  •  不知归路
    2020-12-28 16:43

    Here is how I solved this after installing Xcode:

    cd /usr/include
    sudo ln -sf /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/php
    

提交回复
热议问题