On Wed 15 Jul 2009, Kevin O'Gorman wrote:
> Errno architecture (i686-linux-2.6.24-gentoo-r4-kosmanor) does not
> match executable architecture
> (i686-linux-thread-multi-2.6.28-gentoo-r5-kosmanor) at
> /usr/lib/perl5/site_perl/5.8.8/Errno.pm line 11.

To me this does not look like a modperl bug but rather a bug in your 
perl installation. You somehow managed to get an Errno.pm made for 
2.6.24 running on 2.6.28.

These lines in Errno.pm generate the message:

"$Config{'archname'}-$Config{'osvers'}" eq
"x86_64-linux-thread-multi-2.6.27" or
        die "Errno architecture (x86_64-linux-thread-multi-2.6.27) does 
not match executable architecture 
($Config{'archname'}-$Config{'osvers'})";

Torsten

-- 
Need professional mod_perl support?
Just hire me: torsten.foert...@gmx.net

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to