Re: BUG #5339: Version of Perl detected incorrectly

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #5339: Version of Perl detected incorrectly
Дата
Msg-id 20100222200459.GJ4629@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: BUG #5339: Version of Perl detected incorrectly  (Alex Hunsaker <badalex@gmail.com>)
Список pgsql-bugs
Alex Hunsaker escribió:
> On Mon, Feb 22, 2010 at 10:57, Jonathan <jonathan@leto.net> wrote:

> > checking for perl... /home/leto/bin/perl
> > configure: using perl
> > configure: WARNING:
> > *** The installed version of Perl, /home/leto/bin/perl, is too old to use
> > with PostgreSQL.
> > *** Perl version 5.8 or later is required, but this is .
>
> Yeah find the below which attempts to clean this up a bit.  Instead of
> parsing perl -v output, we just "use" the min required version and
> rely on perl error out for us.   Its also more or less what we do at
> runtime in plc_perl_boot.pl now.

You need to patch configure.in.  configure is a generated file.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Alex Hunsaker
Дата:
Сообщение: Re: BUG #5339: Version of Perl detected incorrectly
Следующее
От: Tim Bunce
Дата:
Сообщение: Re: BUG #5339: Version of Perl detected incorrectly