hi, thanks for your reply.
i actually got it to work about a half an hour after i posted with this
command:
/usr/local/apache/bin/apxs -o mod_jk.so -I../jk
-I/usr/java/jdk1.3/include -I/usr/java/jdk1.3/include/linux -c *.c
../jk/*.c
hardcode once, hardcode again, i suppose. oh well.
-bill
John de la Garza wrote:
>
> let me know if this works or not, please...
>
> I had a similar problem with apache...I needed to recompile it so it would
> accept dynamic loading of modules...Sounds like your apache bin doesn't
> support dynamic loading.
>
> to enable as a dynamic loading try:
>
> ./configure --enable-module=most --enable-shared=max
> make install