RE: Debug perl package in Apache

2001-02-12 Thread Sander van Zoest
On Sun, 11 Feb 2001, Wang, Pin-Chieh wrote: First I can't put the IfDefine PERLDB block at the beginning of the http.conf (I got httpd.conf syntax error when I run httpd -X -DPERLDB; Then I move the block to the end of the http.conf file re-run the command then I get % ./bin/httpd -X

RE: Debug perl package in Apache

2001-02-11 Thread Wang, Pin-Chieh
]] Sent: Thursday, February 08, 2001 5:04 PM To: Wang, Pin-Chieh Cc: Mod_perl list (E-mail); 'Stas Bekman' Subject: Re: Debug perl package in Apache On Thu, 8 Feb 2001, Wang, Pin-Chieh wrote: Any body has any ideals? Also How can I debug an perl package under this environment? Appreciated

Debug perl package in Apache

2001-02-08 Thread Wang, Pin-Chieh
Hi, I build an Apache with Mod_Perl under DSO in Solaris. Apache seems works fine. But I now have a problem when AuthenNISPlus.pm get called and was not be able to get password table(I think). I have the following setting in httpd.conf Location /web AuthName "[Web for

Re: Debug perl package in Apache

2001-02-08 Thread G.W. Haywood
Hi there, On Thu, 8 Feb 2001, Wang, Pin-Chieh wrote: But AuthenNISPlus.pm exited with "Not an ARRAY reference at line 58 look at this program from line 57 are foreach ($pwd_table-list()){ print STDERR "Argument list = [", $_, "]\n"; if(@{$_}[0] eq $name){ $pwd = @{$_}[1];

Re: Debug perl package in Apache

2001-02-08 Thread Sander van Zoest
On Thu, 8 Feb 2001, Wang, Pin-Chieh wrote: Any body has any ideals? Also How can I debug an perl package under this environment? Appreciated for any help Check out this useful article written by Dough MacEachern for PerlMonth. http://www.perlmonth.com/features/mod_perl/mod_perl.html?issue=2