Re: Cstore_fdw issue.

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Moses Mafusire <mosesmafusire(at)yahoo(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Cstore_fdw issue.
Date: 2020-04-03 19:10:25
Message-ID: 52b92fe9-111c-76af-84aa-c0a6eeac792d@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/3/20 11:52 AM, Moses Mafusire wrote:
> I actually started the installation process as me. I was logged as user
> postgres because after trying and getting that version error message. I
> thought as user postgres I would be able to install, but failed). I get
> the same results though;

Yes, but you where doing the compile as the postgres user. That is where
the error was being shown. In order to troubleshoot this you need to
stick to consistent set of operations. Jumping around as different user
does not count:)

So:

1) Pick a user.

2) Unpack the source as that user in the users home directory. If not
already done.

3) In the unpacked source directory run:

/usr/bin/pg_config

and

/usr/pgsql-12/bin/pg_config

4) Then:

PATH=/usr/bin/:$PATH make

Preferably with the modification to the Makefile I suggested upstream.

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-04-03 19:25:01 Re: Cstore_fdw issue.
Previous Message Moses Mafusire 2020-04-03 18:52:43 Re: Cstore_fdw issue.