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

From: Márcio Antônio Sepp <marcio(at)zyontecnologia(dot)com(dot)br>
To: "'Olivier Gautherot'" <olivier(at)gautherot(dot)net>
Cc: "'Adrian Klaver'" <adrian(dot)klaver(at)aklaver(dot)com>, <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: RES: How can i install contrib modules in pg11 via source
Date: 2018-07-24 19:53:26
Message-ID: 018401d42387$fcc78bc0$f656a340$@com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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...

Thank you so much. Now it’s ok.

Commands: gmake; gmake install; create extension hstore;

Thanks so much.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andres Freund 2018-07-24 20:02:13 Re: Dealing with latency to replication slave; what to do?
Previous Message Olivier Gautherot 2018-07-24 19:47:09 Re: How can i install contrib modules in pg11 via source