On Wed, Jul 20, 2022 at 12:41:03PM -0500, Igor Korot wrote: > Hi, > > On Wed, Jul 20, 2022 at 12:09 PM Reco <[email protected]> wrote: > > > > Hi. > > > > On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > > > I tried to run > > > > > > pkg-config --libs unixodbc > > > > > > and it fails. > > > > apt install unixodbc-dev > > It is installed and its the latest version...
I see the problem. What you should actually execute is: pkg-config --libs odbc Or maybe: pkg-config --libs odbcinst I'm not that familiar with ODBC to know the difference between those. Reco

