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"
cd to
make_ppm -z
Copy the files to the machine and
ppm install AppConfig.ppd
Now the Template-Toolkit installation wants to install File-Spec (for some reason) and fails. Ok, so I'll just make a PPM for the entire Template module and install that.
It works.
TT2 on Win32 (Score:1)
rjbs
Re:TT2 on Win32 (Score:1)
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.
I think theoryx has it now... (Score:2)