Ownership/Permissions Problem

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Ownership/Permissions Problem
Дата
Msg-id alpine.LNX.2.00.1012241320090.4845@salmo.appl-ecosys.com
обсуждение исходный текст
Ответы Re: Ownership/Permissions Problem  (John R Pierce <pierce@hogranch.com>)
Список 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 по дате отправления:

Предыдущее
От: "Bob Pawley"
Дата:
Сообщение: Restore
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Ownership/Permissions Problem