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 models, but I get the same problem in a prefork model.
From the command line, this works:
print crypt("testing", "SNXJvM5I.PJrE");
SNXJvM5I.PJrE
From inside mod_perl, I get:
SNi9U6dA0Wi2M
FYI, this sounds like a known bug in glibc. I think I fixed it after Red Hat 8.0 was released.
Thanks, Daniel!
Any ideas how should we let the user know that it's not a bug in mod_perl? 'make test' will fail for them, I guess we could tell them at this stage that it's a bug in the system library.
Or should we provide a C-level fix? Thoughts?
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
