Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-24 Thread Adrian Klaver
On 10/24/2016 01:49 PM, John R Pierce wrote: On 10/24/2016 1:19 PM, Andre Mikulec wrote: May strait answer is true. 1. I need to change the width of all of my tables because I have very wide data. There is a compile-time parameter for that. 2. I need to debug, compile and install a

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-24 Thread Adrian Klaver
On 10/24/2016 01:19 PM, Andre Mikulec wrote: May strait answer is true. 1. I need to change the width of all of my tables because I have very wide data. There is a compile-time parameter for that. Beyond my knowledge, but I understand the custom compile now. 2. I need to debug, compile

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-24 Thread John R Pierce
On 10/24/2016 1:19 PM, Andre Mikulec wrote: May strait answer is true. 1. I need to change the width of all of my tables because I have very wide data. There is a compile-time parameter for that. 2. I need to debug, compile and install a modified version of the PostgreSQL extension pl/r.

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-24 Thread Andre Mikulec
May strait answer is true. 1. I need to change the width of all of my tables because I have very wide data. There is a compile-time parameter for that. 2. I need to debug, compile and install a modified version of the PostgreSQL extension pl/r. Andre Mikulec andre_miku...@hotmail.com

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-24 Thread Adrian Klaver
On 10/24/2016 11:01 AM, Andre Mikulec wrote: Never mind. I figured it out. Soon I will write up a summary. What I am not understanding is why you are building from source and not using the pre-built packages that: BigSQL: https://www.bigsql.org/postgresql/installers.jsp or EDB:

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-24 Thread Andre Mikulec
Never mind. I figured it out. Soon I will write up a summary. Andre Mikulec andre_miku...@hotmail.com From: Andre Mikulec Sent: Sunday, October 23, 2016 7:05 PM To: pgsql-general@postgresql.org Cc: Tom Lane Subject: Re: [GENERAL]

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-24 Thread Andre Mikulec
Never mind. I figured it out. Soon, I will write up a summary. Andre Mikulec andre_miku...@hotmail.com From: Adrian Klaver Sent: Sunday, October 23, 2016 7:18 PM To: Andre Mikulec; pgsql-general@postgresql.org Cc: Tom Lane Subject:

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-23 Thread Adrian Klaver
On 10/23/2016 04:05 PM, Andre Mikulec wrote: I corrected 'PERL=' to include the executable. I tried again. Where did you get the Postgres source you are trying to build? -- Adrian Klaver adrian.kla...@aklaver.com -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-23 Thread Andre Mikulec
I corrected 'PERL=' to include the executable. I tried again. ./configure PERL=/c/EnterpriseDB/LanguagePack/9.5/x64/Perl-5.20/bin/perl5.20.3.exe --with-perl --with-includes=/c/EnterpriseDB/LanguagePack/9.5/x64/Perl-5.20/lib/CORE:/c/Users/AnonymousUser/Documents/zlib-1.2.8-win32-x86_64/include

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-20 Thread John R Pierce
On 10/20/2016 10:37 PM, Andre Mikulec wrote: I m getting this. TargetUser@TARGETMACH ~ $ perl -v This is perl, v5.8.8 built for msys-64int 5.8.8 is not right. See later emails. try /c/EnterpriseDB/LanguagePack/9.5/x64/Perl-5.20/bin/perl -v as the perl in your default system path is

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-20 Thread Andre Mikulec
Tom, I m getting this. TargetUser@TARGETMACH ~ $ perl -v This is perl, v5.8.8 built for msys-64int 5.8.8 is not right. See later emails. Andre Mikulec andre_miku...@hotmail.com From: Tom Lane Sent: Thursday, October 20, 2016 9:54 AM To:

Re: [GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-20 Thread Tom Lane
Andre Mikulec writes: > I am getting the error message. > *** The installed version of Perl, > /c/EnterpriseDB/LanguagePack/9.5/x64/Perl-5.20/bin, is too old to use with > PostgreSQL. > *** Perl version 5.8 or later is required, but this is . > configure: WARNING: >

[GENERAL] configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .

2016-10-20 Thread Andre Mikulec
Hi, I am trying to configure PostgreSQL with the plperl language available. Here is my ./configure line TargetUser@TARGETMACH /c/postgres-master_0ab9c56_debug $ ./configure PERL=/c/EnterpriseDB/LanguagePack/9.5/x64/Perl-5.20/bin --with-perl --with-includes=/c/EnterpriseDB/Langu