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
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.
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
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
[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
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