I'm trying to install Template toolkit and a few other modules on a Windows production machine (no VC++).
But, no luck, the PPM at ActiveState isn't built because of a dependency on AppConfig, and when I try to install it from the OpenInteract repository, the install fails for the same reason. And when I try to ppm install AppConfig, that doesn't work... hmmm.
What to do?
I'll make my own PPM with PPM::Make.
perl -MCPAN -e "get AppConfig"
make_ppm -z
ppm install AppConfig.ppd
ppm> set repository oi http://openinteract.sourceforge.net/ppmpackages
ppm> install AppConfig
ppm> set repository oi http://openinteract.sourceforge.net/ppmpackages
ppm> install Template-Toolkit
Re:TT2 on Win32
jplindstrom on 2005-07-13T12:10:12
I tried to add the repository, didn't work.
Can't remember the exact error message, but it complained about not finding File::Spec or something, which is weird since it's core, but I think maybe ppm.activestate.com isn't in tip top shape at the moment which may complicate things.