From owner-freebsd-java@FreeBSD.ORG Mon Apr 3 23:48:03 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 C322016A41F for ; Mon, 3 Apr 2006 23:48:03 +0000 (UTC) (envelope-from broohaha@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AB043D46 for ; Mon, 3 Apr 2006 23:48:02 +0000 (GMT) (envelope-from broohaha@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so1316310wra for ; Mon, 03 Apr 2006 16:48:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=K4qPJQYp7BzrwAmy37K8qKru6k5jHW17nTl862MqtACTEKD0PLY2CO0xd9aqXkXeAi159J6FGEhHNHEx4QqD4bHRrsCmyX2bVmIfiRPsHvYw61uESD7fxi1WzEs/u78m6udhYqfy1CKGyHoQGW2OG3xxp5hpSVSUJO+sB2B3HLE= Received: by 10.64.201.12 with SMTP id y12mr560075qbf; Mon, 03 Apr 2006 16:48:02 -0700 (PDT) Received: by 10.65.253.8 with HTTP; Mon, 3 Apr 2006 16:48:02 -0700 (PDT) Message-ID: <55a8a9530604031648g190d7281j7b0fa5958646ef9f@mail.gmail.com> Date: Mon, 3 Apr 2006 18:48:02 -0500 From: Al To: freebsd-java@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: 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: Mon, 03 Apr 2006 23:48:03 -0000 In my quest to get apache 2.2 to play nice with tomcat 5.5, I started out with the following command. # /usr/local/sbin/portupgrade -RrN -m 'WITH_MPM=3Dworker -DWITH_PROXY_MODULES' /usr/ports/www/apache22 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: 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" Clearly, I missed something. Any clues would be appreciated. Running FreeBSD 5.4 -Al