On Mon, 30 Jul 2001, Mauricio Amorim wrote:

> Hi, my name is Mauricio
 
> 2) I install mod_perl 1.1.26 with the following options:
> cd mod_perl_1.1.26
> perl Makefile.PL APACHE_SRC=../apache.1.3.20/src USE_APACI=1 USE_DSO=1 

you should have seen this warning:
Your Perl is uselargefiles enabled, but Apache is not, suggestions:
    *) Rebuild mod_perl with Makefile.PL PERL_USELARGEFILES=0
    *) Rebuild Apache with CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
    *) Rebuild Perl with Configure -Uuselargefiles
    *) Let mod_perl build Apache (USE_DSO=1 instead of USE_APXS=1)

try the first option.


Reply via email to