I'm trying to access my mariaDB database from Stata using odbc but I get this error message:

Code:
. odbc list
The function SQLDataSources could not be found in libodbc.so, 
therefore, some ODBC services may be unavailable.
r(680);
I have unixodbc installed in Kubuntu 20.04. Some relevant data:

Code:
Stata/SE 16.1 for Unix (Linux 64-bit x86-64)

Revision 20 May 2020
Copyright 1985-2019 StataCorp LLC

Total usable memory:    7.71 GB

. !uname -a

Linux pablocal-laptop 5.4.0-33-generic #37-Ubuntu SMP Thu May 21 12:53:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

. query other
------------------------------------------------------------------------------------------------------------------
    Other settings
      set type             float      may be float or double
      set maxiter          300        max iterations for estimation commands
      set searchdefault    all        may be local, net, or all
      set varabbrev        on
      set emptycells       keep       may be keep or drop
      set fvtrack          term       may be term or factor
      set fvbase           on
      set processors       1
      set odbcmgr          unixodbc   may be iodbc or unixodbc
      set odbcdriver       unicode    may be unicode, ansi, or default
      set fredkey          

. !odbcinst -q -d

[PostgreSQL ANSI]
[PostgreSQL Unicode]
[MySQL]