Re: unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100

From: "Mike Landl" <mlandl(at)4glsol(dot)com>
To: "'Dev Kumkar'" <devdas(dot)kumkar(at)gmail(dot)com>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100
Date: 2013-07-11 19:46:08
Message-ID: 00a501ce7e6f$4a982e40$dfc88ac0$@com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Dev,

Sorry, the last command I tried was "./configure --without-libpq
--with-unixodbc=/usr/local" and that is when I received the error about not
being able to create executables.

I must admit I'm not entirely sure why I'm using "-without-libpq", I am
following internal company documentation that was left by someone who no
longer works here. I can only assume there was a reason for this.

From: pgsql-odbc-owner(at)postgresql(dot)org
[mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Dev Kumkar
Sent: Thursday, July 11, 2013 3:38 PM
To: Mike Landl
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] unixODBC library "odbcinst" not found when configuring
psqlodbc-09.01.0100

On Fri, Jul 12, 2013 at 12:08 AM, Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)com>
wrote:

On Thu, Jul 11, 2013 at 11:26 PM, Mike Landl <mlandl(at)4glsol(dot)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

Also you could add --with-unixodbc=/usr/local in ./configure.

By the way any particular reason to use -without-libpq option?

Regards...

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2013-07-12 10:18:13 Re: unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100
Previous Message Dev Kumkar 2013-07-11 19:37:54 Re: unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100