Hi, On Wed, Jul 20, 2022 at 2:24 PM Reco <recovery...@enotuniq.net> wrote: > > On Wed, Jul 20, 2022 at 12:41:03PM -0500, Igor Korot wrote: > > Hi, > > > > On Wed, Jul 20, 2022 at 12:09 PM Reco <recovery...@enotuniq.net> 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
Will try them when I get home. But that actually means that maintaining compatibility between different distributions is a nightmare. ;-) (No offense - I'm not trying to be rude) Thank you. > > I'm not that familiar with ODBC to know the difference between those. > > Reco >