Ownership/Permissions Problem

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Ownership/Permissions Problem
Date: 2010-12-24 21:23:07
Message-ID: alpine.LNX.2.00.1012241320090.4845@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)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(at)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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-12-24 21:29:55 Re: Ownership/Permissions Problem
Previous Message Bob Pawley 2010-12-24 20:36:32 Restore