On Fri, 29 Sep 2000, Ricardo Stella wrote:
> *) Rebuild Perl with Configure -Uuselargefiles
if you do this and re-build Apache without the extra CFLAGS, that problem
will go away.
Might have figured out the problem, and it might be an apache issue
dealing with largefiles:
I compiled apache cleanly as:
./configure \
"--with-layout=Apache" \
"--prefix=/usr/local/apache2" \
"--enable-module=most" \
"--enable-shared=max" \
This worked. 'apachectl configtest' did not complain
More testing but still problems...
First I downloaded GCC and make from sunfreeware.com just in case Sun's
versions are messed up (this is the ones distributed with Solaris 8).
I built apache clean first with the following criteria:
CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-stric
On Tue, 26 Sep 2000, Ricardo Stella wrote:
> Solaris 2.8
> Apache 1.3.12
> GCC 2.95.2
> Perl 5.6.0
> Enterprise 250 (64bitish)
> Modperl 1.24
>
> I can't get modperl compiled as a DSO neither via the 'flexible-method'
> nor the APXS method.
>
> The first method, seg faults.
>
> The second meth
Solaris 2.8
Apache 1.3.12
GCC 2.95.2
Perl 5.6.0
Enterprise 250 (64bitish)
Modperl 1.24
I can't get modperl compiled as a DSO neither via the 'flexible-method'
nor the APXS method.
The first method, seg faults.
The second method won't configure, stating I should not build mod-perl
as a DSO or co