自制PHP5.6 memcached安装错误

tin*_*err 3 homebrew

我正在尝试通过Homebrew安装PHP 5.6的memcached扩展.

brew install php56-memcached
Run Code Online (Sandbox Code Playgroud)

我得到的错误是

Error: No such file or directory - /usr/local/opt/igbinary/include/igbinary.h
Run Code Online (Sandbox Code Playgroud)

我已经尝试重新安装php56-igbinary和php56本身.既没有解决这个问题.我试图找到任何名为igbinary.h的文件,但在计算机上找不到任何文件.我该如何解决?

小智 6

您尝试删除并重新安装这些包装

brew remove php56-igbinary php56-memcached 
brew reinstall php56 --enable-maintainer-zts --build-from-source php56-igbinary --build-from-source php56-memcached --build-from-source
Run Code Online (Sandbox Code Playgroud)