Re: Problems invoking psql. Help please. - Mailing list pgsql-sql

From Tom Lane
Subject Re: Problems invoking psql. Help please.
Date
Msg-id 1347.1037804633@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problems invoking psql. Help please.  (Oliver Elphick <olly@lfix.co.uk>)
Responses Re: Problems invoking psql. Help please.  (Oliver Elphick <olly@lfix.co.uk>)
List 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 by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: Problems invoking psql. Help please.
Next
From: "Josh Berkus"
Date:
Subject: Re: trying to learn plpqsql... so please forgive..