Jerry Asher <jerry(at)hollyjerry(dot)org> writes:
> At a suggestion from then net, I have recently (today) loaded DBI::DBD
> and Bundle::DBI
> perl -MCPAN -e 'install DBI::DBD'
> perl -MCPAN -e 'install Bundle::DBI'
> I then followed the instructions in
> postgresql-7.1beta5/src/interfaces/perl5/README, and installed Pg.pm.
interfaces/perl5 is a standalone interface module for Perl. It has
nothing to do with DBI. In particular, it is *not* the same thing as
DBD-Pg, which is the Pg driver that DBI is looking for. You can find
DBD-Pg in the same CPAN archives you got DBI from.
regards, tom lane