Re: Installing module for 9.6, not 9.2, on Centos?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Ken Tanzer <ken(dot)tanzer(at)gmail(dot)com>
Cc: PG-General Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Installing module for 9.6, not 9.2, on Centos?
Date: 2017-05-24 00:34:04
Message-ID: 8b9169a3-0535-35fd-9c6a-6e87413cb293@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/23/2017 05:27 PM, Ken Tanzer wrote:
>
> But the install still goes to 9.2:
>
> PATH=/usr/local/pgsql96/bin/:$PATH make USE_PGXS=1 install
>
>
> Did you do:
>
> PATH=/usr/local/pgsql96/bin/:$PATH make USE_PGXS=1 clean all
>
>
> I did.
>
>
> Or is there some environment variable set that could be interfering?
>
>
> I didn't see anything that would apply. I've attached a dump of
> environment variables and also a re-run of the compile/install process.

Try without the trailing:

PATH=/usr/local/pgsql96/bin:$PATH make USE_PGXS=1 clean all

>
> Cheers,
> Ken
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ken Tanzer 2017-05-24 00:54:48 Re: Installing module for 9.6, not 9.2, on Centos?
Previous Message Ken Tanzer 2017-05-24 00:27:09 Re: Installing module for 9.6, not 9.2, on Centos?