Download latest stable bugzilla version from the website. http://www.bugzilla.org/download/
http://ru.wikipedia.org/wiki/SELinux
Отключаем SeLinux
#vi /etc/selinux/config
#gedit /etc/selinux/config
Для значения "set SELINUX" прописываем "disabled"
set SELINUX=disabled
#yum install perl-CPAN
#yum install perl*
dostavljaem neobhodimir moduli perl 4erez cpan
[root@localhost user]# yum install perl-YAML
#yum install httpd*
#yum install mysql-server*
#yum install mod_perl-devel
#perl -v
#rpm -qa | grep httpd
#rpm -qa | grep mysql
Change to the apache directory from where it serves files
#cd /var/www/html/
#tar xvfz bugzilla-4.0.2.tar.gz
Rename the directory
#mv bugzilla-4.0.2/ bugzilla
#chmod -R 777 bugzilla
Change to bugzilla directory
#cd /var/www/html/bugzilla/
#ll
#./checksetup.pl
Install any missing modules //here are commonly missing modules
#/usr/bin/perl install-module
... Читать дальше »