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 Attempting to create /usr/local/etc...Failed directory creation. Continuing anyway. /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 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/DBIx-NamedDSN....1..1 # Running under perl version 5.010000 for darwin # Current time local: Sat Dec 15 22:00:45 2007 # Current time GMT: Sun Dec 16 06:00:45 2007 # Using Test.pm version 1.25 ok 1 ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.10 cusr + 0.03 csys = 0.13 CPU) PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..5 # Running under perl version 5.010000 for darwin # Current time local: Sat Dec 15 22:00:45 2007 # Current time GMT: Sun Dec 16 06:00:45 2007 # Using Test.pm version 1.25 DBI test connection: Test username: Test password: Could not open config file: /usr/local/etc/named_dsn.conf at test.pl line 21 make: *** [test_dynamic] Error 2