Re: trouble finding the object method driver....

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jerry Asher <jerry(at)hollyjerry(dot)org>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: trouble finding the object method driver....
Date: 2001-04-03 01:09:31
Message-ID: 24862.986260171@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jerry Asher 2001-04-03 02:16:43 Re: trouble finding the object method driver....
Previous Message Jerry Asher 2001-04-03 00:18:33 trouble finding the object method driver....