I was trying to install Bugzilla 3.0.4 on RH Fedora 9, however, the postgres and mysql databases cannot seem to install:
OS: RedHat Fedora 9
0. Become / logon as root
1. Updated perl using yum. Command: yum check-update perl
2. Installed perl-CPAN using yum. Command: yum install perl-CPAN
3. Updated commands as per checksetup.log, selecting default installations
/usr/bin/perl -MCPAN -e 'install "Email::Send"'
/usr/bin/perl -MCPAN -e 'install "Template"'
/usr/bin/perl -MCPAN -e 'install "CGI"'
/usr/bin/perl -MCPAN -e 'install "Email::MIME::Modifier"'
/usr/bin/perl -MCPAN -e 'install "DBI"'
/usr/bin/perl -MCPAN -e 'install "Date::Format"
4. Installed perl-YAML. Command: yum install perl-YAML. This is because a warning was displayed in this regard,
although it reads "harmless".
5. Installed postgres database, using command:
a. PostgreSQL: /usr/bin/perl -MCPAN -e 'install "DBD::Pg"'
Minimum version required: 1.45
OR
b. Alternatively could have installed MySQL
MySQL: /usr/bin/perl -MCPAN -e 'install "DBD::mysql"'
Minimum version required: 2.9003
...more commands... see checksetup.log
?. Run ./checksetup.pl to ensure pre-requisites are installed
Attachments:
db_install_error.log - error during step 5
QUICKSTART.txt - installation instructions
Anyone encountered similar problems? Ideas?
Other
checksetup2.log - generated by ./checksetup.pl which is a pre-requisite installation file included with bugzilla