On Tuesday, 04. June 2002 13:42, Murat �nalan wrote:
> 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.
There is nothing in the configure script of apache, since the largefile
options are added by mod_perl when you compile mod_perl and apache together.
If you want to use apxs, compile apache with custom CFLAGS:
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" ./configure ...
(or something along those lines)
If you are using the traditional way (manual or apaci), mod_perl should take
care of that automatically.
You probably will have to recompile php and other third-party modules as well,
since they must use the new compiler flags as well. (apxs should take care of
adding them, though I am not sure about that.)
--
CU
Joerg
PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc
PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E 7779 CDDC 41A4 4C48 6F94
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]