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 downl

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-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 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<-

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

crypt malfunction in prefork MPM

2003-03-11 Thread David Morton
-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 models, but I get the same problem in a prefork model. >From the command line, this works: pri