On Fri, 2007-04-27 at 09:43 +0200, Alicia Amadoz wrote: > Hi, > > [error] \n------------- EXCEPTION: Bio::Root::Exception > -------------\nMSG: Can't locate Apache/SubProcess.pm in @INC (....)\n > BEGIN failed--compilation aborted at (eval 47) line > 2.\n\nApache::SubProcess module required for running under > mod_perl\nSTACK: Error::throw\nSTACK: Bio::Root::Root::throw ...
The error is that it can't locate Apache::SubProcess, but you're using mod_perl 2, which uses Apache2::Subprocess. Clint