3

我正在尝试使用 TemplateToolkit 而不是好的 ole' 变量插值,而我的服务器让我很伤心。以下是我得到的错误:

*** 'D:\Inetpub\gic\source\extjs_source.plx' error message at: 2008/09/30 15:27:37 failed to create context: failed to create context: failed to load Template/Stash/XS.pm: Couldn't load Template::Stash::XS 2.20:

Can't load 'D:/Perl/site/lib/auto/Template/Stash/XS/XS.dll' for module Template::Stash::XS: load_file:The specified procedure could not be found at D:/Perl/lib/DynaLoader.pm line 230.  at D:/Perl/site/lib/Template/Stash/XS.pm line 31

BEGIN failed--compilation aborted at D:/Perl/site/lib/Template/Stash/XS.pm line 31. Compilation failed in require at D:/Perl/site/lib/Template/Config.pm line 82.

平台是 Windows Server 2003,我们使用 ActiveState perl 和 PPM 来处理带有 IIS 的包。

4

2 回答 2

14

想了很久才弄明白这个。显然 ActiveState 人员并没有对包进行太多检查,因为它需要 Template::Stash::XS,但这实际上在 PPM 中不可用。要解决此问题,只需编辑 Template/Config.pm 并将 Template::Stash::XS 更改为 Template::Stash。

于 2008-10-01T14:59:25.563 回答
4

据我所知,如果 Template Toolkit 可用于 Strawberry Perl,您绝对应该考虑切换到 Strawberry。

于 2008-10-01T20:54:47.193 回答