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

Поиск
Список
Период
Сортировка
От Márcio Antônio Sepp
Тема RES: How can i install contrib modules in pg11 via source
Дата
Msg-id 018401d42387$fcc78bc0$f656a340$@com.br
обсуждение исходный текст
Ответ на Re: How can i install contrib modules in pg11 via source  (Olivier Gautherot <olivier@gautherot.net>)
Список pgsql-general


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

В списке pgsql-general по дате отправления:

Предыдущее
От: Olivier Gautherot
Дата:
Сообщение: Re: How can i install contrib modules in pg11 via source
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Dealing with latency to replication slave; what to do?