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: Compiling modules |
|
Author |
|
Bobscrachy
Joined: 13 Feb 2006 Posts: 39 Location: Texas
|
Posted: Thu 24 May '07 19:56 Post subject: Compiling modules |
|
|
How do i compile a module from the binary apache archive? |
|
Back to top |
|
Jorge
Joined: 12 Mar 2006 Posts: 376 Location: Belgium
|
Posted: Fri 25 May '07 18:02 Post subject: |
|
|
that depends:
1. if your in luck there is a makefile.win or even a dsw (visual studio workspace)
Either run nmake /f makefile.win or open the dsw in the IDE and compile from there.
2. if your out of luck check if there is information on google some modules just don't work on windows
Also it doesn't hurt to check:
http://www.apachelounge.com/download/
or
http://www.gknw.net/development/apache/httpd-2.2/win32/modules/
both contain a lot of popular modules precompiled.
even some without windows makefiles! |
|
Back to top |
|
rajasekhart
Joined: 29 Mar 2013 Posts: 1 Location: India
|
Posted: Fri 29 Mar '13 12:37 Post subject: |
|
|
Can some one help me in getting mod_auth_kerberos.so file for Windows both 64 and 32 bit.
I tried downloading the VC2010 but no luck...
Thanks in advance. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 29 Mar '13 13:33 Post subject: |
|
|
As far as I know mod_auth_kerberos has too much *nix code in it. So there is no chance getting it compiled on windows. |
|
Back to top |
|
|
|
|
|
|