From owner-freebsd-questions Wed Jul 18 15:46:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from listproc.corp.loudcloud.com (olly.loudcloud.com [66.54.20.10]) by hub.freebsd.org (Postfix) with ESMTP id 1C6F537B403 for ; Wed, 18 Jul 2001 15:46:22 -0700 (PDT) (envelope-from seanp@loudcloud.com) Received: from loudcloud.com (grover.geek.loudcloud.com [192.168.0.253]) by listproc.corp.loudcloud.com (8.11.3/8.10.1) with ESMTP id f6IMkL313155 for ; Wed, 18 Jul 2001 15:46:21 -0700 (PDT) Message-ID: <3B5612C0.D0607382@loudcloud.com> Date: Wed, 18 Jul 2001 15:50:40 -0700 From: Sean Peck X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Undefined Symbol ... References: <001901c10fd6$7fe33820$670f5d18@lowroad.dhs.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 have compiled the mod_jk.so from the Jakarta Tomcat release, however when I attempt to use it I get the following: Cannot load /usr/local/libexec/apache/mod_jk.so into server: /usr/local/libexec/apache/mod_jk.so: Undefined symbol "pthread_mutex_unlock" No errors are occurring on compile and I have run dozens of different programs that were multithreaded on this box before. I have tried manually setting my LD_LIBRARY_PATH TO include the defaults /usr/lib /usr/local/lib yet I still get this problem..... Anyone have any ideas? Thanks in advance. Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message