From: | Arguile <arguile(at)lucentstudios(dot)com> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Cc: | sephiroth(at)optimasoft(dot)com(dot)tw, greg(at)turnstep(dot)com |
Subject: | Re: Where to get Pg.pm? |
Date: | 2003-07-21 04:55:21 |
Message-ID: | 1058763323.523.14038.camel@broadswd |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
On Sun, 2003-07-20 at 22:01, greg(at)turnstep(dot)com wrote:
> > Hi, all:
> > I've got an error message when
> > --------------------------------------------------
> > $ MasterInit master
> > Can't locate Pg.pm in @INC (@INC contains:
> > ...
> > and I don't know where to get (or how to generate) Pg.pm...
> > any ideas?
>
> Pg.pm most commonly refers to the PostgreSQL DBI driver.
In this case it's not though. MasterInit is part of rserv which uses Pg
-- the one that follows libpq's interface -- not DBI/DBD::Pg.
It's no longer part of contrib, but can be downloaded here:
http://gborg.postgresql.org/project/pgperl/projdisplay.php
The version on CPAN was extremely old last I checked, so getting it via
that route is not suggested.
From | Date | Subject | |
---|---|---|---|
Next Message | Sagine E.Ferrus | 2003-07-21 13:11:58 | Libpq++ & Borland C++ |
Previous Message | greg | 2003-07-21 02:01:36 | Re: Where to get Pg.pm? |