From: mozilla%colinogilvie.co.uk <> Date: Mon, 13 Jun 2005 16:29:30 +0000 (+0000) Subject: Bug 255685: Docs should mention mysql-devel RPM is required X-Git-Tag: bugzilla-2.18.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383e14d3641e05874e8bc2f285223e833cb3c141;p=thirdparty%2Fbugzilla.git Bug 255685: Docs should mention mysql-devel RPM is required Patch by me, r=gerv --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index ed26d58234..2838c872c7 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -252,6 +252,14 @@ for further assistance or hire someone to help you out. + + If you are using a package-based system, and attempting to install the + Perl modules from CPAN, you may need to install the "development" packages for + MySQL and GD before attempting to install the related Perl modules. The names of + these packages will vary depending on the specific distribution you are using, + but are often called <packagename>-devel. + + Here is a complete list of modules and their minimum versions. Some modules have special installation notes, which follow.