Re: BUG #15393: not able to CREATE EXTENSION plperl; - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15393: not able to CREATE EXTENSION plperl;
Date
Msg-id 3293.1537452458@sss.pgh.pa.us
Whole thread Raw
In response to BUG #15393: not able to CREATE EXTENSION plperl;  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
> A4=#  CREATE EXTENSION plperl;
> ERROR:  could not load library
> "/opt/app/PostgreSQL/10/lib/postgresql/plperl.so":
> /opt/app/PostgreSQL/10/lib/postgresql/plperl.so: undefined symbol:
> Perl_xs_handshake

I think that your copy of plperl was built against a different version
of Perl than what's present on the box now.  Some googling suggests that
Perl_xs_handshake was added to Perl around version 5.22, so probably
your plperl was built using headers from a later version but the
libperl.so you have is older than that.

            regards, tom lane


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15393: not able to CREATE EXTENSION plperl;
Next
From: Christoph Berg
Date:
Subject: Re: BUG #15393: not able to CREATE EXTENSION plperl;