I installed memcached using yum and then install libmemcached library through yum with following command:
yum install libmemcached
It installed fine but when I tried to install memecached php extension through pecl , i get error :
checking for libmemcached location... configure: error: memcached support
requires libmemcached. Use --with-libmemcached-dir= to specify the prefix
where libmemcached headers and library are located
I have installed libmemcached then why it is not working or able to find ?