can't start tsearch2 in 8.2.4

From: judexhuang(at)gmail(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: can't start tsearch2 in 8.2.4
Date: 2007-04-21 03:38:14
Message-ID: 1177126694.136679.288410@b58g2000hsg.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

When I try to initiate tsearch2 in 8.2.4, I got the following error.

$ psql emedia_db < 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: incompatible library "/usr/local/pgsql/lib/tsearch2.so":
missing magic block

..................

Does anyone know if there is a fix available?

Thanks

Responses

Browse pgsql-general by date

  From Date Subject
Next Message RPK 2007-04-21 04:03:16 Re: Schema relationship diagram
Previous Message Jorge Godoy 2007-04-21 00:46:08 Re: Passing arrays to stored procedures