On Thu, 2005-12-22 at 16:28 +0100, Tobias wrote: > The weird thing is that I just rsync'd the code over from another debian > system on which the application runs just fine. The only difference > (as far as I can see) to the failing system is a debian Perl 5.8.4 (with > threads) instead of a self-compiled threadless Perl 5.8.7. Any other ideas?
Did you install the exact same versions of Mason and all other CPAN modules that the working system has? If not, that is a likely source of the problem. Another possibility is that you accidentally compiled DBI with a different perl from the one you compiled mod_perl with. - Perrin