From: Robert H. <ro...@ro...> - 2004-01-16 00:41:47
|
Hi Dan, Hmm.. where is sandweb.cfg? Can you send that to me? Sounds like the CGI isn't finding it. It looks like you're getting alot of problems.. did you run the Makefile.PL or are you trying to install without it? I've never seen anyone get this many errors :) But, the build scripts usually work, so... The build scripts make alot of changes to the files to make everything work. I'm going to try this out in my Sun box.. I wonder if this is a Perl 5.8.0 vs. 5.8.2 issue? That would be somewhat lame. Thanks, Rob On Thu, Jan 15, 2004 at 04:33:11PM -0800, Baker, Dan wrote: > Been hacking on it a while here and seem to have it sort of thinking about > working, but we have some pathing errors. It wants to put passwd in /. > According to apache, it's looking for other files there too > > pdxadmu03d# cat error_log > > [Thu Jan 15 15:14:15 2004] sandweb.cgi: HTML::Template->new() : Cannot open > included file /login.html : file not found. at > /usr/local/lib/perl5/site_perl/5.8.2/HTML/Template.pm line 1580 > [Thu Jan 15 15:14:15 2004] sandweb.cgi: > HTML::Template::_init_template('HTML::Template=HASH(0x2845fc)') called at > /usr/local/lib/perl5/site_perl/5.8.2/HTML/Template.pm line 1177 > [Thu Jan 15 15:14:15 2004] sandweb.cgi: > HTML::Template::_init('HTML::Template=HASH(0x2845fc)') called at > /usr/local/lib/perl5/site_perl/5.8.2/HTML/Template.pm line 1071 > [Thu Jan 15 15:14:15 2004] sandweb.cgi: > HTML::Template::new('HTML::Template','filename','/login.html') called at > /usr/local/lib/perl5/site_perl/5.8.2/SandWeb/UI.pm line 509 > [Thu Jan 15 15:14:15 2004] sandweb.cgi: > SandWeb::UI::get_menu('SandWeb::UI=HASH(0x5926d4)','MENU','login','PROGNAME' > ,'sandweb.cgi','SALT',382772327.2273) called at > /usr/local/apache/cgi-bin/sandweb.cgi line 673 > [Thu Jan 15 15:14:15 2004] sandweb.cgi: main::login_menu() called at > /usr/local/apache/cgi-bin/sandweb.cgi line 186 > [Thu Jan 15 15:14:15 2004] sandweb.cgi: main::main() called at > /usr/local/apache/cgi-bin/sandweb.cgi line 3831 > [Thu Jan 15 15:14:15 2004] [error] [client 172.16.240.211] malformed header > from script. Bad header=</pre>: /usr/local/apache/cgi-bin/sandweb.cgi > > I see login.html being looked for in / rather than down in /usr/local/lib > where it is. > > Dan Baker > > -----Original Message----- > From: Rob Helmer [mailto:ro...@ro...] > Sent: Wednesday, January 14, 2004 4:49 PM > To: Baker, Dan > Cc: 'san...@li...' > Subject: Re: [Sandweb-users] Sandweb install difficulties > > > Hm.. not sure. I will try to reproduce on my Ultra 5. > I only have Solaris8 but it sounds like more of a Perl issue. > > My Linux box (which I'm on right now) only have Perl 5.6 > unfortunately, but we did test with 5.8 before. > > > > -- > Rob > > > On Wed, Jan 14, 2004 at 03:34:48PM -0800, Baker, Dan wrote: > > I seem to be having problems with installing sandweb. > > OS Solaris9 > > Perl 5.8.2 > > Apache 1.3 > > Sandweb 1.0RC4 > > > > gmake test returns: > > > > pdxadmu03d# gmake test > > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > > t/auth..........ok 1/3Use of uninitialized value in hash dereference at > > /usr/local/src/sandweb/blib/lib/SandWeb/Config.pm line 127. > > Use of uninitialized value in hash dereference at > > /usr/local/src/sandweb/blib/lib/SandWeb/Config.pm line 127. > > Use of uninitialized value in concatenation (.) or string at > > /usr/local/src/sandweb/blib/lib/SandWeb/Auth/FlatFile.pm line 164. > > # Failed test 3 in t/auth.t at line 29 > > # t/auth.t line 29 is: ok($auth->login( > > t/auth..........FAILED test 3 > > > > Failed 1/3 tests, 66.67% okay > > t/file..........ok 2/8Use of uninitialized value in hash dereference at > > /usr/local/src/sandweb/blib/lib/SandWeb/Config.pm line 127. > > Use of uninitialized value in hash dereference at > > /usr/local/src/sandweb/blib/lib/SandWeb/Config.pm line 127. > > t/file..........ok > > > > t/repository....ok 8/190+1 records in > > > > 0+1 records out > > t/repository....ok 11/190+1 records in > > > > 0+1 records out > > t/repository....ok > > > > Failed Test Stat Wstat Total Fail Failed List of Failed > > > ---------------------------------------------------------------------------- > > --- > > t/auth.t 3 1 33.33% 3 > > Failed 1/3 test scripts, 66.67% okay. 1/30 subtests failed, 96.67% okay. > > gmake: *** [test_dynamic] Error 29 > > > > > > Is this a bug, or some non-obvious problem on my system? > > > > Dan Baker > > > > > ---------------------------------------------------------------------------- > -- > > > > This email is confidential and may be legally privileged. > > > > It is intended solely for the addressee. Access to this email by anyone > else, > > unless expressly approved by the sender or an authorized addressee, is > > unauthorized. > > > > If you are not the intended recipient, any disclosure, copying, > distribution > > or any action omitted or taken in reliance on it, is prohibited and may be > > unlawful. If you believe that you have received this email in error, > please > > contact the sender, delete this e-mail and destroy all copies. > > > > > ============================================================================ > == |