TSearch2 FreeBSD

Поиск
Список
Период
Сортировка
От Matthew Terenzio
Тема TSearch2 FreeBSD
Дата
Msg-id c44fa63a4f461dd6c53984051700162c@jobsforge.com
обсуждение исходный текст
Ответы Re: TSearch2 FreeBSD  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: TSearch2 FreeBSD  (Michael Fuhr <mike@fuhr.org>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: Terry Lee Tucker
Дата:
Сообщение: Re: pg_index question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: TSearch2 FreeBSD