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

From: Clemens Ladisch <clemens(at)ladisch(dot)de>
To: pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: 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
Date: 2018-07-16 10:53:10
Message-ID: efbc8d28-0984-f8a8-9807-bf6e9d031a43@ladisch.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Jaydip 2018-07-16 12:11:51 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
Previous Message Jaydip 2018-07-16 09:04:51 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