> Hello,
> 
>  I am attempting to compile Perl/Apache/mod_perl on Windows 2000 using
> MSVC6.
> Perl and Apache compiled fine however mod_perl returns the following error;
> 
> --------------------Configuration: ApacheModulePerl - Win32
> Release--------------------
> Linking...
>    Creating library Release/ApacheModulePerl.lib and object
> Release/ApacheModulePerl.exp
> mod_perl.obj : error LNK2001: unresolved external symbol _ap_configtestonly
> Release/ApacheModulePerl.dll : fatal error LNK1120: 1 unresolved externals
> Error executing link.exe.

It's a bug in 1.24, pick up a cvs snapshot or delete the relevant lines in
src/modules/perl/mod_perl.c

-    if (ap_configtestonly)
-        GvSV_setiv(GvSV_init("Apache::Server::ConfigTestOnly"), TRUE);

--
Eric


Reply via email to