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
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-
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'
>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)
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