I installed memcached like I always do but it's not working! I have it misconfigured somehow.
PHP sees memcache: [EMAIL PROTECTED] /]# php -i | grep memcache memcache memcache support => enabled memcache.allow_failover => 1 => 1 memcache.chunk_size => 8192 => 8192 memcache.default_port => 11211 => 11211 memcache.max_failover_attempts => 20 => 20 Registered save handlers => files user sqlite memcache But I get this error when trying to invoke it via the website/apache. *Fatal error*: Class 'Memcache' not found in * /home/sali/public_html/test.php* on line *25 *I don't get this error when I run the test.php from the command line as root. * *To be honest, I've seen this before and worked around it somehow...I don't remember how though :(. * * -- Suleman Ali www.techbeef.com
