Re: Problem with pl/perl in postgresql 8.0rc1 - Mailing list pgsql-novice

From Robert Boone
Subject Re: Problem with pl/perl in postgresql 8.0rc1
Date
Msg-id 1103299470.16420.14.camel@wt87501.wtamu.edu
Whole thread Raw
In response to Re: Problem with pl/perl in postgresql 8.0rc1  (Kretschmer Andreas <andreas_kretschmer@despammed.com>)
Responses Re: Problem with pl/perl in postgresql 8.0rc1  (Michael Fuhr <mike@fuhr.org>)
List 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

pgsql-novice by date:

Previous
From: Kretschmer Andreas
Date:
Subject: Re: Problem with pl/perl in postgresql 8.0rc1
Next
From: Michael Fuhr
Date:
Subject: Re: Problem with pl/perl in postgresql 8.0rc1