Re: Compiling mod_jk on FreeBSD

2005-10-14 Thread Mike Stevens
>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.

Re: Compiling mod_jk on FreeBSD

2005-10-13 Thread Mike Stevens
--- 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: > >

Compiling mod_jk on FreeBSD

2005-10-13 Thread Mike Stevens
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