Monday, August 13, 2012

Compile mod_jk from source for IBM HTTP Server

# compile mod_jk for IBM HTTP
To create tomcat-connectors's autoconf script, you will need to install libraries below
yast -i libtool automake autoconf perl gcc gcc-c++ libgcc glibc glibc-32bit glibc-devel glibc-devel-32bit  libtool automake autoconf 
and then do steps below:
1. download mod_jk source
2. cd $tomcat-connectors'/native
3. ./buildconf.sh
4. LDFLAGS=-lc ./configure -with-apxs=/opt/IBM/HTTPServer/bin/apxs
6. cd apache-2.0
7. make
8. copy ./apache-2.0/mod_jk.so to /opt/IBM/HTTPServer/modules

No comments: