> -----Original Message-----
> From: Guenter Knauf [mailto:eflash@gmx.net]
> Sent: 27 February 2004 16:13
> To: tomcat-dev@jakarta.apache.org
> Subject: RE: jk2 buglets
>
>
> hmm, you could check to use the old mmap code which Henri
> just has checked in again; get latest jk_shm.c from cvs and
> modifiy it to ignore APR_HAS_MMAP and use HAVE_MMAP instead;
> if that works then we know for sure that APR mmap supportg is
> somehow broken on Solaris, and you have to ask in the apr
> group for a fix...
>
> Guenter.
Good call. Ignoring APR results in an so that starts and responds
apparently without error.
Assuming that the next mod_jk2 release wants to go with the present APR
(0.94) or even the CVS (pre 1.0?) then we need to kludge mod_jk on solaris 8
(at least) to not use APR for this bit.
I was going to add an && defined(foo) to the APR defined lines, however I do
not know the right foo to add __sun seems too broad. The next more complex
fix is to alter the Makefile with a -d.
What do people think?
Thanks Guenter.
Greg
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|