Re: mod_deflate.c problems

2004-10-09 Thread Joe Orton
On Fri, Oct 08, 2004 at 08:50:19AM -0700, Justin Erenkrantz wrote: --On Friday, October 8, 2004 3:59 PM +0100 Joe Orton [EMAIL PROTECTED] wrote: zutil.h isn't really needed at all; in fact whole the gzip header could be in an immortal bucket, much less overhead than jumping through the

Re: mod_deflate.c problems

2004-10-09 Thread Justin Erenkrantz
--On Saturday, October 9, 2004 10:54 AM +0100 Joe Orton [EMAIL PROTECTED] wrote: It's apparently an issue when you have zlib 1.2.1 installed somewhere, since in that version zutil.h is considered an internal header and is not installed by make install:

mod_deflate.c problems

2004-10-08 Thread jean-frederic clere
Hi, I have the following problem with mod_deflate: +++ In file included from /usr/include/zutil.h:16, from mod_deflate.c:50: /usr/include/zlib.h:40: warning: `ZLIB_VERSION' redefined /opt/SMAWPlus/include/zlib.h:40: warning: this is the location of the previous definition In file

Re: mod_deflate.c problems

2004-10-08 Thread Joe Orton
On Fri, Oct 08, 2004 at 03:34:18PM +0200, jean-frederic clere wrote: I have the following problem with mod_deflate: +++ In file included from /usr/include/zutil.h:16, from mod_deflate.c:50: /usr/include/zlib.h:40: warning: `ZLIB_VERSION' redefined

Re: mod_deflate.c problems

2004-10-08 Thread Justin Erenkrantz
--On Friday, October 8, 2004 3:59 PM +0100 Joe Orton [EMAIL PROTECTED] wrote: zutil.h isn't really needed at all; in fact whole the gzip header could be in an immortal bucket, much less overhead than jumping through the psprintf code. Try this? I think we tried to hard-code OS_CODE to 0x03