From: Webb, J. <jas...@lm...> - 2004-12-06 21:52:18
|
I am having problems with the installation of sandweb. When I run "make test" I get the following output: /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch') t/*.t t/auth.........ok 2/3# Failed test 3 in t/auth.t at line 29 # t/auth.t line 29 is: ok($auth->login(t/auth..........NOK 3 t/auth.........Failed test 3 Failed 1/3 tests, 66.67% okay 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 17/19# Failed test 18 in t/repository.t at line 147 # t/repository.t line 147 is: if ( -d "$file") (t/repository....NOK 18 t/repository...FAILED test 18 Failed 1/19 tests, 94.7% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------ -------- t/auth.t 3 1 33.33% 3 t/repository.t 19 1 5.26% 18 Failed 2/3 test scripts, 33.3% okay. 2/30 subtests failed, 93.3% okay make: *** [test_dynamic] Error 14 also if I try to run the sandweb.cgi file through an apache server I get the following software error: HTML::Template->new() : Cannot open included file /login.html : file not found. at C:/www/perl/site/lib/HTML/Template.pm line 1616 HTML::Template::_init_template('HTML::Template=HASH(0x1760528)') called at C:/www/perl/site/lib/HTML/Template.pm line 1189 HTML::Template::_init('HTML::Template=HASH(0x1760528)') called at C:/www/perl/site/lib/HTML/Template.pm line 1083 HTML::Template::new('HTML::Template', 'filename', '/login.html') called at C:/www/Apache2/bin/../lib/SandWeb/UI.pm line 509 SandWeb::UI::get_menu('SandWeb::UI=HASH(0x1b64660)', 'MENU', 'login', 'PROGNAME', 'sandweb.cgi', 'SALT', 1595015167.62863) called at C:/www/Apache2/bin/sandweb.cgi line 675 main::login_menu() called at C:/www/Apache2/bin/sandweb.cgi line 188 main::main() called at C:/www/Apache2/bin/sandweb.cgi line 3833 Is there anyone out there that has some idea about what might be wrong? I could really use some help. |