Re: Perl Module Installed?

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: "Fetter, David M" <Fetter(dot)David(at)emeryworld(dot)com>
Cc: "PostgreSQL-General (E-mail)" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Perl Module Installed?
Date: 2000-07-26 16:45:13
Message-ID: Pine.BSF.4.21.0007261344470.2474-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 26 Jul 2000, Fetter, David M wrote:

> How can I tell if we have the perl module installed with our current
> postgres build? Or for that matter, is there a way to tell what extra
> support was built into our current postgres installation?

> perl -e "use Pg;";
Can't locate Pg.pm in @INC (@INC contains: /usr/libdata/perl/5.6.0/mach /usr/libdata/perl/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/mach /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0 .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message bmccoy 2000-07-26 16:54:22 Re: Access 97 Database and Postgres
Previous Message Fetter, David M 2000-07-26 16:32:34 Perl Module Installed?