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 -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: Compiling modules
Author
Bobscrachy



Joined: 13 Feb 2006
Posts: 39
Location: Texas

PostPosted: Thu 24 May '07 19:56    Post subject: Compiling modules Reply with quote

How do i compile a module from the binary apache archive?
Back to top
Jorge



Joined: 12 Mar 2006
Posts: 376
Location: Belgium

PostPosted: Fri 25 May '07 18:02    Post subject: Reply with quote

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 Sad

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

PostPosted: Fri 29 Mar '13 12:37    Post subject: Reply with quote

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

PostPosted: Fri 29 Mar '13 13:33    Post subject: Reply with quote

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


Reply to topic   Topic: Compiling modules View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules