| From: | "KMiller" <kmiller(at)2xtreme(dot)net> |
|---|---|
| To: | "postgres" <pgsql-general(at)postgresql(dot)org> |
| Subject: | |
| Date: | 2000-10-02 19:46:52 |
| Message-ID: | 000d01c02ca9$83b5d180$0100a8c0@Kurt |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
When my perl compiles the line in Pg.pm
bootstrap Pg $VERSION;
(subsequent to "use Pg;" in my script)
I get the following:
Can't locate loadable object for module Pg in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 /usr/lib/perl5/site_perl .) at x line 2
Compilation failed in require at x line 2.
BEGIN failed--compilation aborted at x line 2.
Notes:
$VERSION = "1.8.0"
This is perl, v5.6.0 built for i386-linux
Need suggestions on how to proceed.
TIA,
Kurt Miller
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Serg King | 2000-10-02 20:08:06 | NULL value in one argument will clear all arguments in server-side functions ( plpgsql ) to NULL?! |
| Previous Message | KMiller | 2000-10-02 19:38:18 | Pg.pm - Can't locate loadable object ... |