Jump to content

mod_mem_cache


catmando

Recommended Posts

I want to try out mod_mem_cache (although i've been warned it has problems).

 

On my managed server, Apache 2.2.4 was already installed, although without the mod_mem_cache.so extension.

 

I downloaded a clean distro of 2.2.4 from a local mirror, and used apxs to build the mod_mem_cache.c module (apxs -icA mod_mem_cache.c).

 

Compilation and installation went fine. When I tried uncommenting the mod_mem_cache.so LoadModule line in httpd.conf and then restarting Apache, I got the following error:

 

httpd: Syntax error on line 61 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_mem_cache.so into server: /usr/local/apache2/modules/mod_mem_cache.so: Undefined symbol "cache_find"

 

mod_cache is DEFINITELY loading before mod_mem_cache, so it's not a dependency problem. Any ideas?

Link to comment
https://forums.phpfreaks.com/topic/53566-mod_mem_cache/
Share on other sites

Well Im not sure what Operating System you use.

 

But on Ubuntu or Debian, all you do to install mod_mem_cache is:

 

:~$ a2enmod

 

And type in "mem_cache" into the prompt. Easy as that.

 

Im not sure what your error is however, and what you can do to easily fix it.

 

-steve

Link to comment
https://forums.phpfreaks.com/topic/53566-mod_mem_cache/#findComment-264845
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.