[mp2] "make test" fails: "failed to map segment from shared object: Operation not permitted"

2006-01-19 Thread Eamon Daly
1. Problem Description: Hey, all. I'm trying to build mod_perl against the stock httpd in RedHat 4ES. The build runs without issue, but "make test" fails immediately with the following error: Can't load '/tmp/mod_perl-2.0.2/blib/arch/auto/ModPerl/Const/Const.so' for module ModPerl::Const: /tmp

Re: [mp2] "make test" fails: "failed to map segment from shared object: Operation not permitted"

2006-01-20 Thread Eamon Daly
rebuilding completely after a "make clean" and got the same error. Any other suggestions? ____ Eamon Daly - Original Message - From: "Joe Orton" <[EMAIL PROTECTED]> To: "Eamon Daly" <[EMAIL PROTEC

Re: [mp2] "make test" fails: "failed to map segment fromshared object: Operation not permitted"

2006-01-20 Thread Eamon Daly
which doesn't match the gcc they're shipping: # rpm -qa | grep gcc gcc-3.4.4-2 Looks suspicious. ____ Eamon Daly - Original Message - From: "Mark Galbreath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Re: [mp2] SOLVED "make test" fails: "failed to map segment from shared object: Operation not permitted"

2006-01-20 Thread Eamon Daly
27;/tmp/' and repeat the 'make test' phase. /However/, it's often a good idea to mount /tmp with the "noexec" flag so executable code (including shared objects!) can't be run, and that was the case here. Thanks to everyone who replied! ____

[mp2] block & PerlOptions +Parent & PerlRequire segfaults on 2.0.2, but not 2.0.1

2006-01-20 Thread Eamon Daly
e_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . *** Packages of interest status: Apache2: - Apache2::Request : - CGI: 3.15 ExtUtils::MakeMaker: 6.17 LWP: 5.79, 5.805 mod_perl : - mod_perl2 : 2.01 Eamon Daly

Re: [mp2] block & PerlOptions +Parent & PerlRequire segfaults on 2.0.2, but not 2.0.1

2006-01-21 Thread Eamon Daly
This patch worked like a charm for me. Thanks for the quick response! Eamon Daly - Original Message - From: "Philippe M. Chiasson" <[EMAIL PROTECTED]> To: "Eamon Daly" <[EMAIL PROTECTED]>