Re: plperl/createlang issue

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: plperl/createlang issue
Date: 2003-11-12 02:26:45
Message-ID: 85610000.1068604005@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

--On Tuesday, November 11, 2003 19:22:50 -0700 "Ed L."
<pgsql(at)bluepolka(dot)net> wrote:

> I'm trying to load plperl to experiment with it in 7.3.4 with perl
> v5.8.0. I've basically tried the following:
>
> configure --with-perl, then
> initdb, then
> start postmaster, then
> createlang plplerl template1
>
> No matter what I try, I keep getting this error:
>
> $ createlang plperl template1
> ERROR: Load of file /opt/pgsql/installs/postgresql-7.3.4/lib/plperl.so
> failed: libperl.so: cannot open shared object file: No such file or
> directory
> createlang: language installation failed
>
> But it sure looks like its there to me:
>
> $ ls -l /opt/pgsql/installs/postgresql-7.3.4/lib/plperl.so
> -rwxr-xr-x 1 pg pg 35770 Nov 11 19:39
> /opt/pgsql/installs/postgresql-7.3.4/lib/plperl.so*
>
> I *think* my perl is threaded based on perl -v:
The issue is there is no libperl.so (from the perl build).

Check your PERL build.

>
> $ perl -v
>
> This is perl, v5.8.0 built for i386-linux-thread-multi
> ...
>
> Any clues for the clueless?
>
> TIA.
>
> Ed
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Barry C.Hawkins 2003-11-12 03:27:48 Re: (Solved) Failure of make for 7.3.4 on Mac OS 10.3 Panther
Previous Message Ed L. 2003-11-12 02:22:50 plperl/createlang issue