You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Patrick Danial <pa...@terakeet.net> on 2005/08/26 16:18:00 UTC

failed to map segment from shared object

I'm receiving the following error when I startup apache:

[error] Can't load
> '/usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/Apache2/RequestRec/RequestRec.so'
> for module Apache2::RequestRec:
> /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/auto/Apache2/RequestRec/RequestRec.so:
> failed to map segment from shared object: Permission denied at
> /usr/lib/perl5/5.8.5/i386-linux-thread-multi/XSLoader.pm line 68.\n at
> /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi/Apache2/XSLoader.pm
> line 30\nCompilation failed in require at
> /usr/lib/perl5/site_perl/5.8.5/HTML/Mason/ApacheHandler.pm line
> 239.\nBEGIN failed--compilation aborted at
> /usr/lib/perl5/site_perl/5.8.5/HTML/Mason/ApacheHandler.pm line
> 250.\nCompilation failed in require at (eval 2) line 3.\n


I'm running Apache2 with mod_perl2. I received this error when 
attempting to load Mason::ApacheHandler in my
http config. I was told this is a mod_perl issue and not a Mason issue. 
Thanks in advance.

Pat