Subject: | Compiling DBD:mysql on Mac OS X 10.6.6 fails |
Date: | Fri, 4 Feb 2011 17:20:17 -0500 |
To: | bug-DBD-mysql [...] rt.cpan.org |
From: | John Hansen <jwhansen [...] gmail.com> |
Gents,
While attempting to install DBD:mysql on Mac OS X 10.6.6 it fails the 'make test'.
Below is the data you may need.
** Perl version ***
perl -v
This is perl 5, version 12, subversion 2 (v5.12.2) built for darwin-thread-multi-2level
(with 8 registered patches, see perl -V for more detail
Binary build 1203 [294165] provided by ActiveState http://www.ActiveState.com
Built Dec 9 2010 04:11:19
** DBD Bundle **
DBD:mysql bundle:
CAPTTOFU/DBD-mysql-4.018.tar.gz
** System OS **
Mac OS X 10.6.6 (10J567) on Macbook Air
Darwin macbook 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:13:17 PST 2010;
root:xnu-1504.9.26~3/RELEASE_I386 i386
** Problem **
compiling and performing 'make test' results in error:
macbook:DBD-mysql-4.018-9F3Dsr root# make test
PERL_DL_NONLAZY=1 /usr/local/ActivePerl-5.12/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base.t .................. 1/6
# Failed test 'use DBD::mysql;'
# at t/00base.t line 21.
Bailout called. Further testing stopped: Unable to load DBD::mysql
# Tried to use 'DBD::mysql'.
# Error: Can't load '/private/var/root/.cpan/build/DBD-mysql-4.018-9F3Dsr/blib/arch/auto/DBD/mysql/mysql.bundle' for module DBD::mysql: dlopen(/private/var/root/.cpan/build/DBD-mysql-4.018-9F3Dsr/blib/arch/auto/DBD/mysql/mysql.bundle, 2): Symbol not found: _is_prefix
# Referenced from: /private/var/root/.cpan/build/DBD-mysql-4.018-9F3Dsr/blib/arch/auto/DBD/mysql/mysql.bundle
# Expected in: dynamic lookup
# at (eval 9) line 2
# Compilation failed in require at (eval 9) line 2.
# BEGIN failed--compilation aborted at (eval 9) line 2.
FAILED--Further testing stopped: Unable to load DBD::mysql
make: *** [test_dynamic] Error 255
----------------------------
I would be happy to send any additional info to assist you.
Thank you,
John Hansen
jwhansen@gmail.com