Hi, Thanks for the help I went back and modified the Makefile with all 3 libraries as you have said, recompiled and now I'm getting a different error: INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError: /usr/local/apache/modules/libjkjni.so: /usr/local/apache/lib/libaprutil-0.so.0: undefined symbol: gdbm_errno
I'm not too good with C library programming, so can you help to explain what
this is?
Ugh, looks like there is another link dependency. "libaprutil" wants a link to GDBM library. Try to locate something looking like "/usr/lib/lib*dbm*" and add that to Makefile, without leading "lib", like this "-ldbm".
Nix.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
