PostgreSQL contrib install from ports
Nagy László Zsolt
nagylzs at freemail.hu
Fri Jul 9 01:21:31 PDT 2004
Hi All!
FreeBSD 5.2.1, PostgreSQL 7.4.1.
I would like to use full text search.. This is in the contrib/tsearch2
module. Unfortunately, I could not install it.
Try 1:
/usr/ports/databases/postgresql7/work/postgresql-7.4.1
messias# make contrib
`contrib' is up to date.
messias#
Try 2:
messias# cd contrib/tsearch2
messias# make
"../../src/Makefile.global", line 38: Missing dependency operator
"../../src/Makefile.global", line 41: Need an operator
"../../src/Makefile.global", line 45: Need an operator
"../../src/Makefile.global", line 178: Missing dependency operator
<many similar lines>
"/usr/ports/databases/postgresql7/work/postgresql-7.4.1/src/nls-global.mk",
line 25: Could not find
/usr/ports/databases/postgresql7/work/postgresql-7.4.1/contrib/tsearch2/nls.mk
"/usr/ports/databases/postgresql7/work/postgresql-7.4.1/src/nls-global.mk",
line 29: Need an operator
"/usr/ports/databases/postgresql7/work/postgresql-7.4.1/src/nls-global.mk",
line 31: Need an operator
"/usr/ports/databases/postgresql7/work/postgresql-7.4.1/src/nls-global.mk",
line 33: Need an operator
"/usr/ports/databases/postgresql7/work/postgresql-7.4.1/src/nls-global.mk",
line 38: Need an operator
"/usr/ports/databases/postgresql7/work/postgresql-7.4.1/src/nls-global.mk",
line 40: Need an operator
Error expanding embedded variable.
messias#
So the normal 'make' will not compile and install the contrib modules. I
can understand. But I cannot compile
and install them anyway.
Sorry, I know this must be a dumb question.
Best,
Laci
More information about the ctm-users
mailing list