Re: Problems invoking psql. Help please.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: Hugh Esco <hesco(at)greens(dot)org>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Problems invoking psql. Help please.
Date: 2002-11-20 15:03:53
Message-ID: 1347.1037804633@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Oliver Elphick <olly(at)lfix(dot)co(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Juan Fernandez 2002-11-20 15:40:50 Re: Date trunc in UTC
Previous Message Oliver Elphick 2002-11-20 14:46:51 Re: Problems invoking psql. Help please.