Re: Getting an error for unixODBC library "odbcinst" not found while executing ./configure --with-unixodbc=/usr --with-libpq=/apps/PostgreSQL/10 in SuSE Linux 12.0 SP1

Clemens Ladisch <[email protected]> Mon, 16 Jul 2018 12:53:10 +0200
Newsgroups gmane.comp.db.postgresql.odbc
Message-ID <[email protected]>
Jaydip wrote:
> I am trying to install PostgreSQL ODBC drivers in SuSE Linux 12.0 SP1 where
> I am getting following error:
> configure: error: unixODBC library "odbcinst" not found

The configure script checks first for the odbc_config tool in the path;
apparently, this succeeded.

It then checks for the odbcinst library using the default or configured
compiler/linker settings.

> ./configure --with-unixodbc=/usr --with-libpq=/apps/PostgreSQL/10/data

If unixODBC is installed at the default locations, just "--with-unixodbc"
without a value should work.


Regards,
Clemens