Closed
Bug 346295
Opened 20 years ago
Closed 20 years ago
When Template::Plugin::GD is missing, checksetup.pl tells you to type "ppm install Template" instead of "ppm install Template-Toolkit"
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: LpSolit, Assigned: mkanat)
Details
Attachments
(1 file)
|
659 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
I'm installing for the first time Bugzilla on Windows 2000. And of course, many Perl modules are missing, so I type "ppm install foo" one by one and modules install themselves successfully. Except that for Template::Plugin::GD, which is missing (I didn't install Template-Toolkit yet), checksetup.pl tells me to type "ppm install Template" instead of "ppm install Template-Toolkit", and of course nothing useful happened and the module was still missing.
It's a one-liner, simply replace "Template" by "Template-Toolkit" in WIN32_MODULE_NAMES.
That's another bug, but I'm pretty confused to see commands to install optional modules first and only at the end the commands to install mandatory modules. One reason is that I type these commands in the order they appear on my screen, so I would expect to have them from the most important (mandatory) to optional ones.
| Assignee | ||
Comment 1•20 years ago
|
||
| Reporter | ||
Updated•20 years ago
|
Attachment #231214 -
Flags: review?(LpSolit) → review+
| Reporter | ||
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 2•20 years ago
|
||
Checking in Bugzilla/Install/Requirements.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm,v <-- Requirements.pm
new revision: 1.12; previous revision: 1.11
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•