Re: Not quite there yet

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mladen(dot)gogala(at)vmsinfo(dot)com
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Not quite there yet
Date: 2010-09-27 00:47:37
Message-ID: 20575.1285548457@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Mladen Gogala <mladen(dot)gogala(at)vmsinfo(dot)com> writes:
> -bash-3.2$ less /opt/PostgreSQL/9.0/data/loadable_libraries.txt
> Failed to load library: $libdir/plperl
> ERROR: could not load library "/opt/PostgreSQL/9.0/lib/postgresql/
> plperl.so": libperl.so: cannot open shared object file: No such file or
> directory

Apparently you don't have the same version of Perl as that installer
was built against, or you do but there's some rpath-ish issue preventing
plperl.so from finding it. On a Linux-like system, you might learn
something from
ldd /opt/PostgreSQL/9.0/lib/postgresql/plperl.so

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Mladen Gogala 2010-09-27 02:13:21 Re: Not quite there yet
Previous Message Mladen Gogala 2010-09-26 23:20:41 Not quite there yet