Perl Module Installed?

Started by Fetter, David Mover 25 years ago2 messagesgeneral
Jump to latest
#1Fetter, David M
Fetter.David@emeryworld.com

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

Attachments:

Fetter, David M.vcfapplication/octet-stream; name="Fetter, David M.vcf"Download
#2The Hermit Hacker
scrappy@hub.org
In reply to: Fetter, David M (#1)
Re: Perl Module Installed?

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.