I am trying to load mod_mem_cache.so
in SUSE Linux Enterprise Server 11, by doing
LoadModule memcache /path/to/mem_cache.so
.
But I got this:
httpd2: Syntax error on line 113 of /etc/apache2/httpd.conf: Syntax error on line 43 of /etc/apache2/sysconfig.d/loadmodule.conf: Can't locate API module structure `memcache' in file /usr/lib/php5/extensions/memcache.so: /usr/lib/php5/extensions/memcache.so: undefined symbol: memcache
This memcached is installed using Zypper, through our repository.
How can I fix this?