[ANNOUNCE] Fwd: CPAN Upload: P/PH/PHRED/Apache-Test-1.31.tar.gz

2010-02-24 Thread Fred Moyer
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

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-02-24 Thread David E. Wheeler
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

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-02-24 Thread David E. Wheeler
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

Re: Error: `PL_sv_yes' can not be used when making a shared object; recompile with -fPIC

2010-02-24 Thread Fred Moyer
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