Send reply to:  Tomcat Users List <users@tomcat.apache.org>
From:   Ken Bowen <[EMAIL PROTECTED]>
To:     users@tomcat.apache.org
Subject:        Problem with mod_jk installation
Date sent:      Tue, 23 Sep 2008 19:45:14 -0400

> Hi all,
> 
> I'm trying to setup a new virtual machine running CentOS 5 Linux over 
> VMWare. Apache Httpd 2.2.3 was already installed and running. I've
> installed Java JDK 1.5.0_16 and Tomcat 5.5.27, which is running  fine.
> I downloaded mod_jk-1.2.26-httpd-2.2.6.so and placed it with all the 
> other httpd modules. When I try to restart apache httpd, I get the
> following error message:
> 
> Cannot load /etc/httpd/modules/mod_jk-1.2.26-httpd-2.2.6 into server:
> /etc/httpd/modules/mod_jk-1.2.26-httpd-2.2.6: undefined symbol: 
> ap_get_server_description [FAILED]
> 
> When that happened, since the installed Httpd version was 2.2.3, I 
> attempted to use the next earliest version of mod_jk,   the version
> mod_jk-1.2.26-httpd-2.0.61.  But when  Httpd tries to load that, it
> says that it is garbled.
> 
> What am I missing here??
> 

Download and build it yourself.

You'll need the httpd-devel.i386 package installed first.

after downloading and uncompressing it's as simple as

cd tomcat-connectors-1.2.26-src/native
./configure --with-apxs=/usr/sbin/apxs
make
make install


then add the line

LoadModule jk_module modules/mod_jk.so

in httpd.conf


and configure mod_jk.



-Steve O.




> Thanks in advance,
> Ken Bowen



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to