Re: BUG #14117: psql and pg_dump commands should use ENV perl

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14117: psql and pg_dump commands should use ENV perl
Дата
Msg-id 4514.1461796027@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #14117: psql and pg_dump commands should use ENV perl  (jsteffee@bepress.com)
Ответы Re: BUG #14117: psql and pg_dump commands should use ENV perl  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
jsteffee@bepress.com writes:
> We have multiple systems which use non-system perl for various tasks,
> including perl scripts which test some pg_dump commands. These break because
> psql and pg_dump are hard-coded with #!/usr/bin/perl instead of
> #!/usr/bin/env perl. The PERL5LIB is set up with libraries based on the perl
> called with ENV, where /usr/bin/perl has libraries compiled differently.

Uh, what?  Neither of those programs use perl at all.

We do have hard-wired uses of /usr/bin/perl in some scripts that might get
used at build time, but those shouldn't really be an issue, especially not
if you're using prebuilt packages, or even just building from a tarball.

            regards, tom lane

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

Предыдущее
От: jsteffee@bepress.com
Дата:
Сообщение: BUG #14117: psql and pg_dump commands should use ENV perl
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #14117: psql and pg_dump commands should use ENV perl