From: Stephen White Date: April 10 2000 10:19am Subject: msql-mysql-mod make test failed List-Archive: http://lists.mysql.com/mysql/33709 Message-Id: <3.0.2.32.20000410031939.00af1610@sysconi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Help, Im new to mysql installed the source of mysql-3.22.32 compile fine, but had to compile with no shared libr opion for it to compile without errors --disable-shared this got rider of opendl errors. did all the rest and it ran i could enter commands to the server via the shell and the mysql seems to work. Im on BSDI OS 4.0.1 Then installed Data Dumper make test work ! Then DBI make test work ! did Msql-Mysql-Mod make test failed ! with :- dubious Test returned status 2 (wstat 512) DIED. FAILED tests 1-35 Failed 35/35 tests, 0.00% okay t/50commit..........install_driver(mysql) failed: Can't load '.././blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: File no t found at /usr/libdata/perl5/i386-bsdos/5.00402/DynaLoader.pm line 155. at (eval 1) line 2 at t/50commit.t line 64 dubious Test returned status 2 (wstat 512) DIED. FAILED tests 1-16 Failed 16/16 tests, 0.00% okay t/60leaks...........skipping test on this platform t/ak-dbd............install_driver(mysql) failed: Can't load '.././blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: File no t found at /usr/libdata/perl5/i386-bsdos/5.00402/DynaLoader.pm line 155. at (eval 1) line 2 at t/ak-dbd.t line 58 dubious Failed Test Status Wstat Total Fail Failed List of failed ------------------------------------------------------------------------------ t/00base.t 2 512 5 2 40.00% 4-5 t/10dsnlist.t 2 512 3 3 100.00% 1-3 t/20createdrop. 2 512 5 5 100.00% 1-5 t/30insertfetch 2 512 11 11 100.00% 1-11 t/40bindparam.t 2 512 24 24 100.00% 1-24 t/40blobs.t 2 512 11 11 100.00% 1-11 t/40listfields. 2 512 14 14 100.00% 1-14 t/40nulls.t 2 512 11 11 100.00% 1-11 t/40numrows.t 2 512 25 25 100.00% 1-25 t/50chopblanks. 2 512 35 35 100.00% 1-35 t/50commit.t 2 512 16 16 100.00% 1-16 t/ak-dbd.t 2 512 76 76 100.00% 1-76 t/dbdadmin.t 2 512 22 22 100.00% 1-22 Failed 13/14 test scripts, 7.14% okay. 255/258 subtests failed, 1.16% okay. *** Error code 2 Stop. *** Error code 1 Stop. Any ideas ? Many thanks for any help in addvance !