[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Apache & Perl, -current as of 2000-12-17
- To: misc@openbsd.org
- Subject: Apache & Perl, -current as of 2000-12-17
- From: Toni Mueller <openbsd-misc@oeko.net>
- Date: Wed, 3 Jan 2001 12:25:48 +0100
- Content-Disposition: inline
- User-Agent: Mutt/1.2i
Hello,
while trying to get mod_perl-1.24 to build, I stumble across a problem
between Apache and Perl. Since both of them are in the base system,
there should be some kind of "resolution" to this... Also, I think
I understand that no port should invade the base system, but how
do I sensibly solve the following problems (other problems -> maint):
Will configure via APXS (apxs=/usr/sbin/apxs)
************* WARNING *************
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)
Currently I'm trying to get the augmented CFLAGS into the Apache
build process and rebuild that.
Best Regards,
--Toni++