logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: Compiling mod_perl 2.0.12/13 failing on Win11 22H2 VC 2022
Author
neoanantha



Joined: 09 Feb 2024
Posts: 7
Location: IN, BGL

PostPosted: Thu 19 Dec '24 17:54    Post subject: Compiling mod_perl 2.0.12/13 failing on Win11 22H2 VC 2022 Reply with quote

Had built mod_perl 2.0.12 on Windows 11 22H2 using VC 2022 community edition several months ago and midway had switched to do something else

The VMware ESXi based virtual machine that I had used to build earlier crashed without backup

Now was able to build Apache 2.4.58 from source using VC 2022 in a new Windows 11 22H2 VM successfully

But final goal is to build mod_perl 2.0.12/13 from source on above Apache build

env vars at system level contains required paths in this order:
C:\strawberry\perl\bin
C:\strawberry\c\bin
.
.
.
.
C:\Program Files (x86)\NASM
C:\Program Files (x86)\Git\cmd

command prompt is "%comspec% /k "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars32.bat"

perl Makefile.PL went fine for mod_perl 2.0.13 as can be seen below

https://pastebin.com/Edfmg6HL

But actual nmake is resulting in this error

https://pastebin.com/QaYmphci

Please point me towards root cause of this issue


Last edited by neoanantha on Fri 20 Dec '24 10:19; edited 1 time in total
Back to top
neoanantha



Joined: 09 Feb 2024
Posts: 7
Location: IN, BGL

PostPosted: Thu 19 Dec '24 18:05    Post subject: Reply with quote

Forgot to mention earlier
As part of debug effort came across below post in the same forum more than a decade ago

https://www.apachelounge.com/viewtopic.php?t=5298

Solution was vague and not clear
Back to top


Reply to topic   Topic: Compiling mod_perl 2.0.12/13 failing on Win11 22H2 VC 2022 View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads