MySQL Forums
Forum List  »  Perl

Re: errors making DBD::mysql on AIX 5.2
Posted by: Tom Murphy
Date: October 18, 2006 02:42PM

actually .. THIS is my problem, I can't install DBD:;mysql (perl modual) with mysql on AIX. mysql seems to be working fine on its own:

make finishes w/out error . this is "make test"


devcurpl@mxdev1:/home/devcurpl/biff/perlmods/DBD-mysql-3.0008>make test
PERL_DL_NONLAZY=1 /home/devcurpl/biff/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base.............install_driver(mysql) failed: Can't load '/nas/aix/home/devcurpl/biff/perlmods/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: rtld: 0712-001 Symbol mysql_field_seek was referenced
from module /nas/aix/home/devcurpl/biff/perlmods/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol mysql_fetch_field was referenced
from module /nas/aix/home/devcurpl/biff/perlmods/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol mysql_fetch_fields was referenced
from module /nas/aix/home/devcurpl/biff/perlmods/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol mysql_stmt_bind_result was referenced
from module /nas/aix/home/devcurpl/biff/perlmods/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol mysql_stmt_errno was referenced
from module /nas/aix/home/devcurpl/biff/perlmods/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol mysql_stmt_error was referenced
from module /nas/aix/home/devcurpl/biff/perlmods/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql.so(), but a runtime definition
of the symbol was not found.
rtld: 0712-001 Symbol mysql_real_escape_string was referenced
from module /nas/aix/home/devcurpl/biff/perlmods/DBD-mysql-3.0008/blib/arch/auto/DBD/mysql/mysql.so(), but a runtime definition
of the symbol was not found.
Additional errors occurred but are not reported. at /home/devcurpl/biff/local/lib/perl5/5.8.8/aix/DynaLoader.pm line 230.
at (eval 3) line 3

Options: ReplyQuote


Subject
Written By
Posted
Re: errors making DBD::mysql on AIX 5.2
October 18, 2006 02:42PM


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.