Re: Extending PostgreSQL Using C

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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-05 23:23:45
Message-ID: 21438.983834625@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs pgsql-sql

Boulat Khakimov <boulat(at)inet-interactif(dot)com> writes:
> ERROR: Can't find function encrypt in file /[full path here]/encrypt.so
> Why do I get this error????

Offhand I see nothing wrong with your procedure. Try running 'nm' on
the .so file to see what symbols it says the .so defines.

What platform is this on, anyway?

regards, tom lane

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Boulat Khakimov 2001-03-05 23:57:52 Re: Extending PostgreSQL Using C
Previous Message Boulat Khakimov 2001-03-05 22:00:31 Extending PostgreSQL Using C

Browse pgsql-sql by date

  From Date Subject
Next Message Grant 2001-03-05 23:48:00 Vacuum.
Previous Message Mathijs Brands 2001-03-05 23:08:50 Re: Optimizing Query