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

From: Andre Mikulec <andre_mikulec(at)hotmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .
Date: 2016-10-20 13:47:08
Message-ID: CY1PR03MB21876804D624746CD4F001249CD50@CY1PR03MB2187.namprd03.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

I am trying to configure PostgreSQL with the plperl language available.

Here is my ./configure line

TargetUser(at)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
agePack/9.5/x64/Perl-5.20/lib/CORE:/c/Users/TargetUser/Documents/zlib-1.2.8-win32-x86_64/include --with-libraries=/c
/EnterpriseDB/LanguagePack/9.5/x64/Perl-5.20/bin:/c/EnterpriseDB/LanguagePack/9.5/x64/Perl-5.20/lib/CORE:/c/Users/Anony
mousUser/Documents/zlib-1.2.8-win32-x86_64/bin:/c/Users/TargetUser/Documents/zlib-1.2.8-win32-x86_64/lib --host=x86_
64-w64-mingw32 --prefix=/usr/local/pgsql_0ab9c56_debug --disable-rpath --enable-depend --enable-cassert --enable-debug
--with-extra-version=_CFLAGS_O_0ab9c56 CFLAGS="-O -fno-omit-frame-pointer" 2>&1 | tee configure_OPTIONS.txt

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:
*** Without Perl you will not be able to build PostgreSQL from Git.
*** You can obtain Perl from any CPAN mirror site.
*** (If you are using the official distribution of PostgreSQL then you do not
*** need to worry about this, because the Perl output is pre-generated.)
configure: error: Perl not found

Why does it say, "Perl version 5.8 or later is required, but this is ."?

I do not know what to do next.

Please help.

Thank you,
Andre Mikulec
Andre_Mikulec(at)Hotmail(dot)com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andre Mikulec 2016-10-20 13:49:09 make PostgreSQL with TCLSH: No rule to make target
Previous Message Andre Mikulec 2016-10-20 13:44:59 configure PostgreSQL with the python: distutils module not found