Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 82829 invoked from network); 2 Oct 2000 14:21:34 -0000 Received: from artemis.imaginet.fr (HELO mx2.imaginet.fr) (195.68.75.24) by locus.apache.org with SMTP; 2 Oct 2000 14:21:34 -0000 Received: from css5.cs (www2.slib.fr [195.68.49.130]) by mx2.imaginet.fr (8.9.3/8.8.8) with SMTP id QAA14766 for ; Mon, 2 Oct 2000 16:19:51 +0200 (MET DST) Received: from css4.cs (css4.cs [172.31.1.8]) by css5.cs (8.9.3/8.9.3) with ESMTP id QAA32143 for ; Mon, 2 Oct 2000 16:22:15 +0200 Received: by css4.cs with Internet Mail Service (5.5.2650.21) id ; Mon, 2 Oct 2000 16:19:24 +0200 Message-ID: <361024C34A6DD2118689006097AE2B4DBFD720@css4.cs> From: GOMEZ Henri To: tomcat-user@jakarta.apache.org Subject: RE: mod_jk for freebsd 4.1 tomcat 3.2 current beta and pthread_mu tex_unlock Date: Mon, 2 Oct 2000 16:19:23 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Apache 2.0 will use pthread for it MPM (fork+thread) work model. Apache 1.3 (at least on Redhat Linux) DIDN'T WORKS or EVEN CORE DUMP when using a DSO module which in turn require pthread shared lib. "...handing C++ to the average programmer seems roughly comparable to handing a loaded .45 to a chimpanzee." -- Ted Ts'o >-----Original Message----- >From: Thomas T. Veldhouse [mailto:veldy@veldy.net] >Sent: Monday, October 02, 2000 3:51 PM >To: tomcat-user@jakarta.apache.org >Subject: Re: mod_jk for freebsd 4.1 tomcat 3.2 current beta and >pthread_mutex_unlock > > >The makefile seems to be a copy of the Apache 2.0 linux makefile. > >Tom Veldhouse >veldy@veldy.net > >----- Original Message ----- >From: GOMEZ Henri >To: >Sent: Monday, October 02, 2000 1:35 AM >Subject: RE: mod_jk for freebsd 4.1 tomcat 3.2 current beta and >pthread_mutex_unlock > > >> mod_jk was compiled with thread support. >> I suggest you to remove all threads stuff >> in mod_jk makefile (in apache1.3 sub dir) >> >> >> >> "...handing C++ to the average programmer seems roughly comparable to >> handing a loaded .45 to a chimpanzee." >> -- Ted Ts'o >> >> >-----Original Message----- >> >From: harold barker [mailto:hvb@dsms.com] >> >Sent: Monday, October 02, 2000 5:30 AM >> >To: tomcat-user@jakarta.apache.org >> >Subject: mod_jk for freebsd 4.1 tomcat 3.2 current beta and >> >pthread_mutex_unlock >> > >> > >> > >> >FreeBSD sm.dsms.com 4.1-RELEASE FreeBSD 4.1-RELEASE #0: Tue >> >Sep 19 19:50:52 PDT >> >2000 root@ks-1.sm.dsms.com:/usr/src/sys/compile/dsms41aSMP i386 >> > >> >I get the following err when i try to run apache with mod_jk. >> >Is this a known >> >problem, what is the fix? >> > >> > >> >Syntax error on line 8 of /usr/dsms/tomcat/conf/mod_jk.conf-auto: >> >Cannot load /usr/dsms/apache/libexec/mod_jk.so into server: >> >/usr/dsms/apache/libexec/mod_jk.so: Undefined symbol >> >"pthread_mutex_unlock" >> >/usr/dsms/apache/bin/apachectl start: httpd could not be started >> >zsh: 67558 exit 3 /usr/dsms/apache/bin/apachectl start >> > >> >Please respond to hvb@dsms.com >> >thanks >> > >> >