My goal is to have a working version of Apache 1.3.27 that invokes Tomcat
4.1.24 using mod_jk, so that the application's JSP files are invoked
correctly from the Apache server.  At this point, I have Apache installed
and working, Tomcat installed and working, independently, but not the
mod_jk.  I can't get a mod_jk.so file compiled from the source file,
jakarta-tomcat-connectors-jk-1.2.4-src.tar.gz, provided on the Tomcat web
site.  

I have tried to read all available documentation on the installation of
mod_jk for Tomcat 4.1.24 and Apache 1.3.27 and earlier releases of both.  I
understand that mod_jk is now in the connectors download.  I am working on
HP-UX, so don't believe any of the binaries with work for me.  So I am
trying to build mod_jk.so from source.  I have searched  the information in
the mail archive, read the John Turner's Howto, and all of the howto's
provided by Apache and Jakarta projects.  The instructions don't apply
because the files aren't in the distribution that I can find. 

The instructions state that I should run configure.  However, there is no
configure.  Other information indicates that I should make buildconf.sh
executable and run it.  I have tried that.  I have libtools installed from
apr-0.9.3, but it can't find libtoolize in that.  I have put this path to
libtool on both the path and the classpath, still no luck.  I error on each
statement in the buildconf.sh script.  Exact error:

$ ./buildconf.sh
libtoolize --force --automake --copy
./buildconf.sh[4]: libtoolize:  not found.
aclocal
./buildconf.sh[8]: aclocal:  not found.
automake -a --foreign -i --copy
./buildconf.sh[10]: automake:  not found.
autoconf
./buildconf.sh[12]: autoconf:  not found.

Other instructions state that I should run ant on the entire connector
directory.  After correcting the file names on many files (java or
properties was cut off because of length), I was able to successfully run
ant.  However, this does not yield a mod_jk.so, nor does it yield a working
configure file anywhere in the jakarta-tomcat-connectors-4.1.24-src
directory.

Just so that you know I am not a complete idiot, I was able to follow the
instructions to create the mod_jk.so file using Tomcat 3.3.1a final.  Since
mod_jk is now separated and there is no configure file among the source,
those instructions and experience don't apply.  

What next?  What are working instructions for building the mod_jk.so library
on HP -UX that use the available software in the source bundle?

Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to