httpd 2.1 gives me: -D_LARGEFILE64_SOURCE
perl gives me: -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
since we look for /-D_FILE_OFFSET_BITS=64/ and we don't find it on the apache side we strip /-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64/, but now that I've added EXTRA_CPPFLAGS, I get -D_LARGEFILE64_SOURCE pushed in. Isn't that a problem? We strip -D_LARGEFILE_SOURCE but add -D_LARGEFILE64_SOURCE? Aren't the two indicated the same thing?
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
