11 Dec
2023
11 Dec
'23
9:20 a.m.
Allan, So to compile it with unixodbc is the prefered way to go.
If unixodbc is installed, then the configure process should be able to find it. The only magic is finding out where the unixodbc libraries / header files are, and passing that to configure. The simplest way is:
$ ./configure --with-unixodbc-include-dir=/path/to/include --with-unixodbc-lib-dir=/path/to/lib ... other args ...
OK.. will give it another try.
But from reading posts to the lists, it seems there's a secret prohibition against reading the official documentation. I have no idea why,
Yeah, some guidance would be helpful. Thanks Olaf