On Tue, 11 Jul 2000, Alexei V. Alexandrov wrote:
> Hello modperl,
>
> I`m trying to get ApacheModulePerl.dll to work on a Windows 98 machine. I have
> compiled perl apache and tring to build the module but the linker says it can
> not link the module because of an unresolved symbol _ap_validate_password. Has
> anyone succeded to run the module under win98? I will try to build it myself
> but it would be nice if you could send me a copy of your module.
>
Hi,
Did you link against ApacheCore.lib? In the mod_perl dsp
file, you may need to adjust the path to where ApacheCore.lib
is on your system (and also the path to Perl's perl.lib
[renamed to perl56.lib for Perl-5.6.0]). Also, make sure
ApacheCore.lib is from the same apache distribution as is
being used for the apache inc/ directory in building
ApacheModulePerl.dll.
best regards,
randy kobes