Cstore_fdw issue.

From: Moses Mafusire <mosesmafusire(at)yahoo(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Cstore_fdw issue.
Date: 2020-04-02 20:40:11
Message-ID: 1455749297.1247796.1585860011052@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,I am new to PostgreSQL, successfully installed PGSql v12.2 on my CentOS 7 machine and I am trying to install cstore_fdw.
    1. I have managed to run this command;
        sudo yum install protobuf-c-devel
    2. Per the instructions I am followin;
        Once you have protobuf-c installed on your machine, you are ready to build cstore_fdw. For this, you need to include the pg_config directory path in your make command. 

    3. I have searched for pg_config directory and found 2 locations;
        /usr/bin/pg_config        /usr/pgsql-12/bin/pg_config        4. However when I try to run makefile in c_store_fdw I get this error;
        [postgres(at)dart-centos cstore_fdw]$ sudo PATH=/usr/bin/:$PATH make        [sudo] password for postgres:         Makefile:50: *** PostgreSQL 9.3 to 12 is required to compile this extension.  Stop.
        I even tried the other path, same error;        [postgres(at)dart-centos cstore_fdw]$ PATH=/usr/pgsql-12/bin/:$PATH make        Makefile:50: *** PostgreSQL 9.3 to 12 is required to compile this extension.  Stop.

    5. PostgreSQL Version        postgres=# show server_version;        server_version         ----------------     12.2     (1 row)
    postgres=# \! psql -V    psql (PostgreSQL) 12.2
May you please assist me with this issue.  
Thank You,Moses

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2020-04-02 20:59:53 Re: Help to find-the-maximum-length-of-field-in-a-particular-column-in-all the tables
Previous Message postgann2020 s 2020-04-02 19:51:06 Help to find-the-maximum-length-of-field-in-a-particular-column-in-all the tables