You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by bill french <bi...@nascentstate.com> on 2000/12/07 20:31:34 UTC

mod_jk.so problem

hello

my environment is thus:

tomcat 3.2
apache 1.3.14
redhat 6.2

this is my problem:

on issuing the command: /usr/local/apache/bin/httpd start

i get this error:

Syntax error on line 8 of
/usr/local/jakarta-tomcat-3.2/conf/mod_jk.conf-auto:
Cannot load /usr/local/apache/libexec/mod_jk.so into server:
/usr/local/apache/libexec/mod_jk.so: undefined symbol: map_name_at

line 8 of my mod_jk.conf-auto looks like this:

LoadModule jk_module libexec/mod_jk.so

any ideas?

-bill

Re: mod_jk.so problem

Posted by bill french <bi...@nascentstate.com>.
hi, thanks for your reply.

i actually got it to work about a half an hour after i posted with this
command:

/usr/local/apache/bin/apxs -o mod_jk.so -I../jk
-I/usr/java/jdk1.3/include -I/usr/java/jdk1.3/include/linux -c *.c
../jk/*.c

hardcode once, hardcode again, i suppose. oh well.

-bill

John de la Garza wrote:
> 
> let me know if this works or not, please...
> 
> I had a similar problem with apache...I needed to recompile it so it would
> accept dynamic loading of modules...Sounds like your apache bin doesn't
> support dynamic loading.
> 
> to enable as a dynamic loading try:
> 
> ./configure --enable-module=most --enable-shared=max
> make install

RE: mod_jk.so problem

Posted by John de la Garza <jd...@designinsites.com>.
let me know if this works or not, please...


I had a similar problem with apache...I needed to recompile it so it would
accept dynamic loading of modules...Sounds like your apache bin doesn't
support dynamic loading.

to enable as a dynamic loading try:

./configure --enable-module=most --enable-shared=max
make install

-----Original Message-----
From: bill@nascentstate.com [mailto:bill@nascentstate.com]
Sent: Thursday, December 07, 2000 11:32 AM
To: tomcat-user@jakarta.apache.org
Subject: mod_jk.so problem


hello

my environment is thus:

tomcat 3.2
apache 1.3.14
redhat 6.2

this is my problem:

on issuing the command: /usr/local/apache/bin/httpd start

i get this error:

Syntax error on line 8 of
/usr/local/jakarta-tomcat-3.2/conf/mod_jk.conf-auto:
Cannot load /usr/local/apache/libexec/mod_jk.so into server:
/usr/local/apache/libexec/mod_jk.so: undefined symbol: map_name_at

line 8 of my mod_jk.conf-auto looks like this:

LoadModule jk_module libexec/mod_jk.so

any ideas?

-bill


RE: mod_jk.so problem

Posted by John de la Garza <jd...@designinsites.com>.
I had a similar problem with apache...I needed to recompile it so it would
accept dynamic loading of modules...Sounds like your apache bin doesn't
support dynamic loading.

to enable as a dynamic loading try:

./configure --enable-module=most --enable-shared=max
make install


-----Original Message-----
From: bill@nascentstate.com [mailto:bill@nascentstate.com]
Sent: Thursday, December 07, 2000 11:32 AM
To: tomcat-user@jakarta.apache.org
Subject: mod_jk.so problem


hello

my environment is thus:

tomcat 3.2
apache 1.3.14
redhat 6.2

this is my problem:

on issuing the command: /usr/local/apache/bin/httpd start

i get this error:

Syntax error on line 8 of
/usr/local/jakarta-tomcat-3.2/conf/mod_jk.conf-auto:
Cannot load /usr/local/apache/libexec/mod_jk.so into server:
/usr/local/apache/libexec/mod_jk.so: undefined symbol: map_name_at

line 8 of my mod_jk.conf-auto looks like this:

LoadModule jk_module libexec/mod_jk.so

any ideas?

-bill