* Wojciech.Lapka at inteligo.pl [2003-02-12 09:42]:
> I'm trying to install package Apache-Template under Win32.
> I type:
>       perl Makefile.pl
> and I get such error:
>               Can't locate object method "boot" via package "mod_perl" at
> C:/Perl/site/lib/Apache/ModuleConfig.pm line 9."
> 
>       I have such configuration:
>       Apache 2.0.43
>       Active Perl 5.8.0.804
>       mod_perl 1.99_08
> 
> Can anybody help me?

Apache::Template doesn't work with Apache 2.0 -- it relies too heavily
on Apache 1.3's configuration API.

You can downgrade to Apache 1.3, or reimplement the interesting parts of
Apache::Template -- the actual Template parts don't rely on Apache, of
course, only the configuration stuff.

(darren)

-- 
If I had an infinite amount of monkeys, the first thing I'd do is
delegate a committee of monkeys to figure out how to clean and feed an
infinite amount of monkeys, 'cause I sure as hell ain't doin' it.
    -- Josh Penn

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to