Re: Problem when installing PL/Proxy with Windows OS - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: Problem when installing PL/Proxy with Windows OS
Date
Msg-id CAB7nPqTE3Fi8a3PDjOK+yMV6yj66xnN1PKBbiKRDUFCz7y3qyA@mail.gmail.com
Whole thread Raw
In response to Re: Problem when installing PL/Proxy with Windows OS  (IPN Bala GSS TVL <ipnb87@gmail.com>)
Responses Re: Problem when installing PL/Proxy with Windows OS  (IPN Bala GSS TVL <ipnb87@gmail.com>)
List pgsql-bugs
On Fri, Mar 20, 2015 at 4:13 PM, IPN Bala GSS TVL <ipnb87@gmail.com> wrote:
> Hi Posstgres team,
>
> I have followed the below steps to install PL/Proxy for my windows server.
> But I failed with step 3, below is the error details.
>
> wget http://pgfoundry.org/frs/download.php/3274/plproxy-2.4.tar.gz
> tar -xvf plproxy-2.4.tar.gz
> make PG_CONFIG=/opt/PostgresPlus/9.1AS/bin/pg_config
> make intall PG_CONFIG=/opt/PostgresPlus/9.1AS/bin/pg_config
>
> I struct in step 03. I got below error.
>
> biyappan@gsstvl10 ~
> $ make PG_CONFIG=C:/Program Files/PostgreSQL/9.3/bin/pg_config
> make: *** No rule to make target 'Files/PostgreSQL/9.3/bin/pg_config'.
> Stop.

Try to put PG_CONFIG within quotes:
PG_CONFIG="C:/Program Files/PostgreSQL/9.3/bin/pg_config"
--
Michael

pgsql-bugs by date:

Previous
From: IPN Bala GSS TVL
Date:
Subject: Re: Problem when installing PL/Proxy with Windows OS
Next
From: IPN Bala GSS TVL
Date:
Subject: Re: Problem when installing PL/Proxy with Windows OS