On Thu, 23 May 2002, Joe Yates wrote:

> I have
>       Apache/2.0.36
>       mod_perl/1.99_02-dev
>       Perl/v5.7.3
> and am using nmake.
>
> Apache2 is installed (and working) in
>       C:\Apache2\bin
> I built both perl and Apache from sources.
>
> My makefile.pl command line is:
>       perl makefile.pl MP_AP_PREFIX=C:\Apache2
>
> I'm getting numerous linking problems, e.g.:
>       mod_perl.lo : error LNK2001: unresolved external symbol __imp__exit
>
> The unresolved links are to Microsoft libs, Kernel32.lib, etc. My LIB
> environment variable looks OK, though.

Are you still having this problem? Can you build other xs-based
CPAN modules OK? If so, you might try the modperl-2 cvs version -
see http://perl.apache.org/ for details on how to get this.

best regards,
randy kobes

Reply via email to