Welcome to the configuration process for DBIx::NamedDSN! We just need to find out where you are going to store the config- uration file for DBIx::NamedDSN. This is where you define the mappings between the short name and the actual data sources. This is a system-wide default; in future versions, a per-user default will be available. Where should we look for the configuration file? [/usr/local/etc] /usr/local/etc /usr/local/etc found...great! /usr/local/etc/named_dsn.conf not found...we'll create a stub now. hmm...stub file couldn't be created. This is the error I got: Could not open /usr/local/etc/named_dsn.conf for writing at Makefile.PL line 50. We'll proceed anyway...just create this file yourself at some future time. Checking if your kit is complete... Looks good Writing Makefile for DBIx::NamedDSN perl -pe "s{\@NAMED_DSN_CONFIG@}{/usr/local/etc/named_dsn.conf}" blib/lib/DBIx/NamedDSN.pm Manifying blib/man3/DBIx::NamedDSN.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/DBIx-NamedDSN....Can't locate DBI.pm in @INC (@INC contains: /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBIx-NamedDSN/blib/lib /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBIx-NamedDSN/blib/arch /home/cpanrun/depot/main/Apps/CPAN_Run/lib /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.8.2/lib/5.8.2 /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/ia64/build/5.8.2/lib/site_perl . /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.8.2/lib/5.8.2 /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2 /home/cpanrun/ia64/build/5.8.2/lib/site_perl .) at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBIx-NamedDSN/blib/lib/DBIx/NamedDSN.pm line 8. BEGIN failed--compilation aborted at /home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/DBIx-NamedDSN/blib/lib/DBIx/NamedDSN.pm line 8. Compilation failed in require at t/DBIx-NamedDSN.t line 11. BEGIN failed--compilation aborted at t/DBIx-NamedDSN.t line 11. dubious Test returned status 2 (wstat 512, 0x200) FAILED--1 test script could be run, alas--no output ever seen make: *** [test_dynamic] Error 2