Re: 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
Дата
Msg-id 20160427223050.paymffay46zvzjvf@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: BUG #14117: psql and pg_dump commands should use ENV perl  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #14117: psql and pg_dump commands should use ENV perl  (Joe Steffee <jsteffee@bepress.com>)
Список pgsql-bugs
On 2016-04-27 18:27:07 -0400, Tom Lane wrote:
> 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.

I guess the OP is using the debian/ubuntu packages which have a wrapper
around most postgres binariers which tries to use the correct version of
the binary.

Joe, you might have more success opening a bug-report against either Debian's
or Ubuntu's packages.

Andres

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #14117: psql and pg_dump commands should use ENV perl
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #14041: transaction_read_only documentation