On Mon, 22 May 2000, Roger Foskett (2) wrote:
 
> -------- MOD_PERL VERSION --------
> mod_perl-1.23
> 
> --------- MOD_PERL CONFIGURATION --------
> perl ./Makefile.PL \
>     USE_APXS=1 \
>     WITH_APXS=/usr/local/apache/bin/apxs \
>     EVERYTHING=1

thanks for the complete bug report, if only you had tried the latest
version (1.24), Makefile.PL explains the problem/solution(s):

Your Perl is uselargefiles enabled, but Apache is not, suggestions:
    *) 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)

pick the least painful of those three and your problem will be gone.

Reply via email to