I did it and still I get the same error.


Thanks,

-Asghar

> X-UIDL: 9e7ed088da7c074d11e1654b1ba4fb0c
> X-Authentication-Warning: mojo.covalent.net: dougm owned process doing -bs
> Date: Fri, 12 May 2000 18:00:31 -0700 (PDT)
> From: Doug MacEachern <[EMAIL PROTECTED]>
> To: Asghar Nafarieh <[EMAIL PROTECTED]>
> cc: [EMAIL PROTECTED]
> Subject: Re: mod_perl-perl5.6.0
> MIME-Version: 1.0
> 
> On Fri, 12 May 2000, Asghar Nafarieh wrote:
> 
> > Hi,
> > 
> > I just upgrated my perl5.6.0 from 5.005 and I cannot get mod_perl to work 
for
> > me. I recompiled and installed mod_perl_1.23, but I get error "document 
> > contains no data" prompt from the browser when I activate the mod_perl
> > module. 
> > 
> > Has anyone have this problem?
> 
> yes, it's been explained several times in the past few weeks, here's one
> from today...
> 
> Date: Fri, 12 May 2000 11:28:08 -0700 (PDT)
> From: Doug MacEachern <[EMAIL PROTECTED]>
> To: Brian P Millett <[EMAIL PROTECTED]>
> cc: modperl <[EMAIL PROTECTED]>
> Subject: Re: [Fwd: [apache-users] Core with x86 solaris & modperl]
> 
> 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;
> 



Reply via email to