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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .
Дата
Msg-id 31084.1476971665@sss.pgh.pa.us
обсуждение исходный текст
Ответ на configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .  (Andre Mikulec <andre_mikulec@hotmail.com>)
Ответы Re: configure PostgreSQL with PERL: Perl version 5.8 or later is required, but this is .  (Andre Mikulec <andre_mikulec@hotmail.com>)
Список pgsql-general
Andre Mikulec <andre_mikulec@hotmail.com> 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:
> *** 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 ."?

It's trying to extract the Perl version number from the output of
"perl -v", and evidently failing to find one.  What does "perl -v"
print with that version of Perl?

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: Timofei Dynikov
Дата:
Сообщение: How to build custom rpm package for postgres 9.4.4
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: configure PostgreSQL with the python: distutils module not found