>Why don't you use the ports system of FreeBSD?
>
>cd /usr/ports/www/mod_jk-apache2
>make
>make install
>make clean
>
>Ronald.
I had built Apache outside the ports tree, so I wanted to do the same with
mod_jk to avoid dependencies. I did install the jk from the ports, which
compiled correctly.
Why don't you use the ports system of FreeBSD?
cd /usr/ports/www/mod_jk-apache2
make
make install
make clean
Ronald.
On Thu Oct 13 19:37:06 CEST 2005 Tomcat Users List
wrote:
I?m trying to compile mod_jk 1.2.14 under FreeBSD 5.3. I have searched the
tomcat archives for the last 6 months, an
--- Randy Kunkee <[EMAIL PROTECTED]> wrote:
>Haven't looked at the code, but probably "t" is not an int. If it's a
>pointer, you're in for trouble.
>
>Just to take a stab at it, try just casting the t instead of the
>whole expression. The following should compile and might even work:
>
>
Haven't looked at the code, but probably "t" is not an int. If it's a
pointer, you're in for trouble.
Just to take a stab at it, try just casting the t instead of the
whole expression. The following should compile and might even work:
int tid = (int)t & 0x;
Randy
On Oct 13, 200
I’m trying to compile mod_jk 1.2.14 under FreeBSD 5.3. I have searched the
tomcat archives for the last 6 months, and done some googling as well, to no
avail. I am getting the following error building mod_jk with gcc 3.4.2 and
gmake 3.80:
Making all in common
gmake[1]: Entering directory
`/u