From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | Geoff Montee <geoff(dot)montee(at)gmail(dot)com>, "Mammarelli, Joanne T" <joanne(dot)t(dot)mammarelli(at)verizon(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: attempting to install tds_fw-master on redhat |
Date: | 2015-11-11 19:32:27 |
Message-ID: | 564397CB.6030401@aklaver.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 11/11/2015 10:55 AM, Geoff Montee wrote:
> Hi Joanne,
>
> On Wed, Nov 11, 2015 at 4:53 AM, Mammarelli, Joanne T
> <joanne(dot)t(dot)mammarelli(at)verizon(dot)com> wrote:
>> Installed postgresql-devel .. getting closer ..
>>
>> Installed Packages
>> postgresql.x86_64 9.2.13-1.el7_1 @rhel7-x86_64-2015-07
>> postgresql-devel.x86_64 9.2.13-1.el7_1 @rhel-x86_64-server-7
>> postgresql-libs.x86_64 9.2.13-1.el7_1 @rhel7-x86_64-2015-07
>> postgresql-server.x86_64 9.2.13-1.el7_1 @rhel-x86_64-server-7
>>
>> Installed Packages
>> freetds.x86_64 0.91-12.git0a42888.el7 @rhel-x86_64-server-7-epel
>> freetds-devel.x86_64 0.91-12.git0a42888.el7 @rhel-x86_64-server-7-epel
>>
>>
>> [root(at)scsblnx-994457 tds_fdw-master]# make USE_PGXS=1
>> gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-sc
>> src/tds_fdw.c:30:33: fatal error: access/htup_details.h: No such file or directy
>> #include "access/htup_details.h"
>> ^
>> compilation terminated.
>> make: *** [src/tds_fdw.o] Error 1
>> [root(at)scsblnx-994457 tds_fdw-master]#
>>
>> Any ideas?
>>
>
> I believe that I just committed a fix for this to tds_fdw. Can you
> please pull the latest commit from the tds_fdw repo and then try
> compiling again?
I can confirm it works for me on 9.2.14.
psql (9.2.14)
Type "help" for help.
postgres(at)postgres=# CREATE EXTENSION tds_fdw;
CREATE EXTENSION
>
> Thanks,
>
> Geoff
>
>
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Mammarelli, Joanne T | 2015-11-11 19:32:42 | error connecting to the server: fatal :could not open file "base/12029/11801" permission denied |
Previous Message | Geoff Montee | 2015-11-11 18:55:00 | Re: attempting to install tds_fw-master on redhat |