hello again list i've been trying to install the mysql dbd module on a cobalt-linux box and with some help from this list, i was able to pass most of the tests on the install... only 3 remain and i don't know why it's failing. could someone please look at this output and tell what's wrong? or better yet, fill me in on where to look for some documentation concerning these tests (ie. what they test and how to fix things so they pass). thanks.
- - - [root@******* DBD-mysql-2.1011]# make cc -c -I/usr/local/lib/perl5/site_perl/5.6.1/i586-linux/auto/DBI -I'/usr/include/mysql' -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.1011\" -DXS_VERSION=\"2.1011\" -fpic -I/usr/local/lib/perl5/5.6.1/i586-linux/CORE dbdimp.c cc -c -I/usr/local/lib/perl5/site_perl/5.6.1/i586-linux/auto/DBI -I'/usr/include/mysql' -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.1011\" -DXS_VERSION=\"2.1011\" -fpic -I/usr/local/lib/perl5/5.6.1/i586-linux/CORE mysql.c Running Mkbootstrap for DBD::mysql () chmod 644 mysql.bs rm -f blib/arch/auto/DBD/mysql/mysql.so LD_RUN_PATH="/usr/lib/mysql:/usr/lib:/lib" /usr/local/bin/perl myld cc -shared -L/usr/local/lib dbdimp.o mysql.o -o blib/arch/auto/DBD/mysql/mysql.so -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm chmod 755 blib/arch/auto/DBD/mysql/mysql.so cp mysql.bs blib/arch/auto/DBD/mysql/mysql.bs chmod 644 blib/arch/auto/DBD/mysql/mysql.bs Manifying blib/man3/DBD::mysql.3 Manifying blib/man3/DBD::mysql::INSTALL.3 Manifying blib/man3/Bundle::DBD::mysql.3 Manifying blib/man3/Mysql.3 [root@ns1 DBD-mysql-2.1011]# make test PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/i586-linux -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/00base............ok t/10dsnlist.........ok 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, 14/30 skipped: No transactions t/60leaks...........skipped test on this platform t/ak-dbd............ok t/akmisc............FAILED test 44 Failed 1/351 tests, 99.72% okay t/dbdadmin..........dubious Test returned status 0 (wstat 11, 0xb) DIED. FAILED tests 5-20 Failed 16/20 tests, 20.00% okay t/insertid..........ok t/mysql.............FAILED test 23 Failed 1/68 tests, 98.53% okay t/mysql2............ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/akmisc.t 351 1 0.28% 44 t/dbdadmin.t 0 11 20 16 80.00% 5-20 t/mysql.t 68 1 1.47% 23 1 test and 14 subtests skipped. Failed 3/18 test scripts, 83.33% okay. 18/764 subtests failed, 97.64% okay. make: *** [test_dynamic] Error 29 --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php