TSearch2 FreeBSD

From: Matthew Terenzio <matt(at)jobsforge(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: TSearch2 FreeBSD
Date: 2005-03-26 02:18:27
Message-ID: c44fa63a4f461dd6c53984051700162c@jobsforge.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Anyone with any TSearch2 experience on FreeBSD? Any known Gotchas?
Postgres 7.3

Postgres is working fine and the Port for contrib seemed to install
okay. tsearch2.so is indeed in the below directory and permissions look
right.

$ psql database < tsearch2.sql
SET
BEGIN
NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index
'pg_ts_dict_pkey' for table 'pg_ts_dict'
CREATE TABLE
ERROR: Load of file /usr/local/lib/postgresql/tsearch2.so failed:
dlopen '/usr/local/lib/postgresql/tsearch2.so' failed.
(/usr/local/lib/postgresql/tsearch2.so: Undefined symbol
"errcode_for_file_access")
ERROR: current transaction is aborted, queries ignored until end of
transaction block
ERROR: current transaction is aborted, queries ignored until end of
transaction block

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-03-26 02:28:42 Re: TSearch2 FreeBSD
Previous Message Terry Lee Tucker 2005-03-26 00:26:09 Re: pg_index question