Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Build httpd-2.4.x |
|
Author |
|
hitendra1990
Joined: 07 Apr 2012 Posts: 3 Location: Veraval
|
Posted: Sun 08 Apr '12 20:11 Post subject: Build httpd-2.4.x |
|
|
Any one give me help to Step By Step Build httpd-2.4.x From Source with dependance's On Windows with MSVC 2008 |
|
Back to top |
|
lucidanime
Joined: 21 Mar 2012 Posts: 1 Location: Dundalk, Ireland
|
Posted: Sun 08 Apr '12 22:02 Post subject: |
|
|
I've been looking into this myself, and have a text file of notes on this at work, which I should be able to post in a few days when I'm back in, but in the meantime you need to do the following:
====================
Get Dependencies
====================
zlib [1.2.6]
openssl [1.0.1] #Build against zlib
pcre [8.30] #Need CMAKE-GUI for this, build against zlib and openssl
#I haven't gotten round to building these properly yet, so I have no notes on these [for now]
libxml2 [2.7.8]
lua [5.1.5]
expat [2.1.0]
#Place these three into a apr-tools folder, and build from apr-util
apr [1.4.6]
apr-util [1.4.1]
apr-iconv [1.2.1]
====================
Get Apache source
====================
Get the latest apache source, copy all the above dependencies to srclib [remove version numbers from the folder names], and then build Apache |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|