This is a discussion on mod_perl2 problem within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, I am working on a Win32 system. To build mod_perl2 from source I downloaded the latest stable release. I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I am working on a Win32 system. To build mod_perl2 from source I downloaded the latest stable release. I have already installed Apache 2.0.54. As per the mod_perl2 documentation, I gave this command: C:\modperl_src> perl Makefile.PL MP_AP_PREFIX=\Path\to\Apache2 which resulted in numerous messages like: Writing Makefile for mod_perl2 Note (probably harmless): No library found for oldnames.lib Note (probably harmless): No library found for kernel32.lib Note (probably harmless): No library found for user32.lib Note (probably harmless): No library found for gdi32.lib Note (probably harmless): No library found for winspool.lib ....and so on. Is this okay? I am unable to execute the next step which calls "nmake", since "nmake" is not generated. I think there is something very wrong with what is happening. Please help! |