Re: Database link from Postgres to Oracle using ODBC - Mailing list pgsql-odbc

From Bart Klein Ikink
Subject Re: Database link from Postgres to Oracle using ODBC
Date
Msg-id DUB117-W230CE3A1A11A11A2A61E72C1B70@phx.gbl
Whole thread Raw
In response to Re: Database link from Postgres to Oracle using ODBC  (Adrian Klaver <adrian.klaver@gmail.com>)
Responses Re: Database link from Postgres to Oracle using ODBC  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-odbc
I have installed the Postgres development files from RPM.

> Date: Mon, 6 Jan 2014 09:35:27 -0800
> From: adrian.klaver@gmail.com
> To: bart_klein_ikink@hotmail.com; pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Database link from Postgres to Oracle using ODBC
>
> On 01/06/2014 07:35 AM, Bart Klein Ikink wrote:
> > I have included the path, but still having problems. What is wrong here?
>
> > export PATH=$PATH:/root/test/unixODBC-2.3.2/include:/usr/pgsql-9.2/bin
> >
> > make USE_PGXS=1
> > gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> > -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
> > -I/usr/include/et -Wall -Wmissing-prototypes -Wpointer-arith
> > -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute
> > -Wformat-security -fno-strict-aliasing -fwrapv -fpic -I. -I.
> > -I/usr/pgsql-9.2/include/server -I/usr/pgsql-9.2/include/internal
> > -I/usr/include/et -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include
> > -c -o odbclink.o odbclink.c
> > odbclink.c: In function âget_dataâ:
> > odbclink.c:746: error: âtimestamp_inâ undeclared (first use in this
> > function)
> > odbclink.c:746: error: (Each undeclared identifier is reported only once
> > odbclink.c:746: error: for each function it appears in.)
> > odbclink.c:749: error: âtimestamptz_inâ undeclared (first use in this
> > function)
> > make: *** [odbclink.o] Error 1
> >
>
> Not quite sure but I would say you do not have the Postgres development
> files.
> Did you install Postgresql 9.2 from source or from a package?
> If from a package you will need to install the postgresql-devel package
> for 9.2
>
> --
> Adrian Klaver
> adrian.klaver@gmail.com
>
>
> --
> Sent via pgsql-odbc mailing list (pgsql-odbc@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-odbc

pgsql-odbc by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Database link from Postgres to Oracle using ODBC
Next
From: Adrian Klaver
Date:
Subject: Re: Database link from Postgres to Oracle using ODBC