Re: crypt malfunction in prefork MPM

2003-03-14 Thread David Morton
I've seen that... what are the chances that RedHat will put out a patched glibc? :( > > FYI, this sounds like a known bug in glibc. I think I fixed it after > Red Hat 8.0 was released. > - To unsubscribe, e-mail: [EMAIL PROT

Re: crypt malfunction in prefork MPM

2003-03-14 Thread Daniel Jacobowitz
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 threaded

Re: crypt malfunction in prefork MPM

2003-03-14 Thread David Morton
Sorry, I spoke too soon. I found the "TEST" program. :) It does fail for me: ... modperl/methodobj..ok modperl/perl...FAILED test 1 Failed 1/1 tests, 0.00% okay modperl/pnotes.ok ... Failed TestStat Wstat Total Fail Failed List of Failed -

Re: crypt malfunction in prefork MPM

2003-03-14 Thread David Morton
I just downloaded the latest snapshot, and I see this file in the sources, but make test doesn't seem to run it.. am I missing something? On Wed, 2003-03-12 at 21:09, Stas Bekman wrote: > David Morton wrote: > > -8<-- Start Bug Report 8<-- > > 1. Problem Des

Re: crypt malfunction in prefork MPM

2003-03-14 Thread David Morton
On Wed, 2003-03-12 at 21:09, Stas Bekman wrote: > David, > > How do I reproduce this problem? I've added a test (get the latest cvs) and it > doesn't fail. Can you break this test? Here's how I built the system, on a RH 8 system... I have a makefile that downloads and builds apache, php, and m

Re: fresh install can't find Apache2.pm

2003-03-14 Thread Geoffrey Young
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 list and API, then impl