From owner-freebsd-questions@FreeBSD.ORG Sun Oct 26 07:49:17 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CDBD16A4B3 for ; Sun, 26 Oct 2003 07:49:17 -0800 (PST) Received: from mail.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39B8E43F93 for ; Sun, 26 Oct 2003 07:49:16 -0800 (PST) (envelope-from jcridge@speakeasy.net) Received: (qmail 26899 invoked from network); 26 Oct 2003 15:49:15 -0000 Received: from unknown (HELO gandalf) ([66.92.150.248]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Oct 2003 15:49:15 -0000 From: "John Ridge" To: Date: Sun, 26 Oct 2003 10:47:49 -0500 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Apache-2.0.47 and mod_jk-apache2-1.2.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2003 15:49:17 -0000 Hi, I'm new to FreeBSD and attempting to migrate an Apache-2.0.47 / Tomcat-4.1.27 web app server from Mandrake Linux to FreeBSD. I've obtained the current apache-2.0.47, jakarta-tomcat-4.1.27 and mod_jk-apache2-1.2.2 ports from the FreeBSD website and everything seemed to compile correctly, but when I attempt to start apache2 using the mod_jk I get the following error: Syntax error on line 274 of /usr/local/etc/apache2/httpd.conf: Cannot load /usr/local/libexec/apache2/mod_jk.so into server: /usr/local/libexec/apache2/mod_jk.so: Undefined symbol "pthread_mutex_unlock" I've never seen this error before and was wondering if anyone knew how I can resolve it? Would building the mod_jk.so from jakarta-tomcat-connectors-4.1.27-src solve this issue? Thanks for any assistance anyone can provide. John jcridge@speakeasy.net