Aha. Thanks for the help. I had indeed read the docs, but I expected the
Makefile to be more or less a shortcut for what was listed there. For the
record, I got it working by running this command:
apxs -o
mod_jk.so -DFREEBSD -I$JAVA_HOME/include/freebsd -I$JAVA_HOME/include \
-I../jk -c *.c ../jk/*.c
The problem seemed to be that the Makefile was using gcc, rather than apxs,
to compile the .c files. I'm not sure what Makefile.freebsd is doing in the
apache1.3 directory; does it have some other purpose? Perhaps it should be
replaced with a link to the mod_jk howto, or modified to run the above
command?
Thanks again,
Tim
-----Original Message-----
From: Dave Smith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 5:19 PM
To: [EMAIL PROTECTED]
Subject: Re: mod_jk linking problems: Tomcat 3.2.1, FreeBSD 4.2 -
problems with Makefile?
I got it running on FreeBSD 4.0 using jdk1.1.8. Should be similar with
1.2 native, also on linux 6.2 with jdk1.3.
The process is explained in some detail in the mod_jk.so how-to in the doc
folder of the source distro. (or on line in the tomcat documentation). You
did
read the documentation, right? ;-)
If you need more help I explained what I did and this is posted, should be
easy
to find in the tomcat-user archives by searching on FreeBSD.
Dave
[...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]