[GENERAL] 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

[GENERAL] tsearch2 installation question

2005-03-23 Thread Rick Schumeyer
I’m trying to install the version of tsearch2 distributed with pg 8.0.1.  “make” and “make install” runs with no apparent problems, but “make installcheck” fails.  Looking at the diffs, I would guess that the differences are inconsequential.  But I would like to be sure before proceeding.

[GENERAL] tsearch2 installation problem

2004-12-14 Thread Sam
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                        

Re: [GENERAL] tsearch2 installation

2003-11-23 Thread Jiri Chaloupka
OK, thank you. I was create symbolic link gmake to make and it works. Jiri ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html

Re: [GENERAL] tsearch2 installation

2003-11-20 Thread Teodor Sigaev
[EMAIL PROTECTED] wrote: Well, now I tried to compile with tsearch2. I do in src direcotry: ./configure do make then change into contrib/tsearch2 and do make (as I read in manual) and I got: $ make make: Fatal error in reader: ../../src/Makefile.global, line 23: Illegal dependencies for target

[GENERAL] tsearch2 installation

2003-11-20 Thread konf
Well, now I tried to compile with tsearch2. I do in src direcotry: ./configure then change into contrib/tsearch2 and do make (as I read in manual) and I got: $ make make: Fatal error in reader: ../../src/Makefile.global, line 23: Illegal dependencies for target `.SILENT' Where is my mistake? wh