Re: BUG #8343: plperl/plperlu Install Fails

From: Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com>
To: cesheri(at)swbell(dot)net
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #8343: plperl/plperlu Install Fails
Date: 2013-07-30 09:59:35
Message-ID: CANFyU96u8=YE4TSD5YqR8F_SHPi7Zqh+X5emuPM9uTQZEuc3xQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

This is fixed in the latest version PostgreSQL 9.3 beta2.

On Sun, Jul 28, 2013 at 11:07 AM, <cesheri(at)swbell(dot)net> wrote:

> The following bug has been logged on the website:
>
> Bug reference: 8343
> Logged by: Charles Sheridan
> Email address: cesheri(at)swbell(dot)net
> PostgreSQL version: 9.2.4
> Operating system: Mac OS 10.8.4
> Description:
>
> In a psql 9.1.5
> > create extension plperlu;
> or
> > create extension plperl;
> => "The connection to the server was lost. Attempting
> reset: Failed."
>
>
> In pgAdmin 1.16.1:
> > GUI attempt to create the same extensions gets a fail window "An Error
> has occured:" [ no more info ]
>
>
> I can install other extensions successfully -- e.g. hstore.
> The account has superuser privs.
> There no other issues in running commands through pgsl and pgAdmin.
>
>
> ActivePerl versions installed:
> /usr/local/ActivePerl-5.14/bin/perl AND
> /usr/local/ActivePerl-5.16/bin/perl
>
>
> Both ActivePerl instances compiled w/ MULTIPLICITY. Also:
> -r-xr-xr-x 1 root admin 3475248 Mar 13 14:49
> /usr/local/ActivePerl-5.14/lib/CORE/libperl.dylib
>
>
> No other apparent issues w/ the perl installations.
>
>
> Activeperl 5.14 was already installed when Postgres 9.2.4 was originally
> installed. Then, Activeperl 5.16 was installed and 5.14 was removed. My
> first attempt to create extensions for perl had failed with this error:
> > create extension plperlu;
> ERROR: could not load library
> "/Library/PostgreSQL/9.2/lib/postgresql/plperl.so":
> dlopen(/Library/PostgreSQL/9.2/lib/postgresql/plperl.so, 10): Library
> not
> loaded: /usr/local/Acti
> vePerl-5.14/lib/CORE/libperl.dylib
> Referenced from: /Library/PostgreSQL/9.2/lib/postgresql/plperl.so
> Reason: image not found
>
>
> I then reinstalled Activeperl 5.14 from web download, and got the errors
> noted at the begin of this report.
>
>
>
> --
> Sent via pgsql-bugs mailing list (pgsql-bugs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-bugs
>

--
Sandeep Thakkar

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message arun.rh 2013-07-30 12:25:51 BUG #8345: PostGre SQL database is crashing
Previous Message Sandeep Thakkar 2013-07-30 09:44:56 Re: BUG #8337: Installer takes forever - old bug still present