Re: PlPERL and shared libraries on Suse

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Eric E <whalesuit(at)bonbon(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PlPERL and shared libraries on Suse
Date: 2004-10-22 16:55:30
Message-ID: 16138.1098464130@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Eric E <whalesuit(at)bonbon(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Terry Lee Tucker 2004-10-22 17:44:15 A Simple Question
Previous Message Steve Atkins 2004-10-22 16:47:05 Re: PlPERL and shared libraries on Suse