Re: Not quite there yet - Mailing list pgsql-novice

From Tom Lane
Subject Re: Not quite there yet
Date
Msg-id 20575.1285548457@sss.pgh.pa.us
Whole thread Raw
In response to Not quite there yet  (Mladen Gogala <mladen.gogala@vmsinfo.com>)
Responses Re: Not quite there yet
List pgsql-novice
Mladen Gogala <mladen.gogala@vmsinfo.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

pgsql-novice by date:

Previous
From: Mladen Gogala
Date:
Subject: Not quite there yet
Next
From: Mladen Gogala
Date:
Subject: Re: Not quite there yet