From owner-freebsd-questions Tue Mar 18 4:14: 6 2003 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 963BB37B404 for ; Tue, 18 Mar 2003 04:14:05 -0800 (PST) Received: from smtp.mailbox.co.uk (smtp.mailbox.net.uk [195.82.125.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B3643F3F for ; Tue, 18 Mar 2003 04:14:03 -0800 (PST) (envelope-from wayne.pascoe@penguinpowered.org.uk) Received: from [212.18.244.168] (helo=marvin.penguinpowered.org.uk) by smtp.mailbox.co.uk with esmtp (Exim 3.36 #1) id 18vFyk-0007Ff-00 for freebsd-questions@freebsd.org; Tue, 18 Mar 2003 12:14:02 +0000 Received: from waynep by marvin.penguinpowered.org.uk with local (Exim 3.33 #1) id 18vG8s-000If3-00 for freebsd-questions@freebsd.org; Tue, 18 Mar 2003 12:24:30 +0000 Date: Tue, 18 Mar 2003 12:24:30 +0000 From: Wayne Pascoe To: freebsd-questions@freebsd.org Subject: Apache 2 + Mod_jk Message-ID: <20030318122430.GA71718@marvin.penguinpowered.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-System: FreeBSD i386 with kernel 4.7-RC Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I'm trying to get mod_jk working with apache 2.0.44. I keep getting the following error: -su-2.05b# bin/httpd -t Syntax error on line 38 of /usr/local/httpd-2.0.44_lite/conf/modules.conf: Cannot load /usr/local/httpd-2.0.44_lite/modules/mod_jk.so into server: /usr/local/httpd-2.0.44_lite/modules/mod_jk.so: Undefined symbol "pthread_mutex_unlock" If I recompile apache and add --enable-threads to the apache configure line, I don't get this error with mod_jk, but Apache doesn't seem to start right. I see one httpd process, I cannot get a response by telnetting to port 80 and /var/run/httpd.pid is never created. Can anyone advise me on this ? Thanks, -- Wayne Pascoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message