From: | IPN Bala GSS TVL <ipnb87(at)gmail(dot)com> |
---|---|
To: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
Cc: | "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: Problem when installing PL/Proxy with Windows OS |
Date: | 2015-03-20 08:50:11 |
Message-ID: | CAFWGd=1+mfD7DEdJxg8bC3hce-8Q4mh-k3mBM=bsO=2WJyOerA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi Michael,
Here I have attached screen shot for more detail.
[image: Inline images 2]
*--*
***Regards,*
*Iyappan,*
*Global Software Solutions (TVL) Pvt. Ltd.,*
*+91 97152 30226*
On 20 March 2015 at 12:56, IPN Bala GSS TVL <ipnb87(at)gmail(dot)com> wrote:
> I tried with quotes. It didn't work. I am using cygwin (
> https://www.cygwin.com/) to run Unix command in my Windows OS. I don't
> know about Unix. Is there any manual setup instead running below commands?
> 03.make PG_CONFIG=/opt/PostgresPlus/9.1AS/bin/pg_config
> 04.make intall PG_CONFIG=/opt/PostgresPlus/9.1AS/bin/pg_config
>
>
> *--*
> ***Regards,*
> *Iyappan,*
> *Global Software Solutions (TVL) Pvt. Ltd.,*
> *+91 97152 30226 <%2B91%2097152%2030226>*
>
> On 20 March 2015 at 12:50, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
> wrote:
>
>> On Fri, Mar 20, 2015 at 4:13 PM, IPN Bala GSS TVL <ipnb87(at)gmail(dot)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(at)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
>>
>
>
Attachment | Content-Type | Size |
---|---|---|
image.png | image/png | 150.9 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2015-03-20 09:11:59 | Re: Problem when installing PL/Proxy with Windows OS |
Previous Message | Marco Atzeri | 2015-03-20 07:53:29 | Re: Problem when installing PL/Proxy with Windows OS |