When I execute phpize command I get
Can't find PHP headers in /usr/include/php
The php-devel package is required for use of this command.
I tried to install php-devel package. It gives below error
--> Finished Dependency Resolution
Error: Package: php-gd-5.4.13-1.el6.remi.x86_64 (remi)
Requires: libjpeg.so.62(LIBJPEG_6.2)(64bit)
You could try using --skip-broken to work around the problem
But libjpeg is already installed.
[root@ip-173-201-189-43 memcache-2.2.7]#
[root@ip-173-201-189-43 memcache-2.2.7]# rpm -qa | grep libjpeg
libjpeg-6b-46.el6.x86_64
[root@ip-173-201-189-43 memcache-2.2.7]#
Now I am clueless how can I support Memcache in D7 site.
Did anybody face this issue anytime, any pointers highly appreciated.
Thanks
-Austin