Re: Problem when installing PL/Proxy with Windows OS

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 07:13:58
Message-ID: CAFWGd=24Nf2jr_1d5X-Q5_fG16OrsMSW_b0mVCV=7B-de50skw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

​​

1. wget http://pgfoundry.org/frs/download.php/3274/plproxy-2.4.tar.gz
2. tar -xvf plproxy-2.4.tar.gz
3. make PG_CONFIG=/opt/PostgresPlus/9.1AS/bin/pg_config
4. 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.

Anyone help me with this error.

And also i got error when try to compile sql scripts from that
plproxy-2.4.tar.gz file

*​--*
*​**Regards,*
*Iyappan,*
*Global Software Solutions (TVL) Pvt. Ltd.,*
*+91 97152 30226*

On 19 March 2015 at 19:27, IPN Bala GSS TVL <ipnb87(at)gmail(dot)com> wrote:

> Thanks Michael Paquier!
>
> I will try that.
>
> *​--*
> *​**Regards,*
> *Iyappan,*
> *Global Software Solutions (TVL) Pvt. Ltd.,*
> *+91 97152 30226 <%2B91%2097152%2030226>*
>
> On 19 March 2015 at 17:52, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
> wrote:
>
>> On Thu, Mar 19, 2015 at 9:20 PM, Michael Paquier
>> <michael(dot)paquier(at)gmail(dot)com> wrote:
>> > On Thu, Mar 19, 2015 at 8:44 PM, IPN Bala GSS TVL <ipnb87(at)gmail(dot)com>
>> wrote:
>> >> I couldn't install plproxy in postgres 9.3 with Windows OS. I
>> downloaded
>> >> "plproxy-2.5.tar.gz". But there is no option to install it on windows
>> OS.
>> >> Please solve the above issue.
>> >
>> > This is a raw tarball, you would need to compile the code from
>> > scratch, and AFAIK from plproxy's Makefile, it can build using at
>> > least MinGW.
>>
>> In any case, this is not a bug, and this is not an appropriate mailing
>> list for such requests. You should contact someone in charge of
>> plproxy first (https://github.com/markokr/plproxy-dev).
>> Regards,
>> --
>> Michael
>>
>
>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2015-03-20 07:20:26 Re: Problem when installing PL/Proxy with Windows OS
Previous Message Hursh Jain 2015-03-19 19:45:48 Re: postgres 9.3.6, serialize error with two independent, serially consistent transactions..