1.安装LAMP环境并测试正常
2.解压Bugzilla到apache/htdocs下
3.检查perl模块:
/data1/apache2/htdocs/bugzilla/checksetup.pl --check-modules
这一步会更新数据库

4.安装未安装的模块
安装单个模块
/usr/bin/perl install-module.pl <module_name>
或执行全部安装
/usr/bin/perl install-module.pl --all

5、再次检查,确认已经成功:
/data1/apache2/htdocs/bugzilla/checksetup.pl


7、修改权限:
chown -R apache.apache /data1/apache2/htdocs/bugzilla