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

From Clemens Ladisch
Subject Re: Getting an error for unixODBC library "odbcinst" not found whileexecuting ./configure --with-unixodbc=/usr --with-libpq=/apps/PostgreSQL/10in SuSE Linux 12.0 SP1
Date
Msg-id efbc8d28-0984-f8a8-9807-bf6e9d031a43@ladisch.de
Whole thread Raw
In response to Getting an error for unixODBC library "odbcinst" not found whileexecuting ./configure --with-unixodbc=/usr --with-libpq=/apps/PostgreSQL/10in SuSE Linux 12.0 SP1  (Jaydip <jaydeep.thakkar92@gmail.com>)
Responses Re: Getting an error for unixODBC library "odbcinst" not foundwhile executing ./configure --with-unixodbc=/usr--with-libpq=/apps/PostgreSQL/10 in SuSE Linux 12.0 SP1  (Jaydip <jaydeep.thakkar92@gmail.com>)
List 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


pgsql-odbc by date:

Previous
From: Jaydip
Date:
Subject: Getting an error for unixODBC library "odbcinst" not found whileexecuting ./configure --with-unixodbc=/usr --with-libpq=/apps/PostgreSQL/10in SuSE Linux 12.0 SP1
Next
From: Jaydip
Date:
Subject: Re: Getting an error for unixODBC library "odbcinst" not foundwhile executing ./configure --with-unixodbc=/usr--with-libpq=/apps/PostgreSQL/10 in SuSE Linux 12.0 SP1