Re: Can't build ODBC -- odbc_config not found

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Chris Albertson <albertson(dot)chris(at)gmail(dot)com>
Cc: General PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't build ODBC -- odbc_config not found
Date: 2017-10-27 07:38:29
Message-ID: CAB7nPqTLTBUjWGRUAFeeOvuKy_JeBhUyTc=y4oSnFgLVTDYAqw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Oct 26, 2017 at 11:40 PM, Chris Albertson
<albertson(dot)chris(at)gmail(dot)com> wrote:
> I just tried to build Postgres ODBC from source (psqlodbc-10.00.0000.tar.gz)
>
> I type "./configure"
>
> Then get this message:
> configure: error: odbc_config not found (required for unixODBC build)
>
> So it must be looking for a file called "odic_config"? It's not 100%
> clear what is needed.

Are you sure that you installed unixodbc? Normally an install of this
package, be it on Linux or macos should install this command as well.
You can enforce a path to it using ODBC_CONFIG when launching
./configure.
--
Michael

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Devrim Gündüz 2017-10-27 07:39:57 Re: Can't build ODBC -- odbc_config not found
Previous Message Chris Albertson 2017-10-27 06:40:59 Can't build ODBC -- odbc_config not found