You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by GOMEZ Henri <hg...@slib.fr> on 2000/10/02 08:35:42 UTC

RE: mod_jk for freebsd 4.1 tomcat 3.2 current beta and pthread_mu tex_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
>

Re: mod_jk for freebsd 4.1 tomcat 3.2 current beta and pthread_mutex_unlock

Posted by harold barker <hv...@dsms.com>.
"Thomas T. Veldhouse" wrote:
> 
> The makefile seems to be a copy of the Apache 2.0 linux makefile.
> 
> Tom Veldhouse
> veldy@veldy.net
> 
> ----- Original Message -----
> From: GOMEZ Henri <hg...@slib.fr>
> To: <to...@jakarta.apache.org>
> 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
> 
I did, it works, thanks


> > 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
> > >
> >

-- 
    mailto:hbarker@dsms.com            Do or do not, there is no try, Yoda

Re: mod_jk for freebsd 4.1 tomcat 3.2 current beta and pthread_mutex_unlock

Posted by "Thomas T. Veldhouse" <ve...@veldy.net>.
The makefile seems to be a copy of the Apache 2.0 linux makefile.

Tom Veldhouse
veldy@veldy.net

----- Original Message -----
From: GOMEZ Henri <hg...@slib.fr>
To: <to...@jakarta.apache.org>
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
> >
>


Re: mod_jk for freebsd 4.1 tomcat 3.2 current beta and pthread_mutex_unlock

Posted by harold barker <hv...@dsms.com>.
Well the example make file for freebsd in the apache1.3 dir is what i used so i
figured it was correct and i had done something silly. 

Could it be that i need to compile apache with pthreads? is that possible.

GOMEZ Henri wrote:
> 
> 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
> >

-- 
    mailto:hbarker@dsms.com            Do or do not, there is no try, Yoda