Re: How can i install contrib modules in pg11 via source

From: Olivier Gautherot <olivier(at)gautherot(dot)net>
To: Márcio Antônio Sepp <marcio(at)zyontecnologia(dot)com(dot)br>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: How can i install contrib modules in pg11 via source
Date: 2018-07-24 19:47:09
Message-ID: CAJ7S9TUvwYqkDxMBeeT3c2iDKgVWB73Z8Vj+SW1aYMifXuTFMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jul 24, 2018 at 3:41 PM, Márcio Antônio Sepp <
marcio(at)zyontecnologia(dot)com(dot)br> wrote:

> >
> > If so I can tell you how I do it in Linux and you can make the
> > appropriate translations to BSD.
> >
> > 1) cd to contrib/hstore/
> >
> > 2) make
> >
> > 3) sudo make install
> >
> > 4) In psql CREATE EXTENSION hstore;
>
> Well, I allways install via pkg and I didn't find the contrib folder (:
>
> Now, the follow error message occur:
>
> root(at)pg11:/pg11/postgresql-11beta2/contrib/hstore # make
> make: "/pg11/postgresql-11beta2/contrib/hstore/Makefile" line 16: Need an
> operator
> make: "/pg11/postgresql-11beta2/contrib/hstore/Makefile" line 19: Could
> not
> find
> make: "/pg11/postgresql-11beta2/contrib/hstore/Makefile" line 20: Need an
> operator
>
>
Márcio, remember that it is FreeBSD, not Linux.
Use gmake (GNU make) instead of make (BSD make). They are not compatible...

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Márcio Antônio Sepp 2018-07-24 19:53:26 RES: How can i install contrib modules in pg11 via source
Previous Message Joshua D. Drake 2018-07-24 19:44:23 Re: How can i install contrib modules in pg11 via source