Re: unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100 - Mailing list pgsql-odbc

From Dev Kumkar
Subject Re: unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100
Date
Msg-id CALSLE1ONkTXJVVwB8uNXS06xrRKBtD7uEBMEQKYPhmVGU=KWiQ@mail.gmail.com
Whole thread Raw
In response to unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100  ("Mike Landl" <mlandl@4glsol.com>)
Responses Re: unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100
List pgsql-odbc
On Thu, Jul 11, 2013 at 11:26 PM, Mike Landl <mlandl@4glsol.com> wrote:

 

I am trying to build psqlodbc-09.01.0100.tar from source on Red Hat ES 6.3, gcc version 4.4.7-3. When I run “./configure –without-libpq” it fails with the following output:

 

 

./configure --without-libpq

checking for a BSD-compatible install... /usr/bin/install -c...

checking ...

checking ...

checking ...

configure: error: unixODBC library "odbcinst" not found

 

I can provide the contents of config.log if required but it is rather large.

I have unixODBC version 2.2.11 installed. odbc_config –version confirms this.

Any thoughts/help would be greatly appreciated.


What output you get for following:
1) which odbc_config
2) odbc_config --libs

Also did you try to export following and then building psqlODBC:
export LDFLAGS=<output of #2 above>

for example:
# export LDFLAGS=-L/usr/local/lib

Regards...

pgsql-odbc by date:

Previous
From: "Mike Landl"
Date:
Subject: unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100
Next
From: Dev Kumkar
Date:
Subject: Re: unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100