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 06:05:08
Message-ID: 47989faf-44cf-7710-5447-d3a1c816facf@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-bugs pgsql-performance

On 8/1/2016 10:47 PM, Om Prakash Jaiswal wrote:
> Sir/Madam,
> Plateform: RHEL6.5, Postgresql9.4.0.
>
> create extension plperl;
> Create language plperl;
>
> I have done following settings:
> Perl version 5.10
> vi /etc/ld.so.conf.d/libperl.conf
> /usr/lib/5.10/multi-thread/i386.../CORE/libperl.so
> ldconfig
>
> ERROR: Can not load "/opt/Postgresql/9.4/lib/postgresql/plperl.so"
> undefined symbol Perl_sv_2bool_flags
>
> |ERROR:could notload library
> "/opt/PostgreSQL/9.4/lib/postgresql/plperl.so":/opt/PostgreSQL/9.2/lib/postgresql/plperl.so:undefinedsymbol:Perl_sv_2bool_flags
> How do I solve. Kindly resolve it. |

/opt suggests you're running the EnterpriseDB installation of
Postgresql. I would instead use the RPM distribution from
http://yum.postgresql.org, this integrates just fine with plperl,
plpython, etc on redhat and centos and other similar platforms.

btw, RHEL 6.5 is several years behind in security updates, I believe 6.8
is the current update, you really should update.

ditto, PostgreSQL 9.4.0 is long superseded, current 9.4 version is 9.4.8

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Ranjeet Dhumal 2016-08-02 06:45:39 Re: Create language plperlu Error
Previous Message Om Prakash Jaiswal 2016-08-02 05:47:19 Create language plperlu Error

Browse pgsql-bugs by date

  From Date Subject
Next Message hargudekishor 2016-08-02 06:22:47 BUG #14273: Tuple concurently updated error while creating function using async call from node js with postgresq
Previous Message Pavel Stehule 2016-08-02 05:57:23 Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty()

Browse pgsql-performance by date

  From Date Subject
Next Message Ranjeet Dhumal 2016-08-02 06:45:39 Re: Create language plperlu Error
Previous Message Om Prakash Jaiswal 2016-08-02 05:47:19 Create language plperlu Error