Logfile Error: \t(in cleanup) Not a reference to a Digest::MD5 object.\n

2005-02-13 Thread Ferrari Geoffrey
Hi all, I'm running the latest release of MP2 on FreeBSD 5.3 (more details below). One part of my site takes a user's password submitted from a form, encrypts it using MD5, and stores that encrypted value in my database (Postgres 7.4.7). Sometimes it works, sometimes it doesn't. When it doesn't

Re: (OT ?) issue with get_remote_host

2005-02-13 Thread Ian D. Stewart
jonathan vanasco wrote: I was googling for portions of the error string, and diving through the pages of mod_perl cooking and practical_mod_perl -- i saw nothing. Google actually had 4 entries, at most, for most portions of the error string, which I found odd. In addition to using Google to s

Re: Logfile Error: \t(in cleanup) Not a reference to a Digest::MD5 object.\n

2005-02-13 Thread Ferrari Geoffrey
I may have solved this problem by moving from 'use MD5;' to 'use Digest::MD5' (and making the necessary coding adjustments for the different interface). A recent update to MD5 may be responsible for the previous bad behaviour. On 13 Feb 2005, at 12:15, Ferrari Geoffrey wrote: Hi all, I'm runnin

[mp2] make test errors

2005-02-13 Thread William McKee
-8<-- Start Bug Report 8<-- 1. Problem Description: While installing mod_perl2 on a FreeBSD 5.3 jail environment, I received the following test errors: Failed Test Stat Wstat Total Fail Failed List of Failed

Re: [mp1 and mp2] Grokking memory

2005-02-13 Thread Steven Lembark
...creating a hash of words from a CR-delimited list of words. The hash winds up taking up a few megabytes of RAM, but it's absolutely never written to, so I figured it would be shared between the mod_perl processes. However, each process grows by a few megs... What's the best way to get around th

Re: [OSCon 2005] RFC

2005-02-13 Thread Jeff Bisbee
* Philippe M. Chiasson ([EMAIL PROTECTED]) wrote: > Here are a few possible talks I could make at OSCon. > Feedback would be much appreciated ;-) Any chance you'll be attending YAPC in Toronto this year? These talks sound great and would be a welcomed addition to YAPC::NA as well. :) -- Jeff Bis

[mp2] Documentation patch for install.pod

2005-02-13 Thread William McKee
I finally took the plunge and installed mp2 onto my FreeBSD virtual server. Here are a few updates to the install.pod which would have made the installation process a bit easier for me. I'm not sure about the modification I made at line ~617. I installed a static mod_perl so presume that the serve