Re: (mp2) Makefile.PL - install target error

2003-03-16 Thread Kermit Tensmeyer
On Sun, 16 Mar 2003 20:53:35 -0600, "Kermit Tensmeyer" <[EMAIL PROTECTED]> said: OK followup Makefile.PL fails to generate correct value in call to WriteMakefile because $build->apxs('-q' => 'includedir') generates a null string wheras calls to apxs script generate correct strings.

(mp2) Makefile.PL - install target error

2003-03-16 Thread Kermit Tensmeyer
On Mon, 17 Mar 2003 10:34:38 +1100, "Stas Bekman" <[EMAIL PROTECTED]> said: > You will need to provide more information about the cause of the problem. > Your > analysis could be much more useful if it was placed into some context. > e.g. I > have no clue how did you try to invoked 'perl Makefil

Re: crypt malfunction in prefork MPM

2003-03-16 Thread Stas Bekman
David Morton wrote: On Sun, 2003-03-16 at 20:09, Stas Bekman wrote: David Morton wrote: It passed all tests this time, though I was unable to ctually install the cvs version I downloaded. what was the problem? did you try with the very latest cvs? It was the latest when I downloaded it... :P

Re: crypt malfunction in prefork MPM

2003-03-16 Thread David Morton
On Sun, 2003-03-16 at 20:09, Stas Bekman wrote: > David Morton wrote: > > It passed all tests this time, though I was unable to ctually install > > the cvs version I downloaded. > > what was the problem? did you try with the very latest cvs? It was the latest when I downloaded it... :P a day or

Re: crypt malfunction in prefork MPM

2003-03-16 Thread Stas Bekman
David Morton wrote: It passed all tests this time, though I was unable to ctually install the cvs version I downloaded. what was the problem? did you try with the very latest cvs? I backported the patch into 1.99-08 and installed that, and my own application works again. Looks like we have a goo

Re: crypt malfunction in prefork MPM

2003-03-16 Thread David Morton
It passed all tests this time, though I was unable to ctually install the cvs version I downloaded. I backported the patch into 1.99-08 and installed that, and my own application works again. Looks like we have a good workaround. On Sun, 2003-03-16 at 18:50, Stas Bekman wrote: > Daniel Jacobowit

Re: crypt malfunction in prefork MPM

2003-03-16 Thread Stas Bekman
Daniel Jacobowitz wrote: Or should we provide a C-level fix? Thoughts? I'm not sure, but if you dig up the message where I posted the patch (probably in the archives of libc-alpha at: http://sources.redhat.com/ml/libc-alpha) then there may be an application workaround. Are you talking about thi

Re: crypt malfunction in prefork MPM

2003-03-16 Thread Daniel Jacobowitz
On Mon, Mar 17, 2003 at 10:41:40AM +1100, Stas Bekman wrote: > Daniel Jacobowitz wrote: > >On Mon, Mar 17, 2003 at 09:36:04AM +1100, Stas Bekman wrote: > > > >>Daniel Jacobowitz wrote: > >> > >>>On Thu, Mar 13, 2003 at 02:09:31PM +1100, Stas Bekman wrote: > >>> > >>> > David Morton wrote: > >>>

Re: [patch] Autogenerated ChangeLog

2003-03-16 Thread Stas Bekman
Philippe M. Chiasson wrote: Just looking at todo/tools.txt and realized the problems with cvs2cl aren't that. Just a few options are all it takes to get something like this after running make changelog. Not sure if it's that usefull, but anyhow, here it is. (hapenned to need automatically generated

Re: crypt malfunction in prefork MPM

2003-03-16 Thread Stas Bekman
Daniel Jacobowitz wrote: On Mon, Mar 17, 2003 at 09:36:04AM +1100, Stas Bekman wrote: Daniel Jacobowitz wrote: On Thu, Mar 13, 2003 at 02:09:31PM +1100, Stas Bekman wrote: David Morton wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: crypt ret

Re: Makefile.PL (build apxs)

2003-03-16 Thread Stas Bekman
Kermit Tensmeyer wrote: I looked thru the archives, i didn't see this from before.. so if this is repetious I apoligize. make install fails because APACHE_INCLUDEDIR = " " which is because () because two macros inside the call to ModPerl::MM::WriteMakefile return empty strings. (hey I'

Re: [mp2] Incorrect cookie header set when returning FORBIDDEN

2003-03-16 Thread Stas Bekman
Nick Tonkin wrote: Hi all, I've found what seems to be a problem with Cookies in mp2. The gist is that if you return FORBIDDEN after setting your cookie header, the header is not sent properly. When I do: $cookie = 'foo=bar'; $location = 'http::/my.domain.com/new/path'; $r->err_headers_out-

Re: crypt malfunction in prefork MPM

2003-03-16 Thread Daniel Jacobowitz
On Mon, Mar 17, 2003 at 09:36:04AM +1100, Stas Bekman wrote: > Daniel Jacobowitz wrote: > >On Thu, Mar 13, 2003 at 02:09:31PM +1100, Stas Bekman wrote: > > > >>David Morton wrote: > >> > >>>-8<-- Start Bug Report 8<-- > >>>1. Problem Description: > >>> > >>>c

Re: crypt malfunction in prefork MPM

2003-03-16 Thread Stas Bekman
Daniel Jacobowitz wrote: On Thu, Mar 13, 2003 at 02:09:31PM +1100, Stas Bekman wrote: David Morton wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: crypt returns wrong value even in prefork MPM setup. I see work has been done on a workaround for t

Re: fresh install can't find Apache2.pm

2003-03-16 Thread Stas Bekman
Geoffrey Young wrote: I guess we really need to think harder about third party module support. I know I've struggled with this lately as has Stas, although ModPerl::MM::WriteMakefile seems to sorta work. maybe we should just revisit third party modules alltogether and come up with a feature l

Makefile.PL (build apxs)

2003-03-16 Thread Kermit Tensmeyer
I looked thru the archives, i didn't see this from before.. so if this is repetious I apoligize. make install fails because APACHE_INCLUDEDIR = " " which is because () because two macros inside the call to ModPerl::MM::WriteMakefile return empty strings. (hey I'm trying to cut to the