PERL DBB::MYSQL MAKE TEST PROBLEM....

2002-02-21 Thread Darren Ball

I've been having some troubles install dbd::mysql on
Solaris 2.4 - make test is failing and I can't figure
out what is going wrong.  The following shows the
results coming back from make test

If anybody can help me out here, I would appreciate
it.  Thanks.



make[1]: Entering directory
`/home/dsball/Msql-Mysql-modules-1.2219/mysql'
make[1]: Leaving directory
`/home/dsball/Msql-Mysql-modules-1.2219/mysql'
make[1]: Entering directory
`/home/dsball/Msql-Mysql-modules-1.2219/mysql'
PERL_DL_NONLAZY=1 /usr/local/bin/perl -I.././blib/arch
-I.././blib/lib
-I/usr/local/lib/perl5/sun4-solaris/5.00401
-I/usr/local/lib/perl5 -e 'use Test::Harness
qw(runtests $verbose); $verbose=0; runtests @ARGV;'
t/*.t
t/00baseinstall_driver(mysql) failed:
Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
fatal: relocation error: file
.././blib/arch/auto/DBD/mysql/mysql.so: symbol
newSVpvn: referenced symbol not found at
/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
line 155.

 at (eval 1) line 2

 at t/00base.t line 38
dubious
Test returned status 2 (wstat 512)
DIED. FAILED tests 4-5
Failed 2/5 tests, 60.00% okay
t/10dsnlist.install_driver(mysql) failed:
Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
fatal: relocation error: file
.././blib/arch/auto/DBD/mysql/mysql.so: symbol
newSVpvn: referenced symbol not found at
/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
line 155.

 at (eval 1) line 2

 at t/10dsnlist.t line 45
dubious
Test returned status 2 (wstat 512)
DIED. FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
t/20createdrop..install_driver(mysql) failed:
Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
fatal: relocation error: file
.././blib/arch/auto/DBD/mysql/mysql.so: symbol
newSVpvn: referenced symbol not found at
/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
line 155.

 at (eval 1) line 2

 at t/20createdrop.t line 47
dubious
Test returned status 2 (wstat 512)
DIED. FAILED tests 1-5
Failed 5/5 tests, 0.00% okay
t/30insertfetch.install_driver(mysql) failed:
Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
fatal: relocation error: file
.././blib/arch/auto/DBD/mysql/mysql.so: symbol
newSVpvn: referenced symbol not found at
/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
line 155.

 at (eval 1) line 2

 at t/30insertfetch.t line 48
dubious
Test returned status 2 (wstat 512)
DIED. FAILED tests 1-11
Failed 11/11 tests, 0.00% okay
t/40bindparam...install_driver(mysql) failed:
Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
fatal: relocation error: file
.././blib/arch/auto/DBD/mysql/mysql.so: symbol
newSVpvn: referenced symbol not found at
/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
line 155.

 at (eval 3) line 2

 at t/40bindparam.t line 64
dubious
Test returned status 2 (wstat 512)
DIED. FAILED tests 1-28
Failed 28/28 tests, 0.00% okay
t/40blobs...install_driver(mysql) failed:
Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
fatal: relocation error: file
.././blib/arch/auto/DBD/mysql/mysql.so: symbol
newSVpvn: referenced symbol not found at
/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
line 155.

 at (eval 1) line 2

 at t/40blobs.t line 68
dubious
Test returned status 2 (wstat 512)
DIED. FAILED tests 1-11
Failed 11/11 tests, 0.00% okay
t/40listfields..install_driver(mysql) failed:
Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
fatal: relocation error: file
.././blib/arch/auto/DBD/mysql/mysql.so: symbol
newSVpvn: referenced symbol not found at
/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
line 155.

 at (eval 1) line 2

 at t/40listfields.t line 57
dubious
Test returned status 2 (wstat 512)
DIED. FAILED tests 1-16
Failed 16/16 tests, 0.00% okay
t/40nulls...install_driver(mysql) failed:
Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
fatal: relocation error: file
.././blib/arch/auto/DBD/mysql/mysql.so: symbol
newSVpvn: referenced symbol not found at
/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
line 155.

 at (eval 1) line 2

 at t/40nulls.t line 50
dubious
Test returned status 2 (wstat 512)
DIED. FAILED tests 1-11
Failed 11/11 tests, 0.00% okay
t/40numrows.install_driver(mysql) failed:
Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
fatal: relocation error: file
.././blib/arch/auto/DBD/mysql/mysql.so: symbol
newSVpvn: referenced symbol not found at

Re: PERL DBB::MYSQL MAKE TEST PROBLEM....

2002-02-21 Thread Ken Menzel

Hi Darren,
   The tests rely on the perl BDB and mysql-modules packages for perl.
Have you installed and tested these?
Ken
- Original Message -
From: Darren Ball [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 21, 2002 10:27 AM
Subject: PERL DBB::MYSQL MAKE TEST PROBLEM


 I've been having some troubles install dbd::mysql on
 Solaris 2.4 - make test is failing and I can't figure
 out what is going wrong.  The following shows the
 results coming back from make test

 If anybody can help me out here, I would appreciate
 it.  Thanks.



 make[1]: Entering directory
 `/home/dsball/Msql-Mysql-modules-1.2219/mysql'
 make[1]: Leaving directory
 `/home/dsball/Msql-Mysql-modules-1.2219/mysql'
 make[1]: Entering directory
 `/home/dsball/Msql-Mysql-modules-1.2219/mysql'
 PERL_DL_NONLAZY=1 /usr/local/bin/perl -I.././blib/arch
 -I.././blib/lib
 -I/usr/local/lib/perl5/sun4-solaris/5.00401
 -I/usr/local/lib/perl5 -e 'use Test::Harness
 qw(runtests $verbose); $verbose=0; runtests @ARGV;'
 t/*.t
 t/00baseinstall_driver(mysql) failed:
 Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
 for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
 fatal: relocation error: file
 .././blib/arch/auto/DBD/mysql/mysql.so: symbol
 newSVpvn: referenced symbol not found at
 /usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
 line 155.

  at (eval 1) line 2

  at t/00base.t line 38
 dubious
 Test returned status 2 (wstat 512)
 DIED. FAILED tests 4-5
 Failed 2/5 tests, 60.00% okay
 t/10dsnlist.install_driver(mysql) failed:
 Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
 for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
 fatal: relocation error: file
 .././blib/arch/auto/DBD/mysql/mysql.so: symbol
 newSVpvn: referenced symbol not found at
 /usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
 line 155.

  at (eval 1) line 2

  at t/10dsnlist.t line 45
 dubious
 Test returned status 2 (wstat 512)
 DIED. FAILED tests 1-3
 Failed 3/3 tests, 0.00% okay
 t/20createdrop..install_driver(mysql) failed:
 Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
 for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
 fatal: relocation error: file
 .././blib/arch/auto/DBD/mysql/mysql.so: symbol
 newSVpvn: referenced symbol not found at
 /usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
 line 155.

  at (eval 1) line 2

  at t/20createdrop.t line 47
 dubious
 Test returned status 2 (wstat 512)
 DIED. FAILED tests 1-5
 Failed 5/5 tests, 0.00% okay
 t/30insertfetch.install_driver(mysql) failed:
 Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
 for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
 fatal: relocation error: file
 .././blib/arch/auto/DBD/mysql/mysql.so: symbol
 newSVpvn: referenced symbol not found at
 /usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
 line 155.

  at (eval 1) line 2

  at t/30insertfetch.t line 48
 dubious
 Test returned status 2 (wstat 512)
 DIED. FAILED tests 1-11
 Failed 11/11 tests, 0.00% okay
 t/40bindparam...install_driver(mysql) failed:
 Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
 for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
 fatal: relocation error: file
 .././blib/arch/auto/DBD/mysql/mysql.so: symbol
 newSVpvn: referenced symbol not found at
 /usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
 line 155.

  at (eval 3) line 2

  at t/40bindparam.t line 64
 dubious
 Test returned status 2 (wstat 512)
 DIED. FAILED tests 1-28
 Failed 28/28 tests, 0.00% okay
 t/40blobs...install_driver(mysql) failed:
 Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
 for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
 fatal: relocation error: file
 .././blib/arch/auto/DBD/mysql/mysql.so: symbol
 newSVpvn: referenced symbol not found at
 /usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
 line 155.

  at (eval 1) line 2

  at t/40blobs.t line 68
 dubious
 Test returned status 2 (wstat 512)
 DIED. FAILED tests 1-11
 Failed 11/11 tests, 0.00% okay
 t/40listfields..install_driver(mysql) failed:
 Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
 for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
 fatal: relocation error: file
 .././blib/arch/auto/DBD/mysql/mysql.so: symbol
 newSVpvn: referenced symbol not found at
 /usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
 line 155.

  at (eval 1) line 2

  at t/40listfields.t line 57
 dubious
 Test returned status 2 (wstat 512)
 DIED. FAILED tests 1-16
 Failed 16/16 tests, 0.00% okay
 t/40nulls...install_driver(mysql) failed:
 Can't load '.././blib/arch/auto/DBD/mysql/mysql.so'
 for module DBD::mysql: ld.so.1: /usr/local/bin/perl:
 fatal: relocation error: file
 .././blib/arch/auto/DBD/mysql/mysql.so: symbol
 newSVpvn: referenced symbol not found at
 /usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
 line 155.

  at (eval 1) line

Re: PERL DBB::MYSQL MAKE TEST PROBLEM....

2002-02-21 Thread Darren Ball

Yes, this problem is happening at the 'make test' step
while installing these modules...  I have performed
the perl Makefile.PL, and the make, they seem to go
ok, just when I perform the make test, it seems to
fail with this relocation and symbol errors

--- Ken Menzel [EMAIL PROTECTED] wrote:
 Hi Darren,
The tests rely on the perl BDB and mysql-modules
 packages for perl.
 Have you installed and tested these?
 Ken
 - Original Message -
 From: Darren Ball [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, February 21, 2002 10:27 AM
 Subject: PERL DBB::MYSQL MAKE TEST PROBLEM
 
 
  I've been having some troubles install dbd::mysql
 on
  Solaris 2.4 - make test is failing and I can't
 figure
  out what is going wrong.  The following shows the
  results coming back from make test
 
  If anybody can help me out here, I would
 appreciate
  it.  Thanks.
 
 
 
  make[1]: Entering directory
  `/home/dsball/Msql-Mysql-modules-1.2219/mysql'
  make[1]: Leaving directory
  `/home/dsball/Msql-Mysql-modules-1.2219/mysql'
  make[1]: Entering directory
  `/home/dsball/Msql-Mysql-modules-1.2219/mysql'
  PERL_DL_NONLAZY=1 /usr/local/bin/perl
 -I.././blib/arch
  -I.././blib/lib
  -I/usr/local/lib/perl5/sun4-solaris/5.00401
  -I/usr/local/lib/perl5 -e 'use Test::Harness
  qw(runtests $verbose); $verbose=0; runtests
 @ARGV;'
  t/*.t
  t/00baseinstall_driver(mysql) failed:
  Can't load
 '.././blib/arch/auto/DBD/mysql/mysql.so'
  for module DBD::mysql: ld.so.1:
 /usr/local/bin/perl:
  fatal: relocation error: file
  .././blib/arch/auto/DBD/mysql/mysql.so: symbol
  newSVpvn: referenced symbol not found at
 

/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
  line 155.
 
   at (eval 1) line 2
 
   at t/00base.t line 38
  dubious
  Test returned status 2 (wstat 512)
  DIED. FAILED tests 4-5
  Failed 2/5 tests, 60.00% okay
  t/10dsnlist.install_driver(mysql) failed:
  Can't load
 '.././blib/arch/auto/DBD/mysql/mysql.so'
  for module DBD::mysql: ld.so.1:
 /usr/local/bin/perl:
  fatal: relocation error: file
  .././blib/arch/auto/DBD/mysql/mysql.so: symbol
  newSVpvn: referenced symbol not found at
 

/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
  line 155.
 
   at (eval 1) line 2
 
   at t/10dsnlist.t line 45
  dubious
  Test returned status 2 (wstat 512)
  DIED. FAILED tests 1-3
  Failed 3/3 tests, 0.00% okay
  t/20createdrop..install_driver(mysql) failed:
  Can't load
 '.././blib/arch/auto/DBD/mysql/mysql.so'
  for module DBD::mysql: ld.so.1:
 /usr/local/bin/perl:
  fatal: relocation error: file
  .././blib/arch/auto/DBD/mysql/mysql.so: symbol
  newSVpvn: referenced symbol not found at
 

/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
  line 155.
 
   at (eval 1) line 2
 
   at t/20createdrop.t line 47
  dubious
  Test returned status 2 (wstat 512)
  DIED. FAILED tests 1-5
  Failed 5/5 tests, 0.00% okay
  t/30insertfetch.install_driver(mysql) failed:
  Can't load
 '.././blib/arch/auto/DBD/mysql/mysql.so'
  for module DBD::mysql: ld.so.1:
 /usr/local/bin/perl:
  fatal: relocation error: file
  .././blib/arch/auto/DBD/mysql/mysql.so: symbol
  newSVpvn: referenced symbol not found at
 

/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
  line 155.
 
   at (eval 1) line 2
 
   at t/30insertfetch.t line 48
  dubious
  Test returned status 2 (wstat 512)
  DIED. FAILED tests 1-11
  Failed 11/11 tests, 0.00% okay
  t/40bindparam...install_driver(mysql) failed:
  Can't load
 '.././blib/arch/auto/DBD/mysql/mysql.so'
  for module DBD::mysql: ld.so.1:
 /usr/local/bin/perl:
  fatal: relocation error: file
  .././blib/arch/auto/DBD/mysql/mysql.so: symbol
  newSVpvn: referenced symbol not found at
 

/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
  line 155.
 
   at (eval 3) line 2
 
   at t/40bindparam.t line 64
  dubious
  Test returned status 2 (wstat 512)
  DIED. FAILED tests 1-28
  Failed 28/28 tests, 0.00% okay
  t/40blobs...install_driver(mysql) failed:
  Can't load
 '.././blib/arch/auto/DBD/mysql/mysql.so'
  for module DBD::mysql: ld.so.1:
 /usr/local/bin/perl:
  fatal: relocation error: file
  .././blib/arch/auto/DBD/mysql/mysql.so: symbol
  newSVpvn: referenced symbol not found at
 

/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
  line 155.
 
   at (eval 1) line 2
 
   at t/40blobs.t line 68
  dubious
  Test returned status 2 (wstat 512)
  DIED. FAILED tests 1-11
  Failed 11/11 tests, 0.00% okay
  t/40listfields..install_driver(mysql) failed:
  Can't load
 '.././blib/arch/auto/DBD/mysql/mysql.so'
  for module DBD::mysql: ld.so.1:
 /usr/local/bin/perl:
  fatal: relocation error: file
  .././blib/arch/auto/DBD/mysql/mysql.so: symbol
  newSVpvn: referenced symbol not found at
 

/usr/local/lib/perl5/sun4-solaris/5.00401/DynaLoader.pm
  line 155.
 
   at (eval 1) line 2
 
   at t/40listfields.t line 57
  dubious