Пытаюсь установить последнюю Bugzilla под ALT Linux. Все обязательно требуемые пакеты (по документации) доставил.
При этом через http видно:
Software error:
The ./data/params file does not exist. You probably need to run checksetup.pl. at Bugzilla/Config.pm line 341.
Compilation failed in require at /var/www/html/bugzilla/index.cgi line 34.
BEGIN failed--compilation aborted at /var/www/html/bugzilla/index.cgi line 34.
а при запуске runtests.pl
# ./runtests.pl
t/001compile.........ok 1/158
# Failed test 'attachment.cgi --ERROR'
# at t/001compile.t line 111.
t/001compile.........NOK 2/158
# Failed test 'buglist.cgi --ERROR'
# at t/001compile.t line 111.
t/001compile.........ok 8/158
# Failed test 'createaccount.cgi --ERROR'
# at t/001compile.t line 111.
t/001compile.........ok 15/158
удалено
t/011pod.............ok
t/012throwables......ok
Failed Test Stat Wstat Total Fail List of Failed
---------------------------------------------------------------------------------------------------------------
t/001compile.t 26 6656 158 26 2-3 10 17 24 29 31 36-38 45 48-49 51-52 54 59 78 90 96 127 152 154-156
158
Failed 1/12 test scripts. 26/3753 subtests failed.
Files=12, Tests=3753, 104 wallclock secs (97.58 cusr + 5.79 csys = 103.37 CPU)
Uncaught exception from user code:
Failed 1/12 test programs. 26/3753 subtests failed.
at /usr/lib/perl5/Test/Harness.pm line 249
Test::Harness::runtests('t/001compile.t', 't/002goodperl.t', 't/003safesys.t', 't/004template.t', 't/005whitespace.t', 't/006spellcheck.t', 't/007util.t', 't/008filter.t', 't/009bugwords.t', ...) called at ./runtests.pl line 42
./checksetup.pl
Can't locate Locale/Language.pm in @INC (@INC contains: . lib /etc/perl5 /usr/lib/perl5/i386-linux /usr/lib/perl5 /usr/local/lib/perl5/site_perl/5.8.8/i386-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/i386-linux /usr/lib/perl5/vendor_perl) at Bugzilla/Install/Util.pm line 305.
Что не нравится ? Какой модуль не доставлен ?
Спасибо.
Отсутствует
Пытаюсь установить последнюю Bugzilla под ALT Linux. Все обязательно требуемые пакеты (по документации) доставил.
./checksetup.pl
Can't locate Locale/Language.pm in @INC (@INC contains: . lib /etc/perl5 /usr/lib/perl5/i386-linux /usr/lib/perl5 /usr/local/lib/perl5/site_perl/5.8.8/i386-linux /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/i386-linux /usr/lib/perl5/vendor_perl) at Bugzilla/Install/Util.pm line 305.Что не нравится ? Какой модуль не доставлен ?
Спасибо.
Проблема решилась установкой пакета perl-Locale-Codes - именно в нём лежит Locale/Language.pm
В документации среди обязательных к установке модулей его нет...
Отсутствует