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

Поиск
Список
Период
Сортировка
От Clemens Ladisch
Тема 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
Дата
Msg-id a584216c-5aae-22fe-528e-ef319b13e569@ladisch.de
обсуждение исходный текст
Ответ на 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>)
Список pgsql-odbc
Jaydip wrote:
> I installed ODBC using below command:
> *zypper install unixODBC.x86_64* where odbcinst library is in /usr/lib64 and
> odbc_config is there in /usr/bin.
>
> I tried --with-unixodbc without any value but still getting same error.

Please try to compile (but not run) the following test program
(with "gcc -o testprogram testprogram.c -l odbcinst"):


--8<--------------------------------------------------------->8--
#include <odbcinst.h>

int main()
{
     SQLGetPrivateProfileString("", "", "", "", 0, "");
}
--8<--------------------------------------------------------->8--


If that errors out, the same error should be found somewhere in
configure.log.


Regards,
Clemens


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Jaydip
Дата:
Сообщение: 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
Следующее
От: Edgard Battisti Guimarães
Дата:
Сообщение: Re: ODBC - Getting CONN ERROR: errmsg='The buffer was too small forthe InfoValue'"