tsearch2 installation problem

Поиск
Список
Период
Сортировка
От Sam
Тема tsearch2 installation problem
Дата
Msg-id 000a01c4e239$5ae6b9a0$462cf880@CHP709X0120
обсуждение исходный текст
Список pgsql-novice
Hi, I have posgres7.4 installed on RedHat9. I downloaded and unzipped the tsearch2 module into posgressrcdir/contrib/tsearch2. gmake produced a  tsearch2.sql that had references to '$libdir' in them. If I try to use that (after successful gmake install) in a line like
                                psql ftstest < tsearch2.sql',
 
I get the error : stat failed.
I tried to fix this : I edited the tsearch2 Makefile and changed the line that had $$libdir to ${libdir}. Now when I do a gmake, I get a tsearch2.sql with references to the path where the tsearch library is (/usr/local/pgsql/lib/tsearch). But when I try the
                psql ftstest < tsearch2.sql
again, I get errors like 'errorsec not found in tsearch2.so' or something like that.
 
Please help me out!
 
- Sam

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

Предыдущее
От: "Tjibbe Rijpma"
Дата:
Сообщение: How to creata a recursive function for tree with loops in it
Следующее
От: Lola Lee
Дата:
Сообщение: Can't Access Pgsql 7.4.3 in phpPgAdmin on Mac OS X