Wow! great thanks a lot Doug - works perfectly now!!
Much appreciated,
Roger Foskett
----- Original Message -----
From: Doug MacEachern <[EMAIL PROTECTED]>
To: Roger Foskett (2) <[EMAIL PROTECTED]>
> 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.
>
>