| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | James Merhaut <jhmerhau(at)dt1s78(dot)ra(dot)intel(dot)com> |
| Cc: | pgsql-interfaces(at)postgresql(dot)org |
| Subject: | Re: PERL5 interface for POSTGRESQL |
| Date: | 2000-12-30 03:57:23 |
| Message-ID: | 29107.978148643@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
James Merhaut <jhmerhau(at)dt1s78(dot)ra(dot)intel(dot)com> writes:
> > make test
> PERL_DL_NONLAZY=1 /usr/intel/bin/perl -I./blib/arch -I./blib/lib
> -I/usr/intel/96r2/lib/perl5/sun4x_55/5.003 -I/usr/intel/96r2/lib/perl5 test.pl
> Can't load './blib/arch/auto/Pg/Pg.so' for module Pg: ld.so.1: /usr/intel/bin/perl:
> fatal: relocation error: file ./blib/arch/auto/Pg/Pg.so: symbol lo_export: referenced
> symbol not found at /usr/intel/96r2/lib/perl5/DynaLoader.pm line 140.
Hm. Most likely, the dynamic loader isn't finding libpq.so at all.
Check your LD_LIBRARY_PATH or local equivalent.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oleg Bartunov | 2000-12-30 09:34:19 | Re: Creating locales. |
| Previous Message | Thomas Lockhart | 2000-12-29 22:44:24 | Re: ODBC Driver Update... |