Hello (again!), It was suggested by support at Hughes that the problem may lie with perl 5.8.0. So now I am stuck since the perl on Solaris was compiled with their cc and I can not really add anything to it since I do not have their compiler... Can anyone help? Thx.
Helmut -----Original Message----- From: Helmut Fritz [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 4:58 PM To: [EMAIL PROTECTED] Subject: Jochen (or anyone?) DBD::mSQL install problems... Hello! I get the following error when tring to install the Bundle::DBD::mSQL (or the combo mysql/mSQL .tar.gz file). The make test will not complete successfully. I have sytarted the database engine, created a test database, added data to it, etc via the msqladmin binary that comes with msql. I am running on Solaris 8, and compiled and installed perl 5.8.0 (checked to make sure this is the one being called). I have tried installing via cpan and manually, both with the same error messages. # make test PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/00base...........ok t/10dsnlist........ok t/20createdrop.....ok t/30insertfetch....Illegal character in prototype for main::ErrMsg : @_ at t/lib.pl line 253. Illegal character in prototype for main::ErrMsgF : @_ at t/lib.pl line 254. t/30insertfetch....ok t/40bindparam......Illegal character in prototype for main::ErrMsg : @_ at t/lib.pl line 253. Illegal character in prototype for main::ErrMsgF : @_ at t/lib.pl line 254. DBD::mSQL::st execute failed: Couldn't create temporary table (No such file or directory) at t/40bindparam.t line 140. Statement has no result columns to bind (perhaps you need to successfully call execute first) at t/40bindparam.t line 143. t/40bindparam......dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 17-26 Failed 10/26 tests, 61.54% okay t/40blobs..........skipped all skipped: no reason given t/40listfields.....ok t/40nulls..........ok t/40numrows........ok t/50chopblanks.....ok t/50commit.........Illegal character in prototype for main::ErrMsg : @_ at t/lib.pl line 253. Illegal character in prototype for main::ErrMsgF : @_ at t/lib.pl line 254. t/50commit.........ok 14/30 skipped: No transactions t/60leaks..........skipped all skipped: no reason given t/ak-dbd...........ok t/dbdadmin.........ok Failed Test Stat Wstat Total Fail Failed List of Failed ---------------------------------------------------------------------------- --- t/40bindparam.t 2 512 26 10 38.46% 17-26 2 tests and 14 subtests skipped. Failed 1/14 test scripts, 92.86% okay. 10/240 subtests failed, 95.83% okay. *** Error code 29 make: Fatal error: Command failed for target `test_dynamic' Current working directory /var/spool/pkg/Msql-Mysql-modules-1.2219/mSQL *** Error code 1 make: Fatal error: Command failed for target `test' # I appreciate any assistance any of you folks can give me... Thx. Helmut Fritz
