Re: Couldn't create plperl language

From: Om Prakash Jaiswal <op12om(at)yahoo(dot)co(dot)in>
To: "alvherre(at)alvh(dot)no-ip(dot)org" <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: "santiagocfc(at)gmail(dot)com" <santiagocfc(at)gmail(dot)com>, Devrim Gündüz <devrim(at)gunduz(dot)org>, Pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Couldn't create plperl language
Date: 2017-12-21 17:06:53
Message-ID: 620240464.2764068.1513876013697@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I resolve d the issue by installing same version postgresql rpm and postgresql-plperl. Now it is working.Thanks to all.Om PrakashBangalore

Sent from Yahoo Mail on Android

On Thu, Dec 21, 2017 at 21:08, Alvaro Herrera<alvherre(at)alvh(dot)no-ip(dot)org> wrote: Om Prakash Jaiswal wrote:
> I installed RHEL7.3 64 bit is enterprise version.Downloaded postgresql9.6.3 64 bit for Linux.Installed in /opt directory.
> RPM -ivh postgresql9.6-plperl96.rpm.Find libperl.so. it was at /usr/lib64/perl5/CORE directory.vi /etc/ld.so.conf.d/libperl.conf < /usr/lib64/perl5/CORE ldconfig
> vi /etc/ld.so.conf.d/libpostgres.conf</opt/postgres/9.6/lib
> reboot machine.Now create extension plperlu.Error /opt/postgres/9.6/lib/postgresql/plperl.so undefined symbol: Perl_save_strlen.

Most likely this indicates that the plperl.so is compiled against a
different version of Perl than the one that provides libperl.so.

I don't understand what you installed (or rather, you did not say), but
I suspect you have a weird (unsupported) combination of packages.

--
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Attachment Content-Type Size
Untitled text/plain 915 bytes

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Damir Colak 2017-12-21 17:16:28 Process watcher not showing on Mac pgAdmin version 2.0
Previous Message Alvaro Herrera 2017-12-21 15:37:53 Re: Couldn't create plperl language