:: OK, can you check if there are large file flags in your :: generated Makefile?
<bash> linux:/usr/src/AxKit-1.6 # grep -i large Makefile CCFLAGS = -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 </bash> Hmmm, i turned OFF largefile for mod_perl (PERL_USELARGEFILES=0) and i see that here for AxKit its still turned ON. MAY BE THAT THIS IS THE REASON ??? What is this largefile stuff for ?? :: I'm not entirely sure what the problem is, but it's possible :: that the CFLAGS :: aren't getting set right still. I think you made a typo !! Did you mean CCFLAGS ?? Look below, the part of output of Makefile.PL: <bash> checking for module XML::LibXSLT >= version 1.31... yes running xml2-config... ok looking for -lxml2... yes 'CFLAGS' is not a known MakeMaker parameter name. checking for iconv() in -liconv... no </bash> I verifed that i have the uptodate ExtUtils::MakeMaker installed. Ok, how do i get apache+mod_perl+mod_ssl+axkit compiled/configured with the same "largefile" option. Escpacially i find nothing about it in the configure-script of apache. Cheers, Murat --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
