Thread: "odbcinst" not found

"odbcinst" not found

From
eivannikov@detali34.ru
Date:
> That must be the path to odbc_config (or just /usr).

Ok. But this did not succeed. I run "./confugure", and run "./configure 
--with-unixodbc=/usr/ --with-libpq=/usr/" in new "clean" machine, and 
get same result.
Config.log on this compiling here https://pastebin.com/eVakkp79

Regards,
E. Ivannikov



Re: "odbcinst" not found

From
Clemens Ladisch
Date:
eivannikov@detali34.ru wrote:
> configure:5718: gcc -c -g -O2 -Wall  -I/usr/local/include -I conftest.c >&5
> gcc: fatal error: no input files

The include path is empty, which makes all compiler calls fail.

What is the output of "odbc_config --include-prefix"?


Regards,
Clemens