MinGW and Apache

2011-02-04 Thread Zeno Davatz
Hi I got two fundamental questions nobody over at users@apache could answer: 1. Will a module that I compiled using MinGW on Windows load in Apache 2.2.17 that was compiled with nmake? 2. Is there any chance of getting Apache to compile against MinGW on Windows? Will this be an official goal of

Re: MinGW and Apache

2011-02-04 Thread William A. Rowe Jr.
On 2/4/2011 10:25 AM, Zeno Davatz wrote: > Hi > > I got two fundamental questions nobody over at users@apache could answer: > > 1. Will a module that I compiled using MinGW on Windows load in Apache > 2.2.17 that was compiled with nmake? It aught to, against a 2.2.17 that uses msvcrt.dll - if it

Re: MinGW and Apache

2011-02-04 Thread Zeno Davatz
Dear William Thank you for the reply. On Fri, Feb 4, 2011 at 7:46 PM, William A. Rowe Jr. wrote: >> I got two fundamental questions nobody over at users@apache could answer: >> >> 1. Will a module that I compiled using MinGW on Windows load in Apache >> 2.2.17 that was compiled with nmake? > >

Re: MinGW and Apache

2011-02-04 Thread Guenter Knauf
Hi Zeno, Am 04.02.2011 23:58, schrieb Zeno Davatz: I gave it a try (it took some time ;): These are the steps I took to compile mod_ruby.so with MinGW-gcc.3.4.5 against Apache 2.2.17 on Windows. http://dev.ywesee.com/wiki.php/Apache/Libapr-1 The module finally compiles fine _but_ Apache does no

Re: MinGW and Apache

2011-02-04 Thread William A. Rowe Jr.
On 2/4/2011 4:58 PM, Zeno Davatz wrote: > > http://dev.ywesee.com/wiki.php/Apache/Libapr-1 > > The module finally compiles fine _but_ Apache does not start. Apaches > tells me that the Module can not be found. But the module is there and > it compiled fine. So something seems strange. Provided t

Re: MinGW and Apache

2011-02-05 Thread Zeno Davatz
Dear Günter On Sat, Feb 5, 2011 at 12:15 AM, Guenter Knauf wrote: > Am 04.02.2011 23:58, schrieb Zeno Davatz: >> >> I gave it a try (it took some time ;): These are the steps I took to >> compile mod_ruby.so with MinGW-gcc.3.4.5 against Apache 2.2.17 on >> Windows. >> >> http://dev.ywesee.com/wik

Re: MinGW and Apache

2011-02-05 Thread Zeno Davatz
Dear William Thank you for your reply. On Sat, Feb 5, 2011 at 12:26 AM, William A. Rowe Jr. wrote: > On 2/4/2011 4:58 PM, Zeno Davatz wrote: >> >> http://dev.ywesee.com/wiki.php/Apache/Libapr-1 >> >> The module finally compiles fine _but_ Apache does not start. Apaches >> tells me that the Modul

Re: MinGW and Apache

2011-02-05 Thread Zeno Davatz
Dear William On Sat, Feb 5, 2011 at 12:26 AM, William A. Rowe Jr. wrote: > On 2/4/2011 4:58 PM, Zeno Davatz wrote: >> >> http://dev.ywesee.com/wiki.php/Apache/Libapr-1 >> >> The module finally compiles fine _but_ Apache does not start. Apaches >> tells me that the Module can not be found. But the

Re: MinGW and Apache

2011-02-07 Thread Guenter Knauf
Hi Zeno, Am 05.02.2011 10:09, schrieb Zeno Davatz: Dear Günter On Sat, Feb 5, 2011 at 12:15 AM, Guenter Knauf wrote: Am 04.02.2011 23:58, schrieb Zeno Davatz: did you 1st check that your MinGW Apache runs fine without mod_ruby? That is the point I do not yet fully understand. At the moment I

Re: MinGW and Apache

2011-02-07 Thread Zeno Davatz
On Sat, Feb 5, 2011 at 4:35 PM, Zeno Davatz wrote: > On Sat, Feb 5, 2011 at 12:26 AM, William A. Rowe Jr. > wrote: >> On 2/4/2011 4:58 PM, Zeno Davatz wrote: >>> >>> http://dev.ywesee.com/wiki.php/Apache/Libapr-1 >>> >>> The module finally compiles fine _but_ Apache does not start. Apaches >>> te

Re: MinGW and Apache

2011-02-07 Thread Zeno Davatz
Dear Günter Thank you for your reply. On Mon, Feb 7, 2011 at 11:01 AM, Guenter Knauf wrote: >> On Sat, Feb 5, 2011 at 12:15 AM, Guenter Knauf  wrote: >>> >>> Am 04.02.2011 23:58, schrieb Zeno Davatz: >>> did you 1st check that your MinGW Apache runs fine without mod_ruby? >> >> That is the poin

Re: MinGW and Apache

2011-02-07 Thread Guenter Knauf
Hi Zeno, Am 07.02.2011 11:15, schrieb Zeno Davatz: On Sat, Feb 5, 2011 at 12:15 AM, Guenter Knaufwrote: Again, here I meant to get httpd / APR / APU compiled with MinGW. Can you point me to your steps where you done so? no since I didnt recently; but anyway this has to be done step by step

Re: MinGW and Apache

2011-02-07 Thread Zeno Davatz
Dear Günter On Mon, Feb 7, 2011 at 11:43 AM, Guenter Knauf wrote: >> Can you point me to your steps where you done so? > > no since I didnt recently; but anyway this has to be done step by step; 1st > we need to compile APR/APU with MinGW; I think that we did some changes a > while back so that

Re: MinGW and Apache

2011-02-07 Thread Guenter Knauf
Zeno, Am 07.02.2011 12:06, schrieb Zeno Davatz: The above svn Link does not seem to work. I did download the apr from another svn Link and there I could run buildconf successfully after installing Python on Windows. Configure hung though at some point. yes, I tried it too just now, and for me i

Re: MinGW and Apache

2011-02-07 Thread Zeno Davatz
Dear Günter On Mon, Feb 7, 2011 at 1:53 PM, Guenter Knauf wrote: > Am 07.02.2011 12:06, schrieb Zeno Davatz: >> >> The above svn Link does not seem to work. I did download the apr from >> another svn Link and there I could run buildconf successfully after >> installing Python on Windows. >> >> C

RE: MinGW and Apache

2011-02-07 Thread Plüm, Rüdiger, VF-Group
> -Original Message- > From: Zeno Davatz [mailto:zdav...@gmail.com] > Sent: Montag, 7. Februar 2011 15:18 > To: dev@httpd.apache.org > Subject: Re: MinGW and Apache > > Dear Günter > > On Mon, Feb 7, 2011 at 1:53 PM, Guenter Knauf > wrote: > >

MinGW and Apache on Windows

2011-02-03 Thread Zeno Davatz
Hi 1. I read on Apachelounge.com that MinGW does not support shared memory and therefor Apache can not be build using MinGW*. Is this still correct? http://www.apachelounge.com/viewtopic.php?p=17400#17400 Currently I am trying to compile the following Apache dll's against MinGW: libapr-1 libapr

MinGW and Apache and APR

2011-02-07 Thread Zeno Davatz
Dear Rüdiger On Mon, Feb 7, 2011 at 3:25 PM, "Plüm, Rüdiger, VF-Group" wrote: > Try http://svn.apache.org/repos/asf/apr/apr/trunk Yes, this one works! Is there a Howto to follow to build from SVN? I just done C:\Users\zdavatz\software\apr>python buildconf that resulted in File "buildconf"

Re: MinGW and Apache on Windows

2011-02-03 Thread Igor Galić
- "Zeno Davatz" wrote: > Hi > > 1. I read on Apachelounge.com that MinGW does not support shared > memory > and therefor Apache can not be build using MinGW*. Is this still > correct? > > http://www.apachelounge.com/viewtopic.php?p=17400#17400 > > Currently I am trying to compile the foll

Re: MinGW and Apache on Windows

2011-02-03 Thread Zeno Davatz
Dear Igor Thank you for your reply. 2011/2/3 Igor Galić : >> https://gist.github.com/809279 > > Your paste says: > "make: *** [mod_ruby.so] Error 1" > > Ignoring the fact that mod_ruby is pretty much dead ** > I'm not exactly clear what this has to do with httpd development.. To build mod_ruby

RE: MinGW and Apache and APR

2011-02-07 Thread Plüm, Rüdiger, VF-Group
> -Original Message- > From: Zeno Davatz [mailto:zdav...@gmail.com] > Sent: Montag, 7. Februar 2011 15:34 > To: dev@httpd.apache.org > Subject: MinGW and Apache and APR > > Dear Rüdiger > > On Mon, Feb 7, 2011 at 3:25 PM, "Plüm, Rüdiger, VF-

Re: MinGW and Apache and APR

2011-02-07 Thread Zeno Davatz
Dear Rüdiger On Mon, Feb 7, 2011 at 3:42 PM, "Plüm, Rüdiger, VF-Group" wrote: > buildconf is a shell script. so you need to start it with bash, not with > python. Sorry, sometimes Windows confuses me, I am so used to Linux. I get this far C:\Users\zdavatz\software\apr>sh buildconf buildconf:

Re: MinGW and Apache and APR

2011-02-07 Thread Guenter Knauf
Hi Zeno, Am 07.02.2011 15:48, schrieb Zeno Davatz: I get this far C:\Users\zdavatz\software\apr>sh buildconf buildconf: checking installation... buildconf: python version 2.5 (ok) buildconf: autoconf version 2.67 (ok) buildconf: libtool version 2.4 (ok) buildconf: copying libtool helper files us

Re: MinGW and Apache and APR

2011-02-07 Thread Zeno Davatz
Dear Günter On Mon, Feb 7, 2011 at 5:21 PM, Guenter Knauf wrote: > Am 07.02.2011 15:48, schrieb Zeno Davatz: >> >> I get this far >> >> C:\Users\zdavatz\software\apr>sh buildconf >> buildconf: checking installation... >> buildconf: python version 2.5 (ok) >> buildconf: autoconf version 2.67 (ok)