Re: [GENERAL] Installing module for 9.6, not 9.2, on Centos? - Mailing list pgsql-general

From Adrian Klaver
Subject Re: [GENERAL] Installing module for 9.6, not 9.2, on Centos?
Date
Msg-id df2561b1-061f-9574-d5a7-6564e8f3a501@aklaver.com
Whole thread Raw
In response to Re: [GENERAL] Installing module for 9.6, not 9.2, on Centos?  (Ken Tanzer <ken.tanzer@gmail.com>)
Responses Re: [GENERAL] Installing module for 9.6, not 9.2, on Centos?
List pgsql-general
On 05/23/2017 05:54 PM, Ken Tanzer wrote:
>
>
> On Tue, May 23, 2017 at 5:34 PM, Adrian Klaver
> <adrian.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>> wrote:

>
> Sorry, not sure I follow what is the trailing part here?
>
> Does the compile stage specify where a module is to be installed?  Or is
> it determined at install time?
>
> Apart from the extra 96/bin directories I'm accumulating, I don't see
> anything suspicious in my path.  (And my /usrl/ocal/(s)bin directories
> are empty.)

You can close the terminal session and open a new one to clear the PATH.

The biggest problem is that I was out in the Sun too long today and was
not paying attention to what you posted.  This part:

PATH=/usr/local/pgsql96/bin:$PATH

is from how I installed various versions of Postgres from source on my
machine. My guess is it does not match your setup. You need to find
where pg_config is for your 9.6 install and use that path.

>
> [root@hosting table_log-0.4.4]# PATH=/usr/local/pgsql96/bin:$PATH ; echo
> "Path is: $PATH" ;  make USE_PGXS=1 clean all
>
> *Path is:
>
/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin*
> rm -f table_log.so table_log.o
> ...
>
> [root@hosting table_log-0.4.4]# PATH=/usr/local/pgsql96/bin:$PATH ; echo
> "Path is: $PATH" ;  make USE_PGXS=1 install
> *Path is:
>
/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/pgsql96/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin*
>
> /bin/mkdir -p '/usr/pgsql-9.2/share/contrib'
> /bin/mkdir -p '/usr/pgsql-9.2/lib'
> /bin/mkdir -p '/usr/pgsql-9.2/doc/contrib'
> /usr/bin/install -c -m 644  table_log.sql '/usr/pgsql-9.2/share/contrib/'
> /usr/bin/install -c -m 755  table_log.so '/usr/pgsql-9.2/lib/'
> /usr/bin/install -c -m 644 .//README.table_log '/usr/pgsql-9.2/doc/contrib/'
>
>
> Thanks,
> Ken
>
>
>
>
> --
> AGENCY Software
> A Free Software data system
> By and for non-profits
> /http://agency-software.org//
> /https://agency-software.org/demo/client/
> ken.tanzer@agency-software.org <mailto:ken.tanzer@agency-software.org>
> (253) 245-3801
>
> Subscribe to the mailing list
> <mailto:agency-general-request@lists.sourceforge.net?body=subscribe> to
> learn more about AGENCY or
> follow the discussion.


--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Ken Tanzer
Date:
Subject: Re: [GENERAL] Installing module for 9.6, not 9.2, on Centos?
Next
From: John R Pierce
Date:
Subject: Re: [GENERAL] Installing module for 9.6, not 9.2, on Centos?