Checking configuration... Mysql is unavailable because DBD::mysql is not installed on your system Oracle is unavailable because DBD::Oracle is not installed on your system Postgres is unavailable because DBD::Pg is not installed on your system Sybase is unavailable because DBD::Sybase is not installed on your system The following ways to build/test SQL::Catalog are available on your system: Found previous configuration. Modify it(y/n) [n]Using Mysql as default. be sure your .cshrc has this line: setenv SQL_CATALOG_DRV Mysql Checking if your kit is complete... Looks good Writing Makefile for SQL::Catalog now you may do: make make test make install Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp README.pod blib\lib\SQL\README.pod cp lib/SQL/Catalog/Test/Default.pm blib\lib\SQL\Catalog\Test\Default.pm cp lib/SQL/Catalog.pm blib\lib\SQL\Catalog.pm cp lib/SQL/Catalog/Test/Pg.pm blib\lib\SQL\Catalog\Test\Pg.pm cp lib/SQL/Catalog/Config.pm blib\lib\SQL\Catalog\Config.pm cp lib/SQL/Catalog/Test.pm blib\lib\SQL\Catalog\Test.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/001-make-tables....1..2 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Jan 9 07:59:53 2008 # Current time GMT: Wed Jan 9 15:59:53 2008 # Using Test.pm version 1.25 ok 1 install_driver(Pg) failed: Can't locate DBD/Pg.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\SQL-Catalog\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\SQL-Catalog\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at (eval 8) line 3. Perhaps the DBD::Pg perl module hasn't been fully installed, or perhaps the capitalisation of 'Pg' isn't right. Available drivers: ADO, DBM, ExampleP, File, Gofer, Mock, Proxy, SQLite, Sponge. at C:/cpanrun/build/5-10-0/site/lib/DBIx/AnyDBD.pm line 13 dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/001-make-tables.t 2 512 2 2 2 Failed 1/1 test scripts. 1/2 subtests failed. Files=1, Tests=2, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/1 test programs. 1/2 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x2' Stop.