Re: Installing tsearch - Mailing list pgsql-novice

From Tom Lane
Subject Re: Installing tsearch
Date
Msg-id 5595.1015976409@sss.pgh.pa.us
Whole thread Raw
In response to Re: Installing tsearch  (Jon Hassen <jhassen@azstarnet.com>)
List pgsql-novice
Jon Hassen <jhassen@azstarnet.com> writes:
> No, I didn't. Which configure? For postgresql? or for flex? tsearch does
> not have a configure that I can find.

Postgres' top-level configure was what I meant.  All the contrib modules
rely on that.

> I sure wish I had more directions than:
> gmake
> gmake install

Uh, how about

    cd ...top level directory of Postgres source tree...
    ./configure
    cd contrib/tsearch
    gmake
    gmake install

This assumes that tsearch doesn't expect to be built in a tree that has
the main PG software already built; which is a case I've never tried
myself.  If it doesn't seem to work, try a gmake at the top level before
gmake in contrib/tsearch.

            regards, tom lane

pgsql-novice by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Size of the Postgres DB
Next
From: Stephan Szabo
Date:
Subject: Re: Size of the Postgres DB