Re: Installing tsearch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Installing tsearch
Дата
Msg-id 5595.1015976409@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Installing tsearch  (Jon Hassen <jhassen@azstarnet.com>)
Список 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 по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: Size of the Postgres DB
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Size of the Postgres DB