Re: Fooey. Can't compile mod_perl.

2002-06-13 Thread Wim Kerkhoff
southernstar wrote: Hi, I can't compile mod_perl 1.27 on Cygwin with apache 1.3.24-5 src no matter what I do. At first it complained (make complained) that it didn't know how to make httpd.h etc, so I made them dummy targets with .PHONEY. OK, fine. Then it couldn't find them in

Re: Fooey. Can't compile mod_perl. / cygwin / success

2002-06-13 Thread Wim Kerkhoff
Yea. If I just install Apache using the MSI installer, it automatically sets up the service, and it works dandy. After I install the mod_perl 1.x PPM package from the uwinnipeg.ca site, the service no longer starts apache. Even if I use apache -k to remove, then re-add the service. I think it

Re: Fooey. Can't compile mod_perl. / cygwin / success

2002-06-13 Thread Wim Kerkhoff
Wim Kerkhoff wrote: perl Makefile.PL USE_APACI=1 EVERYTHING=1 DO_HTTPD=1 \ PERL_EXTRA_CFLAGS=-DUSEIMPORTLIB Bleah, here I go replying to my own message... That last part isn't needed. The only reason I had it there was as the remnants of a shot in the dark, based of a post in the archives.

Fooey. Can't compile mod_perl.

2002-06-12 Thread southernstar
Hi, I can't compile mod_perl 1.27 on Cygwin with apache 1.3.24-5 src no matter what I do. At first it complained (make complained) that it didn't know how to make httpd.h etc, so I made them dummy targets with .PHONEY. OK, fine. Then it couldn't find them in apache_inc.h - so I put the path