MySQL Forums
Forum List  »  Perl

Re: DBD::mysql make test fails
Posted by: John Goubeaux
Date: October 12, 2009 07:59PM

Looks like you are seeing the same problem I have been struggling with. Getting DBD-mysql to properly make test on Solaris 10 ?

It appears that there is something about solaris 10 and Sun's ver of gcc that might be causing this ? I am seeing the same results on a variety of hosts all sol10.

-john


/export/home/john/src/DBD-mysql-4.013> make test
PERL_DL_NONLAZY=1 /bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base....................ok 1/6
t/00base....................NOK 2/6# Failed test 'use DBD::mysql;'
# at t/00base.t line 21.
# Tried to use 'DBD::mysql'.
# Error: Can't load '/export/home/john/src/DBD-mysql-4.013/blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: ld.so.1: perl: fatal: libmysqlclient.so.15: open failed: No such file or directory at /usr/local/perl-5.8.8/lib/5.8.8/i86pc-solaris/DynaLoader.pm line 230.
# at (eval 6) line 2
# Compilation failed in require at (eval 6) line 2.
# BEGIN failed--compilation aborted at t/00base.t line 21.
FAILED--Further testing stopped: Unable to load DBD::mysql
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'

Options: ReplyQuote


Subject
Written By
Posted
October 12, 2009 12:40PM
Re: DBD::mysql make test fails
October 12, 2009 07:59PM
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.