in reply to Getting mod_perl working

I think your sysadmin should reinstall mod_perl. It looks like it was compiled with one version of perl while another version is installed on your server.

Update: Did he use binary package for mod_perl? Probably it is better to recompile mod_perl from sources on that server.

--
Ilya Martynov (http://martynov.org/)

Replies are listed 'Best First'.
Re: Re: Getting mod_perl working
by tomazos (Deacon) on Dec 20, 2001 at 09:58 UTC
    The mod_perl installation was compiled from source on a staging server running Perl 5.6.1 and then transported to my server, which was running the older Perl 5.6.0.

    We upgraded my perl installation to 5.6.1 and it now works.

    Thanks for your help all.