Re: PlPERL and shared libraries on Suse - Mailing list pgsql-general

From Tom Lane
Subject Re: PlPERL and shared libraries on Suse
Date
Msg-id 16138.1098464130@sss.pgh.pa.us
Whole thread Raw
In response to PlPERL and shared libraries on Suse  (Eric E <whalesuit@bonbon.net>)
List pgsql-general
Eric E <whalesuit@bonbon.net> writes:
> createlang: language installation failed: ERROR:  could not load library
> "/usr/lib/postgresql/plperl.so": libperl.so: cannot open shared object
> file: No such file or directory

> The file, however, is there:

> # ls -l /usr/lib/postgresql/plperl.so
> -rwxr-xr-x  1 root root 37097 Apr  5  2004 /usr/lib/postgresql/plperl.so

It's complaining that it can't find libperl.so (ie, the Perl interpreter)
not plperl.so.  Do you have a libperl.so?  Is it in your ldconfig search
path?

            regards, tom lane

pgsql-general by date:

Previous
From: Steve Atkins
Date:
Subject: Re: PlPERL and shared libraries on Suse
Next
From: Terry Lee Tucker
Date:
Subject: A Simple Question