Re: Create language plperlu Error

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Create language plperlu Error
Date: 2016-08-02 07:21:26
Message-ID: bb2c8567-447f-1fcf-c48f-a68de1b97c02@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs pgsql-performance

On 8/1/2016 11:45 PM, Ranjeet Dhumal wrote:
>
> What plperl.so is telling you that one of its symbols is undefined.
> This may be due to compile options or may means you need a newer
> version of Perl and libperl.so (5.10.1 is quite old). Recent versions
> of PotgreSQL and plperl usually require a newer version of perl than
> the one you cite.
>
> So try using perl 5.14 and greater which contains Perl_sv_2bool_flags.

RHEL 6 has perl 5.10.1, you don't update it. you could install a
newer perl in a different location but its pretty unlikely the postgres
stuff would use it as-is.

the PGDG rpm distributions are built to use the appropriate system
perl. I don't know what enterprisedb is building their /opt/postgres
to use.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Luca Ferrari 2016-08-02 12:00:25 Re: Create language plperlu Error
Previous Message Ranjeet Dhumal 2016-08-02 06:45:39 Re: Create language plperlu Error

Browse pgsql-bugs by date

  From Date Subject
Next Message Jordan Gigov 2016-08-02 08:58:46 Re: BUG #14268: NULL parameter conversion
Previous Message Dali Eli -X (daeli - AMAN COMPUTERS LTD at Cisco) 2016-08-02 06:59:29 Re: BUG #14264: Error installing 9.6 beta 3 on Red hat 6.5

Browse pgsql-performance by date

  From Date Subject
Next Message Andreas Joseph Krogh 2016-08-02 11:30:13 Re: Very poor performance with Nested Loop Anti Join
Previous Message Ranjeet Dhumal 2016-08-02 06:45:39 Re: Create language plperlu Error