My only suggestion is try using the module provided for DBD/DBI Perl on the
Mysql site (downloads section)...I used FreeBSD as well and the CPAN modules
didn't want to work properly for me...the one of the Mysql site worked like
a charm though.
Sincerely,
Craig Vincent
----- Original Message -----
From: Rahul Sen <rahul@stripped>
To: <mysql@stripped>
Sent: Tuesday, August 24, 1999 2:35 AM
Subject: DBI installation problem on FreeBSD
> Hi
>
> I am failing to install DBD MySQL Module on FreeBSD 3.0 Web Server . Here
is what I am getting ....
>
> # make test
> PERL_DL_NONLAZY=1
/usr/bin/perl -I../blib/arch -I../blib/lib -I/usr/libdata/pert
> t/00base............install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 1) line 2
>
> at t/00base.t line 38
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 4-5
> Failed 2/5 tests, 60.00% okay
> t/10dsnlist.........install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 1) line 2
>
> at t/10dsnlist.t line 45
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-3
> Failed 3/3 tests, 0.00% okay
> t/20createdrop......install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 1) line 2
> at t/20createdrop.t line 47
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-5
> Failed 5/5 tests, 0.00% okay
> t/30insertfetch.....install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 1) line 2
>
> at t/30insertfetch.t line 48
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-11
> Failed 11/11 tests, 0.00% okay
> t/40bindparam.......install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 3) line 2
>
> at t/40bindparam.t line 64
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-24
> Failed 24/24 tests, 0.00% okay
> t/40blobs...........install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 1) line 2
>
> at t/40blobs.t line 68
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-11
> Failed 11/11 tests, 0.00% okay
> t/40listfields......install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 1) line 2
>
> at t/40listfields.t line 57
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-16
> Failed 16/16 tests, 0.00% okay
> t/40nulls...........install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 1) line 2
>
> at t/40nulls.t line 50
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-11
> Failed 11/11 tests, 0.00% okay
> t/40numrows.........install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 1) line 2
>
> at t/40numrows.t line 59
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-25
> Failed 25/25 tests, 0.00% okay
> t/50chopblanks......install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 1) line 2
>
> at t/50chopblanks.t line 57
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-35
> Failed 35/35 tests, 0.00% okay
> t/50commit..........install_driver(mysql) failed: Can't load
'../blib/arch/auto.
> at (eval 1) line 2
>
> at t/50commit.t line 64
> dubious
> Test returned status 2 (wstat 512, 0x200)
> 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.
>
> at (eval 1) line 2
>
> at t/ak-dbd.t line 58
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-74
> Failed 74/74 tests, 0.00% okay
> t/dbdadmin..........install_driver(mysql) failed: Can't load
'../blib/arch/auto.
>
> at (eval 1) line 2
>
> at t/dbdadmin.t line 60
> dubious
> Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED tests 1-20
> Failed 20/20 tests, 0.00% okay
> 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 16 16 100.00% 1-16
> 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 74 74 100.00% 1-74
> t/dbdadmin.t 2 512 20 20 100.00% 1-20
> 1 test skipped.
> Failed 13/14 test scripts, 7.14% okay. 253/256 subtests failed, 1.17%
okay.
> *** Error code 2
>
> Stop.
> *** Error code 1
> Stop.
>
>
> Can anybody help me ?
>
> Rahul Sen Gupta
> rahul@stripped
>
> ______________________________________________________
> 123India - India's Premier Search Engine
> Get your Free Email Account at http://www.123india.com
>
>
>
> ---------------------------------------------------------------------
> Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
> posting. To request this thread, e-mail mysql-thread11139@stripped
>
> To unsubscribe, send a message to the address shown in the
> List-Unsubscribe header of this message. If you cannot see it,
> e-mail mysql-unsubscribe@stripped instead.
>
>