Re: [ADMIN] tsearch2 installation problem

2006-04-17 Thread Danish
"Shoaib Mir" wrote: > I just tried it going to contrib/tsearch2 folder and then did the following: > > make > make install > > It created a tsearch2.so file in the lib directory of pgsql which is used > while registering the tsearch2 functions. Make sure you have that .so file > created under the

Re: [ADMIN] tsearch2 installation problem

2006-04-17 Thread Shoaib Mir
I just tried it going to contrib/tsearch2 folder and then did the following:makemake installIt created a tsearch2.so file in the lib directory of pgsql which is used while registering the tsearch2 functions. Make sure you have that .so file created under the lib folder of pgsql. Hope this helps.../

[ADMIN] tsearch2 installation problem

2006-04-17 Thread Danish
Hi Everyone, I have installed postgresql 8.1.3.tar.gz. After compiling and installing the postgresql is running fine but Im not able to install tsearch2. I went under the postgresql source directory /usr/local/postgresql8.1.3/contrib and then did a #gmake all #gmake install After issuing these com