Re: BUG #12241: uninitialized value $lib_path

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #12241: uninitialized value $lib_path
Дата
Msg-id 6968.1418692778@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #12241: uninitialized value $lib_path  (aleks.dark@inbox.ru)
Ответы Re[2]: [BUGS] BUG #12241: uninitialized value $lib_path
Список pgsql-bugs
aleks.dark@inbox.ru writes:
> Similar error to case in 2011, but this time no upgrade available. Any hints
> what is going wrong?

> Use of uninitialized value $lib_path in concatenation (.) or string at
> /usr/bin/psql line 132.
> psql (PostgreSQL) 9.3.5

> $ ldd /usr/lib/postgresql/9.3/bin/psql

Note that the complaint is specifically about /usr/bin/psql, not
/usr/lib/postgresql/9.3/bin/psql.

I would guess that /usr/bin/psql is a Perl script that is supposed to
invoke the real psql but is going off the rails somehow.  You will need
to speak with whoever produced the PG package you're using, because any
such script would've been supplied by the packager, not by the Postgres
community.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #12242: No error - if there is no comma seperator
Следующее
От: David G Johnston
Дата:
Сообщение: Re: BUG #12241: uninitialized value $lib_path