T
Thomas Kratz
I have spend the last 2 days trying to build Apache::Template 0.9 on
perl 5.8.4, win32 with MSVC6 (Apache 1.3.31/mod_perl 1.26/Template
Toolkit 2.13 built without problems).
After solving some strange header file problems and some linking
difficulties (I had to link the apache and mod_perl libraries manually),
I am left with 1 unresolved link:
Template.obj : error LNK2001: unresolved external symbol
_perl_perl_merge_srv_config blib\arch\auto\Apache\Template\Template.dll
: fatal error LNK1120: 1 unresolved externals
Does anybody know which library should have "_perl_perl_merge_srv_config"?
It sure isn't anywhere on my system.
TIA
Thomas
perl 5.8.4, win32 with MSVC6 (Apache 1.3.31/mod_perl 1.26/Template
Toolkit 2.13 built without problems).
After solving some strange header file problems and some linking
difficulties (I had to link the apache and mod_perl libraries manually),
I am left with 1 unresolved link:
Template.obj : error LNK2001: unresolved external symbol
_perl_perl_merge_srv_config blib\arch\auto\Apache\Template\Template.dll
: fatal error LNK1120: 1 unresolved externals
Does anybody know which library should have "_perl_perl_merge_srv_config"?
It sure isn't anywhere on my system.
TIA
Thomas