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: How to compile and build Moduls on Windows
Author
BigBen



Joined: 24 May 2007
Posts: 3

PostPosted: Thu 24 May '07 20:55    Post subject: How to compile and build Moduls on Windows Reply with quote

Hello,

first: I'm at the first contact with Windows as Server, never touched an Apache before or just thought about a second how it will feel to compile a C-file.
I think all of you will think "what a stupid question" but I don't know what else I should do.
I need to import the Module mod_auth_mysql available at http://modauthmysql.sourceforge.net. But this is not a .so or a zip that contains a so-file, it is the source code in C...
As I said before, I never worked with C. But what should I do. I've searched the web how to compile and build an Apache-Module on Windows, all tutorials and pages are about Linux and its make install... blubb blubb...
So I've tried to compile it by myself. I have downloaded the ICC-win32 Compiler and load the C-File... but all I've tried does not work , my Question:
Is it so easy to create a "usable" module on Windows or is it so hard that nobody has described it in the web???
Please help!!!! Can somebody tell me where I can download the mod_auth_mysql.so. Such a so is just need to copy into the modules folder in the Apache folder, or? How can I compile/build/install/create/whatever such a so-file?

THANKS!!!!

Ben
Back to top
Bobscrachy



Joined: 13 Feb 2006
Posts: 39
Location: Texas

PostPosted: Fri 25 May '07 0:16    Post subject: Reply with quote

I would like to know this too. I just asked the same question this morning on the module forum.

http://www.apachelounge.com/viewtopic.php?t=1682
Back to top
BigBen



Joined: 24 May 2007
Posts: 3

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

thx,... i've found the module on the web at xampp, that works, but now i need the mod authnz ldap. I've read that modules are in differnt states and it's possible to compile them when compiling the whole apache and not installing the apache, but how thus this work under windows?
Back to top
glitsj16



Joined: 25 May 2007
Posts: 1
Location: On the loose

PostPosted: Fri 25 May '07 20:47    Post subject: Reply with quote

Hi, no specific experience with mod_auth_mysql, but I found these in my bookmarks ...

[1] compiling Apache for Microsoft Windows (official documentation):
http://httpd.apache.org/docs/2.2/platform/win_compiling.html

[2] for quirks with the above, Apache Wiki (official documentation):
http://wiki.apache.org/httpd/Platform

[3] binary mod_authn_mysql: did you try
http://www.gknw.de/development/apache/ ?

[4] mod_authnz_ldap.so is part of Apache Lounge's windows builds


Gdluck and enjoy.
Back to top
BigBen



Joined: 24 May 2007
Posts: 3

PostPosted: Tue 29 May '07 18:55    Post subject: Reply with quote

hey glitsj16,

especially [4] mod_authnz_ldap.so is part of Apache Lounge's windows builds is great! Wink
I think I will use this precompiled version, because i've tried to compile it with Visual Studiol 2005 but i've found no describtion at best: step-by-step for idiots like me Wink does anyone knows a good tutorial, for example at the unbelievible good page "Apache Lounge"? Smile
Back to top
eklunds



Joined: 02 Jun 2009
Posts: 1

PostPosted: Tue 02 Jun '09 7:28    Post subject: Reply with quote

I'd also like to find the mod_auth_mysql.so module already built for a Win32 environment -- XP Pro SP3, Apache 2.2.11, MySQL 5.1 in my case. I don't want mod_authn_mysql (mentioned in this thread).

Thanks for any help anyone can give.
Back to top


Reply to topic   Topic: How to compile and build Moduls on Windows View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads