have you tried this patch? see threads on largefile support for details.
--- 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;
- apache1.3.12, modperl1.23, perl5.6, ApacheJServ1.1, OpenSS... Thomas Apsel
- Re: apache1.3.12, modperl1.23, perl5.6, ApacheJServ1.... Doug MacEachern
- Re: apache1.3.12, modperl1.23, perl5.6, ApacheJServ1.... Jeff . Bulley
- Re: apache1.3.12, modperl1.23, perl5.6, ApacheJSe... G.W. Haywood
- Re: apache1.3.12, modperl1.23, perl5.6, ApacheJServ1.... Jeff . Bulley
