I want to build Apache on Windows

Asked 2 years ago, Updated 2 years ago, 42 views

I want to build Apache on Windows

Using VisualStudio 2013 as a reference to the following site, you can select
from the source code. I would like to build Apache on Windows.

https://www.codeproject.com/Articles/1247932/How-to-Build-Apache-on-Windows

Problems/Error Messages you are experiencing

There is a problem with "Apr Build" on the above site.

to build apr, apr-iconv, apr-util Error when launching aprutil.dsw and upgrading the project in Visual Studio.

The following error was found in the Visual Studio migration report:

srclib\apr-util\libaprutil.dsp—Unable to convert project. Verify that this project is a valid Visual C++ 6.0 project.

srclib\apr-util\libaprutil.dsp—The project failed to upgrade.

srclib\apr-util\libaprutil.dsp: Converting project file 'C:\httpd\srclib\apr-util\libaprutil.dsp'.

I'm wondering if you need a Visual C++ 6.0 program.
If you have any knowledge, could you tell me how to solve it?

Tried
I tried to build in the following environment, but the error was the same and I couldn't.
·VisualStudio 2013
·VisualStudio 2015
·VisualStudio 2017

Supplementary Information
The following tool versions are used:
·Apache 2.4.33
·Apr 1.6.5 (It was 1.6.3 on the reference site, but I couldn't find it, so I'm using 1.6.5)
·Apr-util 1.6.1
·Apr-iconv1.2.2
·Expat 2.2.5
·Pcre 8.42
·VisualStudio 2013
·Windows 10

It would be great if you could configure Apache on Windows, so if you have any experience building it other than the above, please let me know.

visual-studio apache

2022-09-30 15:33

1 Answers

Have you read the official instructions Compiling Apache for Microsoft Windows? It is mentioned that perl and awk are required.


2022-09-30 15:33

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.