Re: plperl language_handler Problems - Mailing list pgsql-general

From Tom Lane
Subject Re: plperl language_handler Problems
Date
Msg-id 22309.1058277678@sss.pgh.pa.us
Whole thread Raw
In response to plperl language_handler Problems  (Raymond <support@bigriverinfotech.com>)
List pgsql-general
Raymond <support@bigriverinfotech.com> writes:
> Updated my RH80 installation with the full complement of Postgres 7.3.3 RPMs.
> Added python and tcl ( already have pl/sql) language bindings to the database
> without issue. However, the compiler complains about perl:

> ERROR: Load of file /usr/lib/pgsql/plperl.so failed: libperl.so: cannot open
> shared object file: No such file or directory.

There might be additional information recorded in the postmaster's
stderr log.

> plperl.so is in the aforementioned directory and libperl.so is in
> /usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE

My bet is that you need to mention the latter directory in /etc/ld.so.conf.

            regards, tom lane

pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: more performance questions
Next
From: Andrew Sullivan
Date:
Subject: Re: insert bug