Doug MacEachern wrote:
> i'm going to release 1.24 asap to stop this madness. looks like another
> case of the 5.6.0 largefile support bug, which the patch below will fix.
> for apxs, you'll need to build apache like so:
> CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" \
> ./configure \
> ...
>
> --- Makefile.PL 2000/04/21 19:37:45 1.159
> +++ Makefile.PL 2000/04/27 22:45:30 1.160
> @@ -186,7 +186,7 @@
> $PERL_DEBUG = "";
> $PERL_DESTRUCT_LEVEL = "";
> $PERL_STATIC_EXTS = "";
> -$PERL_EXTRA_CFLAGS = "";
> +$PERL_EXTRA_CFLAGS = $] >= 5.006 ? $Config{ccflags} : "";
> $SSLCacheServerPort = 8539;
> $SSL_BASE = "";
> $Port = $ENV{HTTP_PORT} || 8529;
Did this. Recompiled Apache, modperl, jserv. Same results. :-(
Modperl & Apache without Raven does work. But Raven, Modperl, Apache =
core.
--
Brian Millett
Enterprise Consulting Group "Shifts in paradigms
(314) 205-9030 often cause nose bleeds."
[EMAIL PROTECTED] Greg Glenn