bloop
Member
I ran yum install memcached.x86_64 php-pecl-memcache.x86_64
configured memcached then checked for PHP extension but no memcache.so can be found...
yum remove php-pecl-memcache.x86_64 then I did
yum install php-pecl-memcached.x86_64 still no memcache extension.
When I run netstat -tulpn | grep :11211
I see memcached running but phpinfo shows no memcached and I can't find the extension path to add to php.ini either.
I'm confused now, what am I doing wrong...? I'm on Centos 6.6 ..Hope someone can help me... thanks.
configured memcached then checked for PHP extension but no memcache.so can be found...
yum remove php-pecl-memcache.x86_64 then I did
yum install php-pecl-memcached.x86_64 still no memcache extension.
When I run netstat -tulpn | grep :11211
I see memcached running but phpinfo shows no memcached and I can't find the extension path to add to php.ini either.
I'm confused now, what am I doing wrong...? I'm on Centos 6.6 ..Hope someone can help me... thanks.