Re: Wondering about MP1 clean up

2005-08-24 Thread Perrin Harkins
On Wed, 2005-08-24 at 09:45 -0500, Boysenberry Payne wrote: > So it would seem this is a circular reference right? > How can I get the info I need in each of these without getting caught > by this? Some techniques are described here: http://www.perl.com/pub/a/2002/08/07/proxyobject.html > I've b

Re: Wondering about MP1 clean up

2005-08-24 Thread Boysenberry Payne
On Aug 24, 2005, at 9:25 AM, Perrin Harkins wrote: I'm not sure what would be dangerous about that, but I guess there must be a larger context. Here is an example I gave on Perl Monks for an example of my issue in a larger context: package Base; sub handler { my $this = {}; bless $this; $this->

Re: Wondering about MP1 clean up

2005-08-24 Thread Boysenberry Payne
On Aug 24, 2005, at 9:19 AM, Philip M. Gollucci wrote: $Apache::DBI::DEBUG = 2; $Apache::AuthDBI::DEBUG = 2; I put them in and didn't notice anything in the error_log. Maybe I need to do something else? Also, maybe I should mention it's any use statements in the startup.pl that make the er

Re: Wondering about MP1 clean up

2005-08-24 Thread Perrin Harkins
On Wed, 2005-08-24 at 08:53 -0500, Boysenberry Payne wrote: > I'm using an OS X box with MP 1.26 and have striped everything down to > a basic > handler and still get the errors intermittently. Someone on this list > mentioned there > was a known apache 1.3.33/ MP 1.26 bug something to this effe

Re: Wondering about MP1 clean up

2005-08-24 Thread Philip M. Gollucci
Boysenberry Payne wrote: There errors are gone. If I add: use Apache::DBI(); in startup.pl I get the errors again... Try Setting in startup.pl $Apache::DBI::DEBUG = 2; $Apache::AuthDBI::DEBUG = 2; and tail -f /server_root/error_log -- END -

Re: Wondering about MP1 clean up

2005-08-24 Thread Boysenberry Payne
On Aug 24, 2005, at 8:58 AM, Philip M. Gollucci wrote: What happens if you don't load any of YOUR code and just load mp1 with a defacto startup.pl file. Again don't load any of YOUR code. When I strip it down to just: PerlRequire /etc/httpd/perl/startup.pl SetHandler perl-script

Re: Wondering about MP1 clean up

2005-08-24 Thread Philip M. Gollucci
Boysenberry Payne wrote: I'm using an OS X box with MP 1.26 and have striped everything down to a basic handler and still get the errors intermittently. Someone on this list mentioned there was a known apache 1.3.33/ MP 1.26 bug something to this effect. I've resigned myself to being ok with