On Thu, 30 Dec 2004, Octavian Rasnita wrote: > Hi, > > Does Apache-Template work under Windows with perl 5.8.4 and mod_perl 2?
Yes, it does. > I have tried installing it with ppm but it didn't find any ppd package. Try, from a DOS prompt, C:\> ppm install http://theoryx5.uwinnipeg.ca/ppms/Apache-Template.ppd You could also, within the ppm shell, add http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer58 as a repository, and then ppm> install Apache-Template should work. > I have also tried installing with CPAN, but it gave an error: > > Warning: Cannot install 0, don't know what it is. > Try the command > i /0/ > to find objects with matching identifiers. > > I have also tried download the tar ball, and using perl makefile.pl but it > gave an error telling that mod_perl is not installed... Building it from the tar ball (or from within the CPAN.pm shell) requires some additional tools on Win32 (eg, 'nmake', the Microsoft make program). The ActivePerl faq has some discussion about what needs to be done. -- best regards, randy kobes _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
