Re: Problems invoking psql. Help please.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problems invoking psql. Help please.
Дата
Msg-id 1347.1037804633@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problems invoking psql. Help please.  (Oliver Elphick <olly@lfix.co.uk>)
Ответы Re: Problems invoking psql. Help please.  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-sql
Oliver Elphick <olly@lfix.co.uk> writes:
> execv() is a system call to run another executable in place of the
> current process.  If the other executable is not present, or does not
> have permissions, you will not be able to run it.  Find out why.

Aside from access problems for the executable itself, it could be that
there's a shared-library access problem.  Perhaps ldconfig needs to be
told where libpq.so is?
        regards, tom lane


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

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: Problems invoking psql. Help please.
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: trying to learn plpqsql... so please forgive..