Re: tsearch2 question - Mailing list pgsql-sql

From Tom Lane
Subject Re: tsearch2 question
Date
Msg-id 15816.1064588853@sss.pgh.pa.us
Whole thread Raw
In response to Re: tsearch2 question  (Wei Weng <wweng@kencast.com>)
Responses Re: tsearch2 question  (Wei Weng <wweng@kencast.com>)
List pgsql-sql
Wei Weng <wweng@kencast.com> writes:
> But then when I do a psql < tsearch2.sql, it complains:
> bash-2.05a$ psql testdb < tsearch2.sql 
> ERROR:  stat failed on file '$libdir/tsearch2': No such file or directory
> Where did I do wrong??

Did you do "make install" after building tsearch2?

If you did, maybe it installed tsearch2.so in the wrong place?
("pg_config --pkglibdir" will tell you what the backend thinks
"$libdir" means.)
        regards, tom lane


pgsql-sql by date:

Previous
From: Wei Weng
Date:
Subject: Re: tsearch2 question
Next
From: Wei Weng
Date:
Subject: Re: tsearch2 question