Re: Problems invoking psql. Help please.

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: Problems invoking psql. Help please.
Дата
Msg-id 1037803514.24840.20.camel@linda
обсуждение исходный текст
Ответ на Re: Problems invoking psql. Help please.  (Hugh Esco <hesco@greens.org>)
Ответы Re: Problems invoking psql. Help please.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Wed, 2002-11-20 at 13:52, Hugh Esco wrote:
> However, when I again attempt to invoke the psql client, I get this:

> >biko:/usr/bin$ ./psql -U postgres template1
> >Could not execv /usr/lib/postgresql/bin/psql

Pay attention to the exact message and do not flounder around
aimlessly.  There is no reason to be messing about with pg_hba.conf. 
You have some kind of system problem here.

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.

-- 
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                            
http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
========================================   "If my people, which are called by my name, shall      humble themselves,
andpray, and seek my face, and      turn from their wicked ways; then will I hear from      heaven, and will forgive
theirsin, and will heal      their land."               II Chronicles 7:14 
 



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

Предыдущее
От: Hugh Esco
Дата:
Сообщение: Re: Problems invoking psql. Help please.
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: Problems invoking psql. Help please.