I'm pleased to announce that Apache::Test 1.31 has been released.
Huge thanks to the modperl and httpd developers who contributed to
this 2.5 year development cycle.
Summary of changes:
Modify need_cgi so that it looks for cgi.c instead of cgi. This is a
fix for the case insensitive filesystem co
On Feb 24, 2010, at 10:19 AM, Serge Ivanchenko wrote:
> Try this:
>
> export CFLAGS='-m64 -mtune=nocona'; export LDFLAGS='-L/usr/lib64'
> ./Configure -des -A ccflags=-fPIC -Dprefix=/opt/perl
> -Dinstallprefix=/opt/perl
Is that for Perl or for mod_perl? Looks like Perl.
Best,
David
On Feb 24, 2010, at 12:07 AM, Fred Moyer wrote:
> Haven't tried with 5.10.1, but here's my 5.8.8/2.0.4/2.2.8 settings:
>
> perl -V | grep -i fpic
>cc='cc', ccflags ='-fPIC -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm',
>cppflags='-fPIC -I/usr/include/gdbm'
>cccdlfl
On Tue, Feb 23, 2010 at 10:53 PM, David E. Wheeler wrote:
> Fellow mod_perlers,
>
> I found myself getting this error with mod_perl 2 on 64 bit CentOS this
> evening:
>
> bash-3.2# make test
> cd "src/modules/perl" && make
> make[1]: Entering directory `/home/dwheeler/mod_perl-2.0.4/src/modules/p