Thread: Perl Module Installed?

Perl Module Installed?

From
"Fetter, David M"
Date:
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?


Thank you,
David M. Fetter
UNIX System Analyst
Emery World Wide

"It has become appallingly clear that our technology has surpassed our
humanity." - Albert Einstein


Attachment

Re: Perl Module Installed?

From
The Hermit Hacker
Date:
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.