canmove, Confirmed users
345
edits
No edit summary |
(→Fedora / RHEL / CentOS: Update the instructions to a full yum command.) |
||
Line 1: | Line 1: | ||
=== Fedora / RHEL / CentOS === | === Fedora / RHEL / CentOS === | ||
The vast majority of Bugzilla's prerequisites are available in RPM form either from the distro or from [http://rpmforge.net/ RPMForge]. Instructions for setting up yum, apt, or up2date to download from RPMForge automatically are available at http://rpmforge.net/user/faq/ | The vast majority of Bugzilla's prerequisites are available in RPM form either from the distro or from [http://rpmforge.net/ RPMForge]. Instructions for setting up yum, apt, or up2date to download from RPMForge automatically are available at http://rpmforge.net/user/faq/. You may need to enable the rpmforge-extras repository to get all the packages you need. | ||
Here's a yum command listing most of the required and optional dependencies of Bugzilla: | |||
'''yum install httpd mysql-server mod_perl mod_perl-devel httpd-devel graphviz patchutils gcc | |||
perl-DateTime perl-Template-Toolkit perl-Email-Send perl-Email-MIME perl-GD perl-Chart perl-Template-GD perl-GDGraph perl-GDTextUtil perl-PatchReader perl-MIME-tools perl-LDAP perl-Authen-SASL perl-RadiusPerl perl-SOAP-Lite perl-JSON-RPC perl-JSON-XS perl-Test-Taint perl-HTML-Scrubber perl-Email-MIME-Attachment-Stripper perl-Email-Reply perl-TheSchwartz perl-Daemon-Generic perl-Math-Random-Secure perl-YAML perl-Class-Inspector''' | |||
=== Ubuntu === | === Ubuntu === |