Closed
Bug 559631
Opened 15 years ago
Closed 15 years ago
checksetup.pl doesn't say anything about perl module List-MoreUtils-0.22
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 559604
People
(Reporter: colagero, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Build Identifier: 3.6
Error executing checksetup.pl
getting error "Cannot determine local time zone" when executing bugzilla3.6
even if the time zone is set on the server
to resolve this problem, install perl modules List-MoreUtils-0.22
wget http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-0.22.tar.gz
tar xzvf List-MoreUtils-0.22.tar.gz
cd List-MoreUtils-0.22
perl Makefile.PL
make
make test
make install
after that you can reexecute checksetup.pl
2
Reproducible: Always
Steps to Reproduce:
wget http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-0.22.tar.gz
tar xzvf List-MoreUtils-0.22.tar.gz
cd List-MoreUtils-0.22
perl Makefile.PL
make
make test
make install
![]() |
||
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•