From 5d46fc8d19dfdc7ede2effb14d8067d0d3c6a2d1 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Wed, 5 Aug 2015 17:40:07 +0100 Subject: Bug 1107311 - add package names for -dev packages to lists. r=mcote --- docs/en/rst/installing/linux.rst | 15 +++++---------- docs/en/rst/installing/quick-start.rst | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/en/rst/installing/linux.rst b/docs/en/rst/installing/linux.rst index a3772e7b6..0dad2056e 100644 --- a/docs/en/rst/installing/linux.rst +++ b/docs/en/rst/installing/linux.rst @@ -45,6 +45,7 @@ If you want to install a version of Bugzilla from the Bugzilla project, you will instead need: :command:`yum install httpd mysql-server mod_perl mod_perl-devel httpd-devel +gd-devel mysql-devel graphviz patchutils gcc 'perl(Apache2::SizeLimit)' 'perl(Authen::Radius)' 'perl(Authen::SASL)' 'perl(Cache::Memcached)' 'perl(CGI)' 'perl(Chart::Lines)' 'perl(Daemon::Generic)' 'perl(Date::Format)' 'perl(DateTime)' @@ -63,7 +64,7 @@ graphviz patchutils gcc 'perl(Apache2::SizeLimit)' 'perl(Authen::Radius)' If you are running RHEL6, you will have to enable the "RHEL Server Optional" channel in RHN to get some of those packages. -If you plan to use SQlite as your database, you will need to also install +If you plan to use a database other than MySQL, you will need to also install the appropriate packages for that. Ubuntu and Debian @@ -83,9 +84,10 @@ libjson-rpc-perl libdaemon-generic-perl libtheschwartz-perl libtest-taint-perl libauthen-radius-perl libfile-slurp-perl libencode-detect-perl libmodule-build-perl libnet-ldap-perl libauthen-sasl-perl libtemplate-perl-doc libfile-mimeinfo-perl -libhtml-formattext-withlinks-perl libgd-dev lynx-cur graphviz python-sphinx` +libhtml-formattext-withlinks-perl libgd-dev libmysqlclient-dev lynx-cur +graphviz python-sphinx` -If you plan to use SQlite as your database, you will need to also install +If you plan to use a database other than MySQL, you will need to also install the appropriate packages for that. Gentoo @@ -171,13 +173,6 @@ Or, you can pass an individual module name: :command:`./install-module.pl ` -.. 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" - 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:`-devel`. - .. _linux-config-webserver: Web Server diff --git a/docs/en/rst/installing/quick-start.rst b/docs/en/rst/installing/quick-start.rst index 2b0e2bb98..ac1a9521a 100644 --- a/docs/en/rst/installing/quick-start.rst +++ b/docs/en/rst/installing/quick-start.rst @@ -50,7 +50,7 @@ Install Prerequisites :command:`apt-get install git nano` -:command:`apt-get install apache2 mysql-server libappconfig-perl libdate-calc-perl libtemplate-perl libmime-perl build-essential libdatetime-timezone-perl libdatetime-perl libemail-sender-perl libemail-mime-perl libemail-mime-modifier-perl libdbi-perl libdbd-mysql-perl libcgi-pm-perl libmath-random-isaac-perl libmath-random-isaac-xs-perl apache2-mpm-prefork libapache2-mod-perl2 libapache2-mod-perl2-dev libchart-perl libxml-perl libxml-twig-perl perlmagick libgd-graph-perl libtemplate-plugin-gd-perl libsoap-lite-perl libhtml-scrubber-perl libjson-rpc-perl libdaemon-generic-perl libtheschwartz-perl libtest-taint-perl libauthen-radius-perl libfile-slurp-perl libencode-detect-perl libmodule-build-perl libnet-ldap-perl libauthen-sasl-perl libtemplate-perl-doc libfile-mimeinfo-perl libhtml-formattext-withlinks-perl libgd-dev lynx-cur python-sphinx` +:command:`apt-get install apache2 mysql-server libappconfig-perl libdate-calc-perl libtemplate-perl libmime-perl build-essential libdatetime-timezone-perl libdatetime-perl libemail-sender-perl libemail-mime-perl libemail-mime-modifier-perl libdbi-perl libdbd-mysql-perl libcgi-pm-perl libmath-random-isaac-perl libmath-random-isaac-xs-perl apache2-mpm-prefork libapache2-mod-perl2 libapache2-mod-perl2-dev libchart-perl libxml-perl libxml-twig-perl perlmagick libgd-graph-perl libtemplate-plugin-gd-perl libsoap-lite-perl libhtml-scrubber-perl libjson-rpc-perl libdaemon-generic-perl libtheschwartz-perl libtest-taint-perl libauthen-radius-perl libfile-slurp-perl libencode-detect-perl libmodule-build-perl libnet-ldap-perl libauthen-sasl-perl libtemplate-perl-doc libfile-mimeinfo-perl libhtml-formattext-withlinks-perl libgd-dev libmysqlclient-dev lynx-cur graphviz python-sphinx` This will take a little while. It's split into two commands so you can do the next steps (up to step 7) in another terminal while you wait for the -- cgit v1.2.3-24-g4f1b