Installing and Configuring mod_jk
Hi,I want to install mod_jk for setting up multiple instances of tomcat.
so ,i tried to compile mod_jk source and getting error message. I downloaded jakarta-tomcat-connectors-1.2.15-src.tar file and uploaded in the server
Logged in SSH terminal as a root and supplied the following commands to build
Step 1) export JAVA_HOME=/usr/java/j2sdk1.4.2_09
Step 2) export CATALINA_HOME=/opt/tomcat4/
Step 3) tar -xzvf jakarta-tomcat-connectors-1.2.14.1-src.tar.gz
step 4) cd jakarta-tomcat-connectors-1.2.14.1/jk/native
step 5) ./configure --with-axps=/usr/sbin/axps
at this stage, i am getting an error message
checking for vsnprintf... yes
checking for flock... yes
checking for setsockopt in -lsocket... no
checking whether to use SO_RCVTIMEO with setsockopt()... yes
checking whether to use SO_SNDTIMEO with setsockopt()... yes
no apxs given
checking for target platform... unix
no apache given
Do i have to supply any other arguments with configure command?
any help much appreciated.