You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Anthony W. Marino" <an...@AWMObjects.com> on 2002/05/05 14:06:37 UTC

Apache2.0.36/TC4.1/mod_jk Problem

After attempting to integrate Apache2.036/TC4.1/mod_jk2 (tc4.1connector
source).  I get the following when I try to run Apache2.0.36:

"Can't locate API module structure `jk_module' in file
/usr/local/apache2/modules/mod_jk2.so: /usr/local/apache2/lib/libapr.so.0:
undefined symbol: jk_module
./apachectl start: httpd could not be started"


Relevant excerpt from my "httpd.conf" file:
AddModule	jk_module		tomcat1
JkWorkersFile	/usr/local/apache2/conf/workers.properties
JkLogFile		logs/mod_jk.log
JkLogLevel	info

JkMount		/*.jsp			tomcat1
JkMount		/examples/*	tomcat1



Any help is appreciated!
Thank You,

Anthony



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>

-------------------------------------------------------

-- 
Anthony W. Marino
Pres./CTO, AWM Objects
email:	anthony@AWMObjects.com
phone:	(732) 610-2441


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Apache2.0.36/TC4.1/mod_jk Problem

Posted by "Anthony W. Marino" <an...@AWMObjects.com>.
I'm having problems trying to compile mod_jk with the following: 
/jakarta-tomcat-connectors-4.1.0-src/jk/native/apache-2.0/ ./build-unix.conf

I'm getting "undefined reference ..."  messages.

Any help is appreciated!

Thanks,
Anthony


> On Sun, 5 May 2002, Anthony W. Marino wrote:
> > After attempting to integrate Apache2.036/TC4.1/mod_jk2 (tc4.1connector
> > source).  I get the following when I try to run Apache2.0.36:
>
> Mod_jk2 uses a different config file and module name.
>
> I would advise you use mod_jk1 until we finish working on jk2,
> and more documentation is available.
>
> Use jk2 now only if you want to participate in the development -
> which would be great.
>
> I'll check in a httpd.conf fragment that can be used, for
> next milestone.
>
> Costin
>
> > "Can't locate API module structure `jk_module' in file
> > /usr/local/apache2/modules/mod_jk2.so:
> > /usr/local/apache2/lib/libapr.so.0: undefined symbol: jk_module
> > ./apachectl start: httpd could not be started"
> >
> >
> > Relevant excerpt from my "httpd.conf" file:
> > AddModule	jk_module		tomcat1
> > JkWorkersFile	/usr/local/apache2/conf/workers.properties
> > JkLogFile		logs/mod_jk.log
> > JkLogLevel	info
> >
> > JkMount		/*.jsp			tomcat1
> > JkMount		/examples/*	tomcat1
> >
> >
> >
> > Any help is appreciated!
> > Thank You,
> >
> > Anthony
> >
> >
> >
> > --
> > To unsubscribe:   <ma...@jakarta.apache.org>
> > For additional commands: <ma...@jakarta.apache.org>
> > Troubles with the list: <ma...@jakarta.apache.org>
> >
> > -------------------------------------------------------


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Apache2.0.36/TC4.1/mod_jk Problem

Posted by co...@covalent.net.
On Sun, 5 May 2002, Anthony W. Marino wrote:

> After attempting to integrate Apache2.036/TC4.1/mod_jk2 (tc4.1connector
> source).  I get the following when I try to run Apache2.0.36:

Mod_jk2 uses a different config file and module name.

I would advise you use mod_jk1 until we finish working on jk2,
and more documentation is available.

Use jk2 now only if you want to participate in the development - 
which would be great.

I'll check in a httpd.conf fragment that can be used, for
next milestone.

Costin

> 
> "Can't locate API module structure `jk_module' in file
> /usr/local/apache2/modules/mod_jk2.so: /usr/local/apache2/lib/libapr.so.0:
> undefined symbol: jk_module
> ./apachectl start: httpd could not be started"
> 
> 
> Relevant excerpt from my "httpd.conf" file:
> AddModule	jk_module		tomcat1
> JkWorkersFile	/usr/local/apache2/conf/workers.properties
> JkLogFile		logs/mod_jk.log
> JkLogLevel	info
> 
> JkMount		/*.jsp			tomcat1
> JkMount		/examples/*	tomcat1
> 
> 
> 
> Any help is appreciated!
> Thank You,
> 
> Anthony
> 
> 
> 
> --
> To unsubscribe:   <ma...@jakarta.apache.org>
> For additional commands: <ma...@jakarta.apache.org>
> Troubles with the list: <ma...@jakarta.apache.org>
> 
> -------------------------------------------------------
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>