Re: [GENERAL] PG 10 and perl

2017-09-29 Thread Andy Colson
On 09/29/2017 09:32 AM, Tom Lane wrote: Andy Colson writes: I started playing with 10, and cannot get it to use the right version of perl. I'll only use the system version: root@firefly:/usr/local/pg10/lib/postgresql# ldd plperl.so libperl.so => /usr/lib64/perl5/CORE/libperl.so (0x000

Re: [GENERAL] PG 10 and perl

2017-09-29 Thread Andy Colson
On 9/29/2017 9:28 AM, kbran...@pwhome.com wrote: Andy Colson wrote: In PG 9.5 this worked fine, and compiling and running PG used the 5.26 version of perl: root@firefly:/usr/local/pg95/lib/postgresql# ldd plperl.so libperl.so => /opt/perl5/perls/perl-5.26/lib/5.26.1/x86_64-linux-thread-

Re: [GENERAL] PG 10 and perl

2017-09-29 Thread Tom Lane
Andy Colson writes: > I started playing with 10, and cannot get it to use the right version of > perl. I'll only use the system version: > root@firefly:/usr/local/pg10/lib/postgresql# ldd plperl.so > libperl.so => /usr/lib64/perl5/CORE/libperl.so (0x7fc9c67d4000) Hm, I don't think we'

Re: [GENERAL] PG 10 and perl

2017-09-29 Thread
>Andy Colson wrote: >In PG 9.5 this worked fine, and compiling and running PG used the 5.26 version >of perl: >root@firefly:/usr/local/pg95/lib/postgresql# ldd plperl.so > libperl.so => > /opt/perl5/perls/perl-5.26/lib/5.26.1/x86_64-linux-thread-multi/CORE/libperl.so > (0x7f81e8bde000)

[GENERAL] PG 10 and perl

2017-09-28 Thread Andy Colson
I'm not subscribed to the -devel list, so hopefully I can post this here. I'm running slackware 14.2 I have the system perl (5.24) installed, and also perlbrew with perl 5.26 installed. In PG 9.5 this worked fine, and compiling and running PG used the 5.26 version of perl: root@firefly:/usr/l