diff options
Diffstat (limited to 'docs/en/rst/installing/linux.rst')
-rw-r--r-- | docs/en/rst/installing/linux.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/en/rst/installing/linux.rst b/docs/en/rst/installing/linux.rst index 97192fac3..a29bff99b 100644 --- a/docs/en/rst/installing/linux.rst +++ b/docs/en/rst/installing/linux.rst @@ -172,12 +172,11 @@ Or, you can pass an individual module name: :command:`./install-module.pl <modulename>` .. note:: If you are using a package-based distribution, and attempting to - install the Perl modules from CPAN (e.g. by using - :file:`install-module.pl`), you may need to install the "development" + install the Perl modules from CPAN (e.g. by using :file:`install-module.pl`), + 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 - :file:`<packagename>-devel`. + distribution you are using, but are often called :file:`<packagename>-devel`. .. todo:: Give examples for Debian/Ubuntu and RedHat. Convert this item to a bug after checkin. |