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_example.c
Author
grafl



Joined: 15 Nov 2007
Posts: 4

PostPosted: Thu 15 Nov '07 22:59    Post subject: Compiling mod_example.c Reply with quote

Hi,

I installed Apache 2.2.6, binary release, on Windows XP and I have access to Visual C++ 6.0. Can somebody guide me to compile the mod_example provided by Apache?

Thank you,
Laci.
Back to top
tdonovan
Moderator


Joined: 17 Dec 2005
Posts: 611
Location: Milford, MA, USA

PostPosted: Fri 16 Nov '07 3:39    Post subject: Reply with quote

The best way to start is to make sure you have the Perl programming language installed on your system
- then download apxs_win32.zip from the Apache Lounge Downloads page.

Be sure to examine the README file carefully, and follow the instructions for Apache 2.2.

If you want to just try a command-line build:
    Get the Apache 2.2.6 Win32 source code.

    Open a command window.

    Execute vcvars32.bat.

    Set your directory to the Apache source modules\experimental directory.

    Code:
    NMAKE -f mod_example.mak

-tom-
Back to top


Reply to topic   Topic: Compiling mod_example.c View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads