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

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Can't build ODBC -- odbc_config not found
Date: 2017-10-27 07:51:44
Message-ID: ffd5965c-799f-9f80-ca8d-af3d11810d60@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/27/2017 12:39 AM, Devrim Gündüz wrote:
> On Thu, 2017-10-26 at 23:40 -0700, Chris Albertson 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)
> You need to install unixODBC package (or equivalent in your distro) for this
> command.

and on a RHEL style system, you probably also need unixODBC-devel  to
compile the psqlodbc driver.

--
john r pierce, recycling bits in santa cruz

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Olarte 2017-10-27 09:53:53 Re: Question regarding logical replication
Previous Message Devrim Gündüz 2017-10-27 07:39:57 Re: Can't build ODBC -- odbc_config not found