Re: Dynamic loading of C functions: Badly stuck

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Dynamic loading of C functions: Badly stuck
Дата
Msg-id 449986F7.7090602@joeconway.com
обсуждение исходный текст
Ответ на Re: Dynamic loading of C functions: Badly stuck  ("Jasbinder Bali" <jsbali@gmail.com>)
Ответы Re: Dynamic loading of C functions: Badly stuck
Re: Dynamic loading of C functions: Badly stuck
Список pgsql-general
Jasbinder Bali wrote:
> Now the error is different. It cries something on the permissions.
>
> ERROR:  could not load library "/usr/include/pgsql/server/test.so":
> /usr/include/pgsql/server/test.so: failed to map segment from shared
> object: Permission denied
>
> Can you comment on this?

What does
   ls -l /usr/include/pgsql/server/test.so
show?

Does the postgres user (or whomever postgres is running as) have the
ability to read the file?

Joe

В списке pgsql-general по дате отправления:

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: multiple statement 'instead of' rule
Следующее
От: "Jasbinder Bali"
Дата:
Сообщение: Re: Dynamic loading of C functions: Badly stuck