Im not at all familiar with anything that I am doing right now... so I am extremely nervous about it.
I have some websites running on my server using mysql.
I use mysql -v
and I get:
mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (x86_64) using readline 5.1
I use ./checksetup --check-modules
as bugzilla documentation specifies.
I get the response that a number of modules need to be installed.
I have installed all these modules.
However when I try to install DBD::mysql I get an error.
/usr/bin/make --NOT OK
I have placed all the output into a text file, but did not want to post it here as it is very long.
Does anyone know how I can overcome this issue?
I am using Redhat Linux... and Im a NooB ;(
EDIT: To run the mysql update I use this command:
/usr/bin/perl install-module.pl DBD::mysql
With regards to running CPAN, I am not sure, but these lines are appear in the output
Checking for CPAN (v1.81) ok: found v1.98
Checking for YAML (any) ok: found v0.81
Checking for ExtUtils-MakeMaker (v6.31) ok: found v6.62
CPAN: Storable loaded ok (v2.15)
Reading '/root/.cpan/Metadata'
Database was generated on Tue, 10 Jul 2012 10:27:03 GMT
Installing DBD::mysql version 4.021...
Running install for module 'DBD::mysql'
Running make for C/CA/CAPTTOFU/DBD-mysql-4.021.tar.gz
CPAN: Digest::SHA loaded ok (v5.71)
CPAN: Compress::Zlib loaded ok (v1.42)
and then a little further:
CPAN: File::Temp loaded ok (v0.22)
CPAN: Parse::CPAN::Meta loaded ok (v1.4401)
CPAN: CPAN::Meta loaded ok (v2.112150)
CPAN: Module::CoreList loaded ok (v2.68)
CPAN.pm: Building C/CA/CAPTTOFU/DBD-mysql-4.021.tar.gz
and these are the last few lines of output with the error.
Writing Makefile for DBD::mysql
Writing MYMETA.yml and MYMETA.json
cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
inux-thread-multi/CORE" dbdimp.c
CAPTTOFU/DBD-mysql-4.021.tar.gz
/usr/bin/make -- NOT OK
Skipping test because of notest pragma
Running make install
Make had returned bad status, install seems impossible