tsearch2 problem

From: "Corin Schedler" <corin(dot)gs(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: tsearch2 problem
Date: 2008-04-21 23:06:16
Message-ID: e94967c00804211606q3f1a9f06r6d87391e4416c78b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,

I'm having some trouble installing tsearch2 in to my database. I'm running
8.1.11 on CentOS 5.

I'm getting the following output after trying 'psql 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: could not load library "/usr/lib/pgsql/tsearch2.so":
/usr/lib/pgsql/tsearch2.so: undefined symbol: qsort_arg
ERROR: current transaction is aborted, commands ignored until end of
transaction block

It repeats that last error for the duration of the file then rolls back.

Any ideas? Normally I would just update to 8.3.x, but that's unfortunately
not an option on this box.

Thanks,
corin

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kerri Reno 2008-04-21 23:12:25 Re: FW: Re: create temp in function
Previous Message Adrian Klaver 2008-04-21 23:04:12 FW: Re: create temp in function