Re: Dynamic loading of C functions: Badly stuck

From: Joe Conway <mail(at)joeconway(dot)com>
To: Jasbinder Bali <jsbali(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Dynamic loading of C functions: Badly stuck
Date: 2006-06-21 17:50:47
Message-ID: 449986F7.7090602@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Clarence 2006-06-21 17:52:35 VACUUM hanging on idle system
Previous Message Merlin Moncure 2006-06-21 17:41:21 Re: multiple statement 'instead of' rule