Обсуждение: Perl Module Installed?

Поиск
Список
Период
Сортировка

Perl Module Installed?

От
"Fetter, David M"
Дата:
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


Вложения

Re: Perl Module Installed?

От
The Hermit Hacker
Дата:
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.