Bug 53190 - apache 2.4.2 + mod_perl 2.0.6 installation having issue [‘conn_rec’ structure has changed.]
Summary: apache 2.4.2 + mod_perl 2.0.6 installation having issue [‘conn_rec’ structure...
Status: RESOLVED INVALID
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Build (show other bugs)
Version: 2.4.1
Hardware: All Linux
: P2 blocker (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-04 09:54 UTC by Jitendra
Modified: 2012-05-04 11:43 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jitendra 2012-05-04 09:54:59 UTC
mod_perl-2.0.6]# make 
cd "src/modules/perl" && make
make[1]: Entering directory `/root/src/mod_perl-2.0.6/src/modules/perl'
gcc -I/root/src/mod_perl-2.0.6/src/modules/perl -I/root/src/mod_perl-2.0.6/xs -I/usr/local/apache-2.4.2-DSO/include -I/usr/local/apache-2.4.2-DSO/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/usr/lib64/perl5/CORE -DMOD_PERL -DMP_COMPAT_1X -DLINUX=2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC \
	-c mod_perl.c && mv mod_perl.o mod_perl.lo
gcc -I/root/src/mod_perl-2.0.6/src/modules/perl -I/root/src/mod_perl-2.0.6/xs -I/usr/local/apache-2.4.2-DSO/include -I/usr/local/apache-2.4.2-DSO/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/usr/lib64/perl5/CORE -DMOD_PERL -DMP_COMPAT_1X -DLINUX=2 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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 `/root/src/mod_perl-2.0.6/src/modules/perl'
make: *** [modperl_lib] Error 2
Comment 1 Eric Covener 2012-05-04 11:43:16 UTC
Checking their mailing list, this has already been reported to the mod_perl project, followup there.