MySQL Forums
Forum List  »  Perl

Re: DBD::mysql make test fails
Posted by: Jessy Ji
Date: October 31, 2009 08:43AM

Hey, John,

I think I've possibly encountered the same issue you are struggling with when I did "make test" during installation of DBD-mysql-4.013 with perl 5.8.8. Here is the error information:
--------------
[root@CentOS DBD-mysql-4.013]# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base....................
# Failed test 'use DBD::mysql;'
# in t/00base.t at line 21.
# Tried to use 'DBD::mysql'.
# Error: DBD/mysql.pm did not return a true value at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/00base.t line 21.
t/00base....................NOK 2FAILED--Further testing stopped: Unable to load DBD::mysql
make: *** [test_dynamic] Error 9
[root@CentOS DBD-mysql-4.013]#
-------------

By the way, My OS is CentOS-5.2-i386, and the gcc version is
[root@CentOS DBD-mysql-4.013]# gcc --version
gcc (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42)

-------------
Any help will be appreciated.

--Jessy

Options: ReplyQuote


Subject
Written By
Posted
October 12, 2009 12:40PM
Re: DBD::mysql make test fails
October 31, 2009 08:43AM
November 17, 2009 01:55AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.