| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | prakash(dot)ramakrishnan(dot)ap(at)nielsen(dot)com |
| Cc: | pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: BUG #15393: not able to CREATE EXTENSION plperl; |
| Date: | 2018-09-20 14:07:38 |
| Message-ID: | 3293.1537452458@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
=?utf-8?q?PG_Bug_reporting_form?= <noreply(at)postgresql(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christoph Berg | 2018-09-20 14:52:28 | Re: BUG #15393: not able to CREATE EXTENSION plperl; |
| Previous Message | PG Bug reporting form | 2018-09-20 11:36:09 | BUG #15393: not able to CREATE EXTENSION plperl; |