|
|
(20 intermediate revisions by 7 users not shown) |
Line 1: |
Line 1: |
| To get the official version (as opposed to Debian's version) of Bugzilla working on Ubuntu Breezy Badger (5.10), you need to install the base system and the following packages:
| | See http://bugzilla.readthedocs.org/en/latest/installing/linux.html . |
| | |
| Required:
| |
| * apache2
| |
| * mysql-server
| |
| * libappconfig-perl
| |
| * libdate-calc-perl
| |
| * libtemplate-perl
| |
| * libmime-perl
| |
| * build-essential
| |
| | |
| Optional:
| |
| * libchart-perl
| |
| * libxml-perl
| |
| * libxml-twig-perl
| |
| * perlmagick
| |
| * libgd-graph-perl
| |
| | |
| Even More Optional:
| |
| * libtemplate-perl-doc
| |
| * cvs
| |
| | |
| You will then find that there is no module for PatchReader, and the shipped Mail::Mailer is too old. So you will need to use CPAN to install these in the usual way (hence the need for build-essential), as prompted by checksetup.
| |
| | |
| [[category:Bugzilla]]
| |