Re: Apache2::Reload warnings

2006-10-13 Thread Fred Moyer
On Fri, 13 Oct 2006 1:48 pm, Ted wrote: Hi, I get the following warnings when using Apache2::Reload. How can I get rid of them? Constant subroutine MyApp::MY_CONSTANT redefined at /usr/local/lib/perl5/site_perl/5.8.6/sun4-solaris/ModPerl/Util.pm line 69. Prototype mismatch: sub MyApp::MY_CONS

Apache2::Reload warnings

2006-10-13 Thread Ted
Hi, I get the following warnings when using Apache2::Reload. How can I get rid of them? Constant subroutine MyApp::MY_CONSTANT redefined at /usr/local/lib/perl5/site_perl/5.8.6/sun4-solaris/ModPerl/Util.pm line 69. Prototype mismatch: sub MyApp::MY_CONSTANT: none vs () at /usr/local/lib/perl5

Re: apache2 and ptkdb (bit of progress)

2006-10-13 Thread Anthony Gardner
okay, I've hacked Devel::ptkdb and Apache::DB a bit as suggested by http://article.gmane.org/gmane.comp.apache.mod-perl/7562changed a bit for MP2andhttp://perl.apache.org/docs/1.0/guide/debug.html#ptkdb_and_Interactive_mod_perl_DebuggingNow, I get the gui but no contents are displayed in it. If I s

Re: apache2 and ptkdb (update)

2006-10-13 Thread Anthony Gardner
I've now tested ptkdb on my local machine and have experienced exactly the same problems.No output ot my logs and ptkdb only fires up if I comment out Sethandler and PerlResponseHandler!!!to cgi-bin/printenv, I added sub BEGIN {   $ENV{'DISPLAY'} = "localhost:0.0" ;}and set ... xhost localhostand h

Re: apache2 and ptkdb

2006-10-13 Thread Anthony Gardner
Sorry, the last reply I sent only went to Tom.There is no output to the error log. ptkdb either fires up or it doesn't . depending on the settings.H.Tom , the case of the missing package has been solved in my startup.pl I originally only had one entry in to use lib wrapped in single q

Re: apache2 and ptkdb

2006-10-13 Thread Jeff Pang
Hello, Have you loaded the ModPerl::Registry?How can you know your modperl scripts can't be run? When you meet problems,you can look at the error_log where you could find most of the problems. And,here is my mp2 config,it can run well for me: PerlModule ModPerl::Registry SetHandler perl-sc

Re: apache2 and ptkdb

2006-10-13 Thread Tom Schindl
Hi, not much information you provide. Any error-logs or would help us to solve your problem. Tom Anthony Gardner schrieb: > I'm having problems getting ptkdb to work under ModPerl::Registry. > > this works but it won;t be running under mod_perl > > > AllowOverride Limit > ##SetHandler

apache2 and ptkdb

2006-10-13 Thread Anthony Gardner
I'm having problems getting ptkdb to work under ModPerl::Registry.this works but it won;t be running under mod_perl    AllowOverride Limit##    SetHandler perl-script##    PerlResponseHandler ModPerl::Registry    PerlOptions +ParseHeaders    Options +ExecCGIthe following won't work at all     Allow