Re: Dynamic loading of C functions: Badly stuck - Mailing list pgsql-general

From Joe Conway
Subject Re: Dynamic loading of C functions: Badly stuck
Date
Msg-id 449986F7.7090602@joeconway.com
Whole thread Raw
In response to Re: Dynamic loading of C functions: Badly stuck  ("Jasbinder Bali" <jsbali@gmail.com>)
Responses Re: Dynamic loading of C functions: Badly stuck
Re: Dynamic loading of C functions: Badly stuck
List 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 by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: multiple statement 'instead of' rule
Next
From: "Jasbinder Bali"
Date:
Subject: Re: Dynamic loading of C functions: Badly stuck