Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Homebrew PHP5.6 memcached installation error

Tags:

homebrew

I'm trying to install the memcached extension for PHP 5.6 via Homebrew.

brew install php56-memcached

The error I get is

Error: No such file or directory - /usr/local/opt/igbinary/include/igbinary.h

I've tried reinstalling php56-igbinary and php56 itself. Neither fixes this problem. I tried to locate any files named igbinary.h and could not find any on the computer. How do I fix this?

like image 937
tinkerr Avatar asked Feb 28 '26 21:02

tinkerr


1 Answers

You try remove and reinstall these pakage

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
like image 174
users123212321i Avatar answered Mar 02 '26 11:03

users123212321i



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!