i have followed countless tutorials and visted dozens of forums on installing the memcached php extension. I am using the following commands.
$ pecl download memcached
$ tar zxvf memcached-1.0.2.tgz
$ cd memcached-1.0.0
$ phpize
$ ./configure
$ make
$ sudo make install
but when i add the extension=memcached.so
line in the php.ini
file memcache will not show up in php info. But the memcache extension (memcache.so
) will work.