On Sun, 2003-07-20 at 22:01, greg@turnstep.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.