Error loading dynamic library

From: Nick <nick(at)othermedia(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Error loading dynamic library
Date: 2003-05-29 14:03:23
Message-ID: 4FC6FB52-91DE-11D7-814B-000393860DE2@othermedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I've experienced a problem installing the OpenFTS searching package
into PostgreSQL which currently has me baffled and I'd be grateful for
any assistance. I'm working under Mac OS X 10.2.6 and have the
following installed:

PostgreSQL 7.3.3
PERL 5.006
DBI 1.37
DBD-Pg 1.01
tsearch 2
OpenFTS 0.34

Everything worked fine up until attempting to create the custom OpenFTS
functions. For example the following query:

CREATE FUNCTION relor (float4, float4, int4, int4, int4, _text)
RETURNS float4
AS '/usr/local/pgsql/lib/openfts'
LANGUAGE 'C';

results in an error message: "ERROR: Load of file
/usr/local/pgsql/lib/openfts.so failed: no error message available"

Not very informative! The file is in the appropriate place and appears
to have the correct permissions and other dynamic libraries in the same
folder (eg tsearch.so) load without problem.

Anyone got any idea what's going on here? Could it be some type of
version incompatibility?

Thanks

Nick Oates
Technical Director
the OTHER media Ltd
London

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2003-05-29 14:21:52 Re: change log 7.3.3
Previous Message Jan Wieck 2003-05-29 13:55:48 Re: plpgsql error?