You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by harold barker <hv...@dsms.com> on 2000/10/02 05:29:45 UTC

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 "Thomas T. Veldhouse" <ve...@veldy.net>.
You compiled with the supplied Makefile, correct?  Edit the file and change
LINUX to FREEBSD and then remove REENTRANT and -pthreads from the compiler
line.  It should work well after that.

Tom Veldhouse
veldy@veldy.net

----- Original Message -----
From: harold barker <hv...@dsms.com>
To: <to...@jakarta.apache.org>
Sent: Sunday, October 01, 2000 10:29 PM
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
>