Re: Failing to compile sqlite_fdw - Mailing list pgsql-admin

From Christoph Berg
Subject Re: Failing to compile sqlite_fdw
Date
Msg-id 20180916090406.GC4707@msg.df7cb.de
Whole thread Raw
In response to Failing to compile sqlite_fdw  (Mariel Cherkassky <mariel.cherkassky@gmail.com>)
Responses Re: Failing to compile sqlite_fdw  (Mariel Cherkassky <mariel.cherkassky@gmail.com>)
List pgsql-admin
Re: Mariel Cherkassky 2018-09-16 <CA+t6e1=6O2cqEPw4KQYMa+MYUFamL7GxS59NX-zGL2fa6QZJNw@mail.gmail.com>
> In file included from connection.c:15:
> sqlite_fdw.h:16:21: error: sqlite3.h: No such file or directory

> It seems that the compilation of the files failed. Do I need to use some
> different gcc ?  my gcc version :
> gcc version 4.4.7 20120313 (Red Hat 4.4.7-23) (GCC)

You need the sqlite3 header files, from a package named like
sqlite3-devel, or similar.

Christoph


pgsql-admin by date:

Previous
From: Mariel Cherkassky
Date:
Subject: Failing to compile sqlite_fdw
Next
From: Mariel Cherkassky
Date:
Subject: Re: Failing to compile sqlite_fdw