in reply to Re: Template Toolkit breaks under mod_perl2?
in thread Template Toolkit breaks under mod_perl2?
I got Perl working again. Ordinary modperl works as well (a simple "Hello World" page worked).
TT2 however remains stubborn.
Template::Service::Apache tries to use Apache2::Request, which tries to use APR::Request::Param and this gives the following error:
Can't load 'x:/webserver/Perl/site/lib/auto/APR/Request/Apache2/Apache2.dll' for module APR::Request::Apache2: load_file:The specified module could not be found at x:/webserver/Perl/lib/DynaLoader.pm line 230. at x:/webserver/Perl/site/lib/Apache2/Request.pm line 3The strange thing is that x:/webserver/Perl/site/lib/auto/APR/Request/Apache2/Apache2.dll is sitting right there! Only Dynaloader seems to have a problem with finding it.Compilation failed in require at x:/webserver/Perl/site/lib/Apache2/Request.pm line 3.
BEGIN failed--compilation aborted at x:/webserver/Perl/site/lib/Apache2/Request.pm line 3.
Compilation failed in require at X:\webserver\Perl\site\lib\Template\Service\Apache.pm line 50.
BEGIN failed--compilation aborted at X:\webserver\Perl\site\lib\Template\Service\Apache.pm line 50.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Template Toolkit breaks under mod_perl2?
by PodMaster (Abbot) on Jul 11, 2005 at 04:04 UTC | |
by CountZero (Bishop) on Jul 11, 2005 at 08:06 UTC |