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: Build httpd-2.4.x
Author
hitendra1990



Joined: 07 Apr 2012
Posts: 3
Location: Veraval

PostPosted: Sun 08 Apr '12 20:11    Post subject: Build httpd-2.4.x Reply with quote

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

PostPosted: Sun 08 Apr '12 22:02    Post subject: Reply with quote

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: 7294
Location: Germany, Next to Hamburg

PostPosted: Tue 10 Apr '12 23:13    Post subject: Reply with quote

See http://www.apachelounge.com/viewtopic.php?t=4469
Back to top


Reply to topic   Topic: Build httpd-2.4.x View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads