0

When I try to install this module via cpan: cpan -i Apache::Template

I get an error "512, won't make". This behavior is the same on Debian Lenny or Squeeze.

Any ideas on how to get it to build?

Bobber
  • 1

2 Answers2

0

First install Apache::ModuleConfig:

 cpan -i Apache::ModuleConfig
ooshro
  • 11,134
  • 1
  • 32
  • 31
0

It seems that these versions of Debian use mod_perl 2. The version of Apache::Template on CPAN only works with mod_perl version 1. You can get a version that works from http://www.modperlcookbook.org/~geoff/modules/experimental/

Mark Wagner
  • 18,019
  • 2
  • 32
  • 47