https://bugs.winehq.org/show_bug.cgi?id=41607
ake.rehnman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ake.rehnman@gmail.com
--- Comment #18 from ake.rehnman@gmail.com --- I think the loading of libodbc.so is wrong. That file is used for linking not sure but it is only availble in the unixodbc-dev package.
You can however set the LIB_ODBC_DRIVER_MANAGER to libodbc.so.1 like:
LIB_ODBC_DRIVER_MANAGER="libodbc.so.1" wine <your program>