Install the Perl module in Bugzilla In Debian

Source: Internet
Author: User
The Perl module installed in Bugzilla under Debian-the Linux Release Technology-Debian information. The following is a detailed description. At first, I installed bugzilla in FreeBSD4. * And FreeBSD5.3, which encountered a lot of trouble in installing the perl module. Because the installation of many components in FreeBSD cannot automatically resolve dependencies, You need to download various dependencies and libraries from the Internet one by one.

Currently, Debian systems are widely used. It is really convenient to install the latest version of bugzilla here. Some perl modules that cannot be installed directly with CPAN can be directly installed with debian apt-get. The installation process is listed below, the name of the debian software package corresponding to the perl module that CPAN cannot automatically install:

# Mod_perl
Aptitude install-y libapache2-mod-perl2

# GD GDGraph GDTexUtil
Aptitude install-y libgd-dev
Aptitude install-y libgd-graph-perl

# PerlMagick
Aptitude install-y perlmagick

# Perl-ldap
Aptitude install-y libdbd-ldap-perl

# MIME-tools
Aptitude install-y libmime-perl

# XML-Twig
Aptitude install-y libxml-twig-perl

# Chart: Base
Aptitude install-y libchart-perl

In this way, all optional components can be successfully installed in debian, and the installation process automatically solves all dependencies. If you are lazy, you may wish to use debian to enable all functions of bugzilla.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.