On Tue, 27 Mar 2012, Mark Hedges wrote:

> > {2012-03-27 17:29:27 PDT -0700}
> > c_mhedge@linux:~/src/apache2stack/modperl-svn/httpd24$ perl Makefile.PL 
> > MP_APXS=/usr/bin/apxs
> > Reading Makefile.PL args from @ARGV
> >    MP_APXS = /usr/bin/apxs
> > no conflicting prior mod_perl version found - good.
> > Configuring Apache/2.4.1 mod_perl/2.0.6-dev Perl/v5.12.1
> > ERROR from evaluation of
> > ***/httpd24/Apache-Reload/Makefile.PL: Use of
> > uninitialized value $v in substitution (s///) at 
> > Apache-Test/lib/Apache/TestRun.pm line 1100.


For kicks I set undefined $v to '[undef]' there since it
appeared to be just generating a summary report.  Then `perl
Makefile.PL` succeeded, but I get this error when I run
`make`:

cd "src/modules/perl" && make
make[1]: Entering directory `***/httpd24/src/modules/perl'
make[1]: Warning: File `modperl_constants.h' has modification time 0.73 s in 
the future
gcc -I***/httpd24/src/modules/perl -I***/httpd24/xs -I/usr/include/apr-1 
-I/usr/include/apr-1  -I/usr/include/httpd -D_REENTRANT -D_GNU_SOURCE 
-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include 
-I***/5.12.1/x86_64-linux-thread-multi/CORE -DMOD_PERL -O2 -fPIC \
    -c mod_perl.c && mv mod_perl.o mod_perl.lo
gcc -I***/httpd24/src/modules/perl -I***/httpd24/xs -I/usr/include/apr-1 
-I/usr/include/apr-1  -I/usr/include/httpd -D_REENTRANT -D_GNU_SOURCE 
-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include 
-I***/5.12.1/x86_64-linux-thread-multi/CORE -DMOD_PERL -O2 -fPIC \
    -c modperl_interp.c && mv modperl_interp.o modperl_interp.lo
modperl_interp.c: In function ‘modperl_interp_select’:
modperl_interp.c:503: error: ‘conn_rec’ has no member named ‘remote_ip’
make[1]: *** [modperl_interp.lo] Error 1
make[1]: Leaving directory `***/httpd24/src/modules/perl'
make: *** [modperl_lib] Error 2


(replaced some paths with '***' for privacy)

Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
For additional commands, e-mail: dev-h...@perl.apache.org

Reply via email to