Closed
Bug 474761
Opened 17 years ago
Closed 17 years ago
different Perl module requirements (e.g. CGI.pm)
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
DUPLICATE
of bug 471060
People
(Reporter: u20230201, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081213 SUSE/1.1.14-0.1 SeaMonkey/1.1.14
Build Identifier:
New versions of bugzilla (too often) require newer Perl modules. For 3.2 there is a conflict: ./checksetup.pl first reports that CGI.pm 3.21 (I have 3.15) is required, then again it says that CGI.pm 3.11 is optionally required.
I think that the first requirement woul fullfill the second. What's unclear if theose versions are really required.
Reproducible: Always
Steps to Reproduce:
1. ./checksetup.pl --check-modules
Actual Results:
Various requirements are reported
Expected Results:
The requirements should be consistent.
| Reporter | ||
Comment 1•17 years ago
|
||
It would be nice if the bugzilla requirements for Perl modules would consider what common "enterprise distributions" (e.g. SLES10) ship. Bugzilla 3.2 needs newer modules than what the most recent SLES10 SP2 plus online-updates provides.
Also, as just reported, DBD-mysql fails to configure with MySQL 5.0.26 on SLES10 SP2. Such things make bugzilla upgrades painful.
Comment 2•17 years ago
|
||
This problem has already been fixed and will be included in Bugzilla 3.2.1.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•