Date: Wed, 11 Apr 2001 20:18:29 +0200 From: Michel Otte <FreeBSD-Java@scoop.demon.nl> To: freebsd-java@freebsd.org Subject: Tomcat's mod_jk initialization error Message-ID: <200104111816.UAA03748@scoop.demon.nl>
next in thread | raw e-mail | index | archive | help
Hello, My sincere apologies for my previous post which contained only HTML. I'm aware of the fact that many people use text-based mail readers. Normally, I do send e-mail in just plain-text, which I prefer too. The mailer I use has a bad habit of changing this behaviour when I insert text with "copy & paste" from my web-browser. I won't bother you with the details, but this is just what happened when I inserted the error-message. Thank you, Ernst de Haan, for taking the time to inform me. I'm trying to get mod_jk to work with Apache 1.3.19, but the initialization of the module fails with the error message ' Undefined symbol "map_name_at" ' when trying to start the apache server. Tomcat as standalone server or through mod_jserv works just fine. Even the compilation of mod_jk succeeds after mangling with the Makefile. I found a suggestion somewhere on the net to configure and compile Apache with --enable-rule=SHARED_CORE. So I recompiled Apache with this option and compiled mod_jk again. This resulted in a same-size mod_jk.so which is about 18 kilobytes big, or should I say small? "httpd -V" shows that Apache has been compiled with the SHARED_CORE option. Setup: * FreeBSD 4.2-RELEASE * Apache 1.3.19 (build from source) * JDK12-beta (build from the ports collection) * Tomcat 3.2.1 binary distribution * Trying to compile mod_jk from Tomcat 3.2.1-src distribution I couldn't find a clue anywhere, but I know it's possible to get this to work. Did I miss something stupid here? Kind regards, Michel Otte To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104111816.UAA03748>