You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sh...@CobbEnergy.com on 2007/12/03 17:06:34 UTC

Building mod_jk.so module

Ola, 
We are trying to build module which under apache named  mod_jk.so. 
document points  to compiling it with build-unix.sh script which is not 
there. Any idea how to compile /build it ? Thx 

[root@cemcp62 /usr/local]: find / -name build-unix.sh -print
find: bad status-- /proc/381108

Re: Building mod_jk.so module

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Shekar,

Shekhar.Dhotre@CobbEnergy.com wrote:
> We are trying to build module which under apache named mod_jk.so. 
> document points  to compiling it with build-unix.sh script which is not 
> there. Any idea how to compile /build it ? Thx 

Which version?

The build procedure should be very simply:

$ wget tomcat-connectors-x.y.z-src.tar.gz
$ tar xzf tomcat-connectors-x.y.z.tar.gz
$ cd tomcat-connectors-x.y.z.tar.gz/native
$ ./configure --with-apxs=/path/to/your/apache/apxs
$ make

Then, you can either,

$ su -c 'make install'

or manually install it yourself from apache-[1.x|2.0]/mod_jk.so.

Hope that helps,
- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHVC2I9CaO5/Lv0PARArTyAJwIStBax3SXjEM8BmiDI72MpAyOPwCfdDqO
9tQNXGjdsJ3RhBaOJ/86FLQ=
=8dsv
-----END PGP SIGNATURE-----

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