On Wed 20 Jul 2022 at 12:41:03 (-0500), Igor Korot wrote: > On Wed, Jul 20, 2022 at 12:09 PM Reco <[email protected]> wrote: > > On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > > > I tried to run > > > > > > pkg-config --libs unixodbc
>From a position of almost complete ignorance, I would have thought that the software you're trying to configure is odbc, and that it happens to be a unixodbc implementation that's packaged as unixodbc. Package: unixodbc Description-md5: dbef25e3cf8e980a394982ef6927a9ca Description-en: Basic ODBC tools UnixODBC is an implementation of the Open Database Connectivity standard, a database abstraction layer that allows applications to be used with many different relational databases by way of a single library. . This package contains isql, a command-line tool that allows SQL commands to be entered interactively. Package: unixodbc-dev Description-md5: 810ff6350f7d3725bcea408feaf73610 Description-en: ODBC libraries for UNIX (development files) This package contains the development files (headers and libraries) for unixODBC, an implementation of the Open DataBase Connectivity interface for Unix systems. You should not need to install this package unless you intend to develop C language applications which use ODBC, or to compile ODBC-using applications from source. > > > and it fails. > > > > apt install unixodbc-dev > > It is installed and its the latest version... BTW you could be a bit more forthcoming about what you've consulted, what you've done, and what output you get. Writing "got an error about it" and "it fails" doesn't exactly show that you're putting the work in. Cheers, David.

