From owner-freebsd-java@FreeBSD.ORG Tue Apr 4 03:25:24 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 941A416A451 for ; Tue, 4 Apr 2006 03:25:24 +0000 (UTC) (envelope-from rfrancis@ev.net) Received: from mail.ev.net (mail.ev.net [132.235.215.234]) by mx1.FreeBSD.org (Postfix) with SMTP id D3BA843D46 for ; Tue, 4 Apr 2006 03:25:23 +0000 (GMT) (envelope-from rfrancis@ev.net) Received: (qmail 1304 invoked by uid 98); 3 Apr 2006 23:34:17 +0000 Received: from 65.24.136.66 by mail.ev.net (envelope-from , uid 98) with qmail-scanner-1.25 (clamdscan: 0.88/1239. Clear:RC:0(65.24.136.66):. Processed in 0.178205 secs); 03 Apr 2006 23:34:17 -0000 X-Qmail-Scanner-Mail-From: rfrancis@ev.net via mail.ev.net X-Qmail-Scanner: 1.25 (Clear:RC:0(65.24.136.66):. Processed in 0.178205 secs) Received: from cpe-65-24-136-66.columbus.res.rr.com (HELO ?192.168.0.6?) (rfrancis@65.24.136.66) by 10.0.0.1 with SMTP; 3 Apr 2006 23:34:17 +0000 Message-ID: <4431F4F9.9030106@ev.net> Date: Mon, 03 Apr 2006 23:24:25 -0500 From: Russell Francis User-Agent: Thunderbird 1.5 (X11/20060401) MIME-Version: 1.0 To: Al References: <55a8a9530604031648g190d7281j7b0fa5958646ef9f@mail.gmail.com> In-Reply-To: <55a8a9530604031648g190d7281j7b0fa5958646ef9f@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=56C85FCF Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig13400AB6C4A2337506ACE3BC" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-java@freebsd.org Subject: Re: mod_proxy_ajp.so: Undefined symbol "proxy_module" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2006 03:25:24 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig13400AB6C4A2337506ACE3BC Content-Type: multipart/mixed; boundary="------------080504020608030409070906" This is a multi-part message in MIME format. --------------080504020608030409070906 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Al wrote: > In my quest to get apache 2.2 to play nice with tomcat 5.5, I started > out with the following command. >=20 > # /usr/local/sbin/portupgrade -RrN -m 'WITH_MPM=3Dworker > -DWITH_PROXY_MODULES' /usr/ports/www/apache22 >=20 > After getting around fixing portupgrade issues, I was finally able to > rebuild everything without errors. However, when trying to start > apache, I get the following error: >=20 > httpd: Syntax error on line 104 of /usr/local/etc/apache22/httpd.conf: > Cannot load /usr/local/libexec/apache22/mod_proxy_ajp.so into server: > /usr/local/libexec/apache22/mod_proxy_ajp.so: Undefined symbol > "proxy_module" >=20 > Clearly, I missed something. Any clues would be appreciated. This is just a guess, but do you have the following lines in your '/usr/local/etc/apache22/httpd.conf' file? The order is important too. LoadModule proxy_module libexec/apache22/mod_proxy.so LoadModule proxy_ajp_module libexec/apache22/mod_proxy_ajp.so Regards, Russ --------------080504020608030409070906-- --------------enig13400AB6C4A2337506ACE3BC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEMfUAoA1beFbIX88RAr4oAJ4lSCht/xyN3HmNn9wuekvBxOwMtwCgmyv3 S5cFYDB9QMe15qf/4yP4T/k= =qqCz -----END PGP SIGNATURE----- --------------enig13400AB6C4A2337506ACE3BC--