Closed
Bug 236651
Opened 22 years ago
Closed 15 years ago
Remove obsolete instructions from the "2.1.5 Perl Modules" section
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: justdave, Assigned: LpSolit)
Details
Attachments
(1 file)
|
7.20 KB,
patch
|
reed
:
review+
|
Details | Diff | Splinter Review |
2.1.5.1: DBD::mysql is a separate package from DBD::mSQL now, and has been for
some time. These questions are no longer asked. If you've locked down your
MySQL (which is a good idea) then you will need to use CPAN's "look" command to
enter the DBD::mysql build directory, and run "perl Makefile.PL" with the
options to specify a username and password to use. Otherwise the tests will fail.
2.1.5.2: Template: notes from frequent questions on IRC: on a lot of systems,
the tests related to the latex parser will fail. Bugzilla doesn't use this, so
we should recommend answering No to this question unless they have some other
need for it. Also, the tests related to some of the optional components
sometimes fail on some systems... Bugzilla doesn't use anything from any of the
optional components, so we should recommend that if Bugzilla is the only thing
they plan to use Template Toolkit for that they can answer No to installing the
optional components.
2.1.5.3: On most systems, because of the GD module versions being tied to
specific libgd versions, "install GD" in CPAN won't work. We should give an
example of the fully-qualified CPAN archive name to install this file. i.e.
install L/LD/LDS/GD-1.41.tar.gz
And recommend if they have a 2.x libgd, and the current version of the GD module
won't install, to go back one version and keep going back until they get one
that does. The top of the build log for GD will give the minimum libgd version.
Make sure you watch for it, and go to older versions if the current one is too
new for your libgd.
| Reporter | ||
Comment 1•22 years ago
|
||
Preliminarily moving all docs bugs to 2.18, we should make a valiant attempt to
have the docs as up-to-date as possible when 2.18 releases.
Target Milestone: --- → Bugzilla 2.18
Updated•19 years ago
|
QA Contact: mattyt-bugzilla → default-qa
| Assignee | ||
Updated•18 years ago
|
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
| Assignee | ||
Comment 2•17 years ago
|
||
Bugzilla 2.20 is no longer supported. Retargetting to 2.22.
Target Milestone: Bugzilla 2.20 → Bugzilla 2.22
| Assignee | ||
Comment 3•16 years ago
|
||
Bugzilla 2.22 is no longer supported.
Target Milestone: Bugzilla 2.22 → ---
| Assignee | ||
Comment 4•15 years ago
|
||
This section is obsolete now that we have install-module.pl. It knows what to do with each CPAN tarball, and the user no longer has to interact with the installation process.
| Assignee | ||
Updated•15 years ago
|
Target Milestone: --- → Bugzilla 3.2
Comment 5•15 years ago
|
||
Comment on attachment 456761 [details] [diff] [review]
patch, v1
r=reed
Attachment #456761 -
Flags: review?(reed) → review+
| Assignee | ||
Comment 6•15 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified docs/en/xml/installation.xml
Committed revision 7345.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.0/
modified docs/en/xml/installation.xml
Committed revision 7318.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/3.6/
modified docs/en/xml/installation.xml
Committed revision 7134.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/3.4/
modified docs/en/xml/installation.xml
Committed revision 6764.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/3.2/
modified docs/en/xml/installation.xml
Committed revision 6386.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Summary: Clarifications and corrections for 2.1.5 Perl Modules section → Remove obsolete instructions from the "2.1.5 Perl Modules" section
You need to log in
before you can comment on or make changes to this bug.
Description
•