> could not access file$libdir/tsearch2: no such file or directory
I'm guessing that you did not first run configure in the root directory of the
postgresql source
tree (not contrib/tsearch2). Tsearch2 doesn't know where to install its files.
This might help:
http://www.sai.msu.su/~megera/post
Oleg Bartunov wrote:
Marcel,
it's very difficult from you message where do you lost.
pgsql version, OS version, cut'n paste of commands you run and
output would be fine.
To install tsearch2 most people need (as postgresql superuser):
1. install postgresql and headers
2. cd contrib/tsearch2
3. make;
Marcel,
it's very difficult from you message where do you lost.
pgsql version, OS version, cut'n paste of commands you run and
output would be fine.
To install tsearch2 most people need (as postgresql superuser):
1. install postgresql and headers
2. cd contrib/tsearch2
3. make; make install; mak