il.com]
>> Sent: 13 July 2012 08:23
>> To: Fred Moyer
>> Cc: d...@rentrak.com; modperl@perl.apache.org; mod_perl Dev
>> Subject: Re: [MP2] Nullav undeclared make error
>>
>> Various perl changes removed Nullsv, Nullav etc from the core (e.g.
> see 24792b8dab a
rak.com; modperl@perl.apache.org; mod_perl Dev
> Subject: Re: [MP2] Nullav undeclared make error
>
> Various perl changes removed Nullsv, Nullav etc from the core (e.g. see
> 24792b8dab and 3ae1b22641), but left definitions of them for when PERL_CORE
> is not defined, for backwards com
e: [MP2] Nullav undeclared make error
Various perl changes removed Nullsv, Nullav etc from the core (e.g. see
24792b8dab and 3ae1b22641), but left definitions of them for when PERL_CORE is
not defined, for backwards compatibility with all those CPAN modules out there
which use them.
The problem he
On 13 July 2012 01:33, Fred Moyer wrote:
> > mod_perl.c:265: error: ‘Nullav’ undeclared (first use in this function)
>
> Hmm, found this in
> http://search.cpan.org/~rjbs/perl-5.16.0/pod/perl5101delta.pod
>
> Uses of Nullav, Nullcv, Nullhv, Nullop, Nullsv etc have been replaced
> by NULL in the c
> mod_perl.c:265: error: ‘Nullav’ undeclared (first use in this function)
Hmm, found this in
http://search.cpan.org/~rjbs/perl-5.16.0/pod/perl5101delta.pod
Uses of Nullav, Nullcv, Nullhv, Nullop, Nullsv etc have been replaced
by NULL in the core code, and non-dual-life modules, as NULL is
clearer
Apache2 src: 2.2.22
mod_per src: 2.0.7
Installed Perl 5.16.0 hand built as:
CFLAGS='-m64 -mtune=nocona' ./Configure -A ccflags=-fPIC \
-Dprefix=/usr/local/stow/perl-5.16.0 -Dusethreads \
-Accflags=-DPERL_REENTRANT_MAXSIZE=65536 \
-Uuselargefiles -Dusemorebits
> perl Makefile.PL MP_USE_STATIC=1 \
M