Sorry, this bounced from my Mac.com acct :P

On Friday, September 6, 2002, at 12:50 PM, William C (Bill) Jones wrote:

> This is a USELARGEFILES support issue.
>
> On Friday, September 6, 2002, at 12:16 PM, ODELL, TODD E (SWBT) wrote:
>
>> ...
>> Apache::Request it gives a 'segmentation fault (11)' in the error_log.
>
>
> Here, in Perl, it is defined:
>
>>     useperlio=3Dundef d_sfio=3Dundef uselargefiles=3Ddefine =
> usesocks=3Dundef
>
> And here:
>
>> Characteristics of this binary (from libperl):
>>   Compile-time options: USE_LARGE_FILES
>
>
> To avoid this issue please try the following:
>
> Leave PERL alone!
>
> Rebuild mod_perl -- for example:
>
> perl Makefile.PL \
> USE_APXS=3D1 \
> WITH_APXS=3D/usr/local/apache/bin/apxs \
> EVERYTHING=3D1 \
> USE_DSO=3D1
>
> #  build mod_php -
> ./configure --with-apxs=3D/usr/local/apache/bin/apxs \
> =A0 --enable-force-cgi-redirect \
> =A0 --enable-discard-path \
> =A0 --with-pear \
> =A0 --enable-safe-mode \
> =A0 --with-openssl \
> =A0 --enable-bcmath \
> =A0 --with-bz2 \
> =A0 --with-gdbm \
> =A0 --with-ndbm \
> =A0 --enable-dio \
> =A0 --enable-ftp \
> =A0 --with-ldap \
> =A0 --with-mysql=3D/usr/local/ \
> =A0 --with-pgsql \
> =A0 --enable-memory-limit
>
> # You may wish to remove those options which you might not already 
> have=20=
>
> installed - like maybe pgsql, openssl, or ldap...
>
> Please correct for your filesys layout.
>
> Also, you may wish to see http://www.apachetoolbox.com/
>
> HTH/Sx :]
>

Reply via email to