Re: BDR-Plugin make install on RHEL7.1

From: Frank Nagel <frank(dot)nagel(at)staff(dot)uni-marburg(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: BDR-Plugin make install on RHEL7.1
Date: 2015-10-29 13:41:49
Message-ID: 1446126109.2727.80.camel@staff.uni-marburg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2015-10-29 at 08:33 -0400, Will McCormick wrote:
> Trying to get the bdr-plugin to install make install on RHEL7.1. Having some issues with make of the plugin.
>
> <snip>
>
> # make -j4 -s all make -s install
> make: *** No rule to make target `make'. Stop.
> make: *** Waiting for unfinished jobs....

Your last command should probably look more like this:

# make -j4 -s all && make -s install

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-10-29 13:47:59 Re: How can I change defined schema of linked tables when using Access linked table manager odbc connection
Previous Message Adrian Klaver 2015-10-29 13:27:52 Re: Better way to process boolean query result in shell-like situations?