Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Installing MySQL DBD

Status
Not open for further replies.

DustyB

Technical User
Jan 2, 2001
3
GB
Whilst trying to install Msql-Mysql-modules-1.2215 on a Red Hat 5.2 against both MySQL 3.22.32 and 3.23.21 I get :-

t/20createdrop......ok
t/30insertfetch.....ok
t/40bindparam.......ok
t/40blobs...........ok
t/40listfields......ok
t/40nulls...........ok
t/40numrows.........ok
t/50chopblanks......ok
t/50commit..........ok
t/60leaks...........skipping test on this platform
t/ak-dbd............DBD::mysql::FIELD_TYPE_STRING: Not defined at t/ak-dbd.t line 68
Issuing rollback() for database handle being DESTROY'd without explicit disconnect().
dubious
Test returned status 95 (wstat 24320, 0x5f00)
Undefined subroutine &Test::Harness::WCOREDUMP called at /usr/lib/perl5/Test/Har
ness.pm line 252.
make[1]: *** [test_dynamic] Error 2
make[1]: Leaving directory `/tmp/M/Msql-Mysql-modules1.2215/mysql'
make: *** [test] Error 2

Has anyone got any ideas ?

 
Well, DBD::mysql::FIELD_TYPE_STRING is not defined. You'll have to go into ak-dbd.t at line 68 and figure out why it cannot find DBD::mysql::FIELD_TYPE_STRING. Did something fail previous to this? Try to find out where DBD::mysql::FIELD_TYPE_STRING is defined and find out why ak-dbd.t cannot access that.
Sincerely,

Tom Anderson
CEO, Order amid Chaos, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top