Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc

From: "Inoue, Hiroshi" <inoue(at)tpf(dot)co(dot)jp>
To: onur gulsevgi <ogulsevgi(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc
Date: 2013-07-16 00:26:53
Message-ID: 51E4934D.5010105@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

(2013/07/16 3:43), onur gulsevgi wrote:
>
>
> In a project, I was asked to create a database link between Oracle to
> PostGreSQL. I thought that I can use Oracle’s Heterogeneous Services.
> Oracle Database is running on Sparc Server (Solaris 10), so I downloaded
> the free ODBC packages from unixODBC project. They already provide a
> binary package for Solaris but it says it will remove any non pkgmgr
> content in “/usr/local/bin” directory. So I decided to download the
> source codes and build it manually.
>
> Here are the commands to build unixODBC:
> ./configure --prefix=/usr/local/unixODBC
> make
> make install
>
>
> Then I try to install psqlodbc-9.02.0100 driver with the following
> command, I get this:
>
> oracle->>./configure --prefix=/data11/ora_bosa/bosadb/odbc/driver
> --without-libpq

Please try

./configure --with-unixodbc=yes
--prefix=/data11/ora_bosa/bosadb/odbc/driver --without-libpq

regards,
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Tom Lane 2013-07-16 05:41:23 Re: Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc
Previous Message onur gulsevgi 2013-07-15 18:43:34 Fwd: configure: error: unixODBC library "odbcinst" not found while trying to compile odbc