On Mon, 12 Apr 2004, Barry wrote:

> Hi,
>
> I'm trying to install :  Apache-Template-0.08 but cannot
> get beyond the following message...
>
> Error: Package 'libapreq' not found on server. Please 'search' for it first.
[ .. ]
> Windows XP
> ActivePerl-5.8.3.809-MSWin32-x86 (installed from .msi binary)
> apache_2.0.49-win32-x86-no_ssl (installed from .msi binary)
> mod_perl v1.99_13  (installed by running mpinstall.pl - see results below)
> libapreq2 version 2.03-dev (installed by running mpinstall.pl - see results
> below)
>
> Does anyone know whether I can get Apache::Template to install with this
> setup?

With the above successfully installed, it should work. The
error about not having 'libapreq' comes from the fact that
Apache-Template is a mod_perl 1 package, which requires
libapreq (libapreq2 is the equivalent for mod_perl 2). To
use Apache-Template in an Apache2/mod_perl2 environment,
grab the Apache-Template-2.00_01.tar.gz archive from
  http://www.modperlcookbook.org/~geoff/modules/experimental/
and install that - I've used that on Win32 under mod_perl 2
and it works fine (note that there's a typo in the docs -
you have to put in a directive
   PerlLoadModule Apache::Template
rather than
   PerlModule Apache::Template
in your httpd.conf).

-- 
best regards,
randy kobes
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to