Ok I fixed it. For anyone interested looking in the config.m4 as Dan
suggested gaives this:
dnl # list of object files for mod_mem_cache
mem_cache_objs="dnl
mod_mem_cache.lo dnl
cache_cache.lo dnl
cache_pqueue.lo dnl
cache_hash.lo dnl
so the command I used to build the module:
# /usr/local/apac
Hi marcos,
Thanks for your help I tried that but still getting the same error and I
have no idea why is ld complaining. I set up the LD_LIBRARY_PATH before
execution to :/lib:/usr/lib:/usr/local/lib maybe somethinf is wrong with
that.
Any other suggestions guys?
Thanks,
Igor
On Sat, Oct 10, 2
Hi, i had a similar problem whit deflate module:
Cannot load /opt/apache2/modules/mod_deflate.so into server:
/opt/apache2/modules
/mod_deflate.so: undefined symbol: inflateEnd
I solve the problem using -lz in the link options, probe to pass this
option to the linker with -Wl apxs command.
/opt/
Thanks Dan. I did that but I got the following error when tried to start
apache afterwards:
httpd: Syntax error on line 70 of /usr/local/apache2/conf/httpd.conf: Cannot
load /usr/local/apache2/modules/mod_mem_cache.so into server: ld.so.1:
./bin/httpd: fatal: relocation error: file
/usr/local/apac
Igor Cicimov writes:
> Sorry to hijack the thread guys but just wondered if the same goes with
> mod_mem_cache module I mean the additional .c files in the apxs command?
Yes, see config.m4 in the modules/cache directory which tells the build
which files are needed.
--
Dan Poirier
---