Randy Kobes wrote:
However after changing that, I now get this:
/usr/sbin/httpd: symbol lookup error:
/usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi/auto/APR/Request/Apache2/Apache2.so:
undefined symbol: apreq_handle_apache2
Hmm... any ideas?
Do you have a
LoadModule apreq_module modules/mod_apreq2.so
in httpd.conf (note that it's mod_apreq2.so, not
mod_apreq.so).
Nope, I sure didn't. Bad FC4 packaging?
Also, the following line in Template::Service::Apache (line 132-ish)
needs to change:
#$params->{ params } = { %{ $request->parms() } }
$params->{ params } = { %{ $request->param || {} } }
parms is removed in favor of param, which disconcertingly seems to
return undef if there are no params.
But after all that, stuff seems to be working! Good thing, I was headed
for an aneurism.
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates