Re: Problem with pl/perl in postgresql 8.0rc1

From: Robert Boone <robert(at)rlb3(dot)com>
To: Kretschmer Andreas <andreas_kretschmer(at)despammed(dot)com>
Cc: PostgreSQL Novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Problem with pl/perl in postgresql 8.0rc1
Date: 2004-12-17 16:04:29
Message-ID: 1103299470.16420.14.camel@wt87501.wtamu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

Hello,

"/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

Have any other ideas of what might be wrong?

Robert Boone

On Fri, 2004-12-17 at 16:34 +0100, Kretschmer Andreas wrote:
> am Fri, dem 17.12.2004, um 8:54:45 -0600 mailte Robert Boone folgendes:
> > Hello,
> >
> > I am very new to postgresql and was excited to see that pl/perl was able
> > to do more in the newest version. So I created a database to learn some
> > of is feature. But when I try to to do:
> >
> > createlang plperl test
> >
> > I get:
> > createlang: language installation failed: ERROR: could not load
> > library "/usr/lib/pgsql/plperl.so": libperl.so: cannot open shared
> > object file: No such file or directory
>
> I use PG 7.4.5 on Debian, and I found the libperl.so there:
> /usr/lib/postgresql/lib/plperl.so
>
> Try to find the file plperl.so.
>
>
> Regards, Andreas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Boone 2004-12-17 16:52:07 Problem with pl/perl in postgresql 8.0rc1
Previous Message Kretschmer Andreas 2004-12-17 15:34:55 Re: Problem with pl/perl in postgresql 8.0rc1

Browse pgsql-novice by date

  From Date Subject
Next Message Robert Boone 2004-12-17 16:52:07 Problem with pl/perl in postgresql 8.0rc1
Previous Message Kretschmer Andreas 2004-12-17 15:34:55 Re: Problem with pl/perl in postgresql 8.0rc1