From owner-freebsd-questions Thu Mar 21 19:54:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.kc.rr.com (fe3.rdc-kc.rr.com [24.94.163.50]) by hub.freebsd.org (Postfix) with ESMTP id DC48637B404 for ; Thu, 21 Mar 2002 19:54:04 -0800 (PST) Received: from gruffy.kc.rr.com ([65.26.58.166]) by mail3.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Thu, 21 Mar 2002 21:53:15 -0600 Received: (from riksca@localhost) by gruffy.kc.rr.com (8.11.6/8.11.6) id g2M3sKG39164 for freebsd-questions@FreeBSD.ORG; Thu, 21 Mar 2002 21:54:20 -0600 (CST) (envelope-from riksca) Date: Thu, 21 Mar 2002 21:54:20 -0600 From: Rik Scarborough To: FreeBSD Questions Subject: pthread_mutex_unlock missing for Apache mod_jk Message-ID: <20020322035420.GA35714@gruffy.kc.rr.com> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i 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 I've gotten mod_jk for Apache to compile with the Tomcat 4.0.x source. When I try to start Apache and load the module in, I get the following error: Cannot load /usr/local/libexec/apache/mod_jk.so into server: /usr/local/libexec/apache/mod_jk.so: Undefined symbol "pthread_mutex_unlock" It seems that either this should be there (it compiled ok) or pthread_mutex_lock and all the rest should have errored as well. Can someone tell me what I'm missing? ~Rik -- Ranger Rik -- RikSca@mac.com Brought to you by FreeBSD 4.5 Joshua 24:15 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message