Re: Problem with pl/perl in postgresql 8.0rc1

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Robert Boone <robert(at)rlb3(dot)com>
Cc: Kretschmer Andreas <andreas_kretschmer(at)despammed(dot)com>, PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Problem with pl/perl in postgresql 8.0rc1
Date: 2004-12-17 17:13:47
Message-ID: 20041217171347.GA36449@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

On Fri, Dec 17, 2004 at 10:04:29AM -0600, Robert Boone wrote:

> "/usr/lib/pgsql/plperl.so" is the only plperl.so I have. To check I
> did:
> find / -name plperl.so
> And the only result was:
> /usr/lib/pgsql/plperl.so

The error message is complaining about libperl.so, not plperl.so.
If you run "ldd /usr/lib/pgsql/plperl.so", one of the lines will
probably look like this:

libperl.so => not found

Run "locate libperl.so" or "find / -name libperl.so" and see if you
have that file, which should be part of your Perl installation. If
not, then maybe your Perl was built without shared library support.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-12-17 17:14:25 Re: sorting problem
Previous Message Greg Stark 2004-12-17 17:11:10 Re: sorting problem

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2004-12-17 17:22:52 Re: Problem with pl/perl in postgresql 8.0rc1
Previous Message Robert Boone 2004-12-17 16:52:07 Problem with pl/perl in postgresql 8.0rc1