hey guys
i have the same problem as described here:
http://groups.google.com/group/memcached/browse_thread/thread/d4b96a8d44d6db4d/e3c677d5ee6a1fc0
i did install memcache
apt-get install php5-memcache
the phpinfo() lists:
mod_mem_cache (loaded modules)
in the /etc/php5/apache2/php.ini
extension=memcache.so
added
extension dir is untouched ("./")
a2enmod -> module into mods-enabled
checked the /etc/apache2/mods-enabled:
mem_cache.load
mem_cache.conf
both in it
i restarted, force-reloaded...
still:
Fatal error: Class 'Memcache' not found...
what am i missing?