I've compiled the pecl memcache extension using
which installs the extension to /usr/lib/php/extensions/no-debug-non-zts-20090626/memcache.soCode:cd /usr/src wget http://pecl.php.net/get/memcache-2.2.6.tgz tar zxvf memcache-2.2.6.tgz cd memcache-2.2.6 phpize ./configure make make install
I then added 'extension = memcache.so' to /usr/local/lib/php.ini and restarted httpd.
When I access a phpinfo.php (interpreted by suphp), the extension doesn't come. If I try do a php -i | grep memcache, it also doesn't show as loaded.
I can't seem to find any related errors in any syslogs.



LinkBack URL
About LinkBacks
Reply With Quote




