Mathew
Once you have built the file you put it in with your other mod_xyz.so files
(/usr/lib/apache for me) and then use the LoadModule and AddModule commands in the
httpd.conf file.
I eventually managed to build the file on my linux box using make instead of the apsx
script.
thanks
Alan
Mathew Thomas wrote:
> Alan,
> I was able to build mod_jk.so on linux by changing to
> /jakarta-tomcat-src/src/native/apache13 and running make -f Makefile.linux all .
> This will build mod_jk.so. I'm not sure what to do with mod_jk.so after building
> it, though. I've build apache1.3.14 with mod_so so I can include so modules - I
> figure mod_jk must be included somehow.
>