On Tuesday, 04. June 2002 18:14, Murat �nalan wrote:
> :: 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.
>
> After hours of devasting failure, I feel like having my head in a mixer
> !
>
> With this i wanted to build mod_perl+apache in one step (but it failed):
>
> <script>
> #!/bin/sh
>
> APACHE_DIR=../apache_1.3.24
>
> perl Makefile.PL EVERYTHING=1 APACHE_PREFIX=/usr/local/apache \
> APACHE_SRC=$APACHE_DIR/src \
> DO_HTTPD=1 \
> USE_APACI=1 \
>
> APACI_ARGS=--with-layout=GNU,--prefix=/usr/local/apache,--enable-module=
there is a blank line in between... is that intended or a formatting error by
your mail client? It would break the script.
But really, this is basically what I use, too.
>
> Because mod_perl failed, i tried to rebuild apache with your changes
> and thought of
> installing mod_perl later with apxs:
So what exactly failed?
> But both failed !
Again, what failed? Which error came? Did apache try to use the CFLAGS?
--
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]