From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Raymond <support(at)bigriverinfotech(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: plperl language_handler Problems |
Date: | 2003-07-15 14:01:18 |
Message-ID: | 22309.1058277678@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Raymond <support(at)bigriverinfotech(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Sullivan | 2003-07-15 14:02:38 | Re: more performance questions |
Previous Message | Scott Cain | 2003-07-15 14:01:01 | insert bug |