Re: Extending PostgreSQL Using C

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Boulat Khakimov <boulat(at)inet-interactif(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org, pgsql-docs(at)postgresql(dot)org
Subject: Re: Extending PostgreSQL Using C
Date: 2001-03-07 16:48:49
Message-ID: 3AA66671.7050306@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-sql


Boulat Khakimov wrote:

> Hi,
>
> Im writing a C function for PG to do one way encryption using crypt.
> Here is the source code
>
> it gives me this error
>
> ERROR: Can't find function encrypt in file /[full path here]/encrypt.so
>
>
> Why do I get this error????
> Any ideas?

Can _postgres_ user read /[full path here]/encrypt.so ?

---------------
Hannu

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2001-03-07 16:55:35 Re: Extending PostgreSQL Using C
Previous Message Jun Kuwamura 2001-03-07 03:53:32 Re: Re: docbook2man-spec.pl patch?

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2001-03-07 16:55:35 Re: Extending PostgreSQL Using C
Previous Message Tom Lane 2001-03-07 16:43:55 Re: AW: Problems with RULE