From owner-freebsd-java Tue Apr 10 13:23:59 2001 Delivered-To: freebsd-java@freebsd.org Received: from scoop.demon.nl (scoop.demon.nl [212.238.112.35]) by hub.freebsd.org (Postfix) with ESMTP id 4D50A37B42C for ; Tue, 10 Apr 2001 13:23:51 -0700 (PDT) (envelope-from FreeBSD-Java@scoop.demon.nl) Received: from pentium.localnet.org (pentium.localnet.org [10.1.1.3]) by scoop.demon.nl (8.8.8/8.8.8) with SMTP id WAA01987 for ; Tue, 10 Apr 2001 22:23:49 +0200 Message-Id: <200104102023.WAA01987@scoop.demon.nl> X-Sender: michel@pop3.scoop.demon.nl (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Tue, 10 Apr 2001 22:26:01 +0200 To: freebsd-java@freebsd.org From: Michel Otte Subject: Tomcat/mod_jk load error Mime-Version: 1.0 Content-Type: text/html; charset="us-ascii" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello,


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