Re: installing contrib/tsearch with a FreeBSD Port

From: "Ian Harding" <ianh(at)tpchd(dot)org>
To: <culley(at)ml1(dot)net>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: installing contrib/tsearch with a FreeBSD Port
Date: 2003-06-02 15:47:15
Message-ID: sedb0f8a.040@mail.tpchd.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I use NetBSD Packages and did the same thing before cleaning the source tree. You should be able to do the equivalent of "make extract" to get the source back then go into the work directory and compile/install from there. In NetBSD this will not clobber anything or require deinstalling.

The only bit that didn't work that great was the tests. They don't like being run as root, but you can't create the directories unless you are root. Changing the permissions on the source tree can fix that.

Ian Harding
Programmer/Analyst II
Tacoma-Pierce County Health Department
iharding(at)tpchd(dot)org
Phone: (253) 798-3549
Pager: (253) 754-0002

>>> "culley harrelson" <culley(at)ml1(dot)net> 06/02/03 07:50AM >>>
I have postgresql7.3.2 installed via the FreeBSD ports system and I would
like to mess around with contrib/tsearch. I have used portupgrade to
clean all the distributions so I do not have the source. Are the contrib
files in the sources left by the freebsd port?!? Could I just re-install
the port and go into the sources? I don't want to mess with the system
if this isn't going to work :)

culley

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nagib Abi Fadel 2003-06-02 16:07:11 Re: Accessing 2 different databases in the same query ?
Previous Message Bruno Wolff III 2003-06-02 15:41:41 Re: dead tuples and VACUUM