I'm trying to install the phpredis extension, but no luck.
After running the command ./configure --enable-redis-igbinary
, I've received the following error:
checking for igbinary includes... configure: error: Cannot find igbinary.h
igbinary was installed using PECL, but looks like the header files are not being found.
This problem is probably caused because PECL is installing the header files to a location different from the one that is used during the installation of phpredis. You can confirm this by looking at the console messages.
Just move the igbinary folder to the correct location:
And it should correctly find the igbinary header file: