nitin1704 has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to install mod_perl2 on my Ubuntu VM. Perl 5.14.2 and Apache 2.4.2 have already been installed. When I run the make command, it ends with an error. Please advise.
root@nitin-VirtualBox:/home/nitin/Downloads/mod_perl-2.0.7# make cd "src/modules/perl" && make make[1]: Entering directory `/home/nitin/Downloads/mod_perl-2.0.7/src/ +modules/perl' cc -I/home/nitin/Downloads/mod_perl-2.0.7/src/modules/perl -I/home/nit +in/Downloads/mod_perl-2.0.7/xs -I/sw/pkg/apache/include -I/sw/pkg/apa +che/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing +-pipe -fstack-protector -I/usr/local/include -I/usr/lib/perl/5.14/COR +E -DMOD_PERL -DMP_COMPAT_1X -O2 -g -fPIC \ -c mod_perl.c && mv mod_perl.o mod_perl.lo cc -I/home/nitin/Downloads/mod_perl-2.0.7/src/modules/perl -I/home/nit +in/Downloads/mod_perl-2.0.7/xs -I/sw/pkg/apache/include -I/sw/pkg/apa +che/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing +-pipe -fstack-protector -I/usr/local/include -I/usr/lib/perl/5.14/COR +E -DMOD_PERL -DMP_COMPAT_1X -O2 -g -fPIC \ -c modperl_interp.c && mv modperl_interp.o modperl_interp.lo modperl_interp.c: In function ‘modperl_interp_select’: modperl_interp.c:503:35: error: ‘conn_rec’ has no member named ‘remote +_ip’ make[1]: *** [modperl_interp.lo] Error 1 make[1]: Leaving directory `/home/nitin/Downloads/mod_perl-2.0.7/src/m +odules/perl' make: *** [modperl_lib] Error 2 root@nitin-VirtualBox:/home/nitin/Downloads/mod_perl-2.0.7#
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mod_perl2 build error - ‘conn_rec’ has no member named ‘remote_ip’
by Anonymous Monk on Jul 12, 2012 at 07:05 UTC | |
by nitin1704 (Sexton) on Jul 12, 2012 at 09:51 UTC | |
by Anonymous Monk on Jul 12, 2012 at 10:57 UTC | |
|
Re: mod_perl2 build error - ‘conn_rec’ has no member named ‘remote_ip’
by aitap (Curate) on Jul 12, 2012 at 10:06 UTC | |
by locked_user sundialsvc4 (Abbot) on Jul 12, 2012 at 12:53 UTC | |
by aitap (Curate) on Jul 12, 2012 at 13:55 UTC |