Bug 36993 - mod_jk failes to load
Summary: mod_jk failes to load
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ernst de Haan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-11 13:50 UTC by Flemming Frøkjær
Modified: 2002-04-13 13:14 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Flemming Frøkjær 2002-04-11 13:50:01 UTC

 When starting Apache it failes to load mod_jk.
~ >/usr/local/sbin/apachectl configtest
Syntax error on line 241 of /usr/local/etc/apache/httpd.conf:
Cannot load /usr/local/libexec/apache/mod_jk.so into 
server: /usr/local/libexec/apache/mod_jk.so: 
 Undefined symbol "pthread_mutex_unlock"

How-To-Repeat: Install Apache 1.3.24, jdk1.3.1, jakarta-ant, tomcat-3.3.1_9 and mod_jk
Then add the lines to load mod_jk into httpd.conf:

LoadModule jk_module          libexec/apache/mod_jk.so
and:
AddModule mod_jk.c
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-04-11 13:52:11 UTC
Responsible Changed
From-To: freebsd-ports->znerd

over to maintainer
Comment 2 Ernst de Haan freebsd_committer freebsd_triage 2002-04-13 10:29:47 UTC
State Changed
From-To: open->patched

Patch has been committed. Waiting for confirmation 
from originator.
Comment 3 Ernst de Haan freebsd_committer freebsd_triage 2002-04-13 13:14:19 UTC
State Changed
From-To: patched->closed

Patch is confirmed to work okay.