Ownership/Permissions Problem - Mailing list pgsql-general

From Rich Shepard
Subject Ownership/Permissions Problem
Date
Msg-id alpine.LNX.2.00.1012241320090.4845@salmo.appl-ecosys.com
Whole thread Raw
Responses Re: Ownership/Permissions Problem  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
   I cannot run my accounting software and have, I believe, isolated the
problem by running 'psql' at the command line.

   When I run psql logged in as myself I get this error:

[rshepard@salmo ~]$ psql aesi
psql: error while loading shared libraries: libpq.so.5: cannot open shared
object file: Permission denied

   Yet, when I su to user postgres and run the command it loads the shell:

postgres@salmo:/home/rshepard$ psql aesi
psql (9.0.1)
Type "help" for help.

aesi=#

   What directory or file has the incorrect ownership and/or permissions, and
what should they be?

Rich

pgsql-general by date:

Previous
From: "Bob Pawley"
Date:
Subject: Restore
Next
From: John R Pierce
Date:
Subject: Re: Ownership/Permissions Problem