canmove, Confirmed users
345
edits
m (→Ubuntu) |
(→Ubuntu: Update dependencies for modern Bugzilla.) |
||
Line 11: | Line 11: | ||
=== Ubuntu === | === Ubuntu === | ||
To get the official version (as opposed to Debian's version) of Bugzilla working on Ubuntu | To get the official version (as opposed to Debian's version) of Bugzilla working on Ubuntu, you need to install the base system and the following packages: | ||
Required: | Required: | ||
'''apache2 mysql-server libappconfig-perl libdate-calc-perl libtemplate-perl libmime-perl build-essential libdatetime-timezone-perl libdatetime-perl libemail-send-perl libemail-mime-perl libemail-mime-modifier-perl libdbi-perl libdbd-mysql-perl''' | |||
Optional: | Optional: | ||
'''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''' | |||
Even More Optional: | Even More Optional: | ||
'''libtemplate-perl-doc bzr''' | |||
You will then find that some modules are too old, and you have to install them manually using the install-module.pl script, as checksetup.pl tells you. | You will then find that some modules are too old, and you have to install them manually using the install-module.pl script, as checksetup.pl tells you. | ||
Note also | Note also that if you want to interact with Bugzilla's bzr repo, you need at least bzr 2.0. | ||
=== Debian Lenny === | === Debian Lenny === |