Trying to run an old Win 32 program under Wine (version2013's Wine 5.14) in Bionic 64. The 32 bit compatibility SFS is loaded.
Wine griped that it couldn't find libodbc.so, so I installed libodbc1_2.3.4 from PPM, and symlinked libodbc.so.2.0.0 to libodbc.so.
Now Wine complains that libodbc.so is the wrong ELF class, ELFCLASS64.
The specific error text is :
013c: err: winediag: ODBC_LoadDriverManager failed to open library "libodbc.so": libodbc.so: wrong ELF class: ELFCLASS64
How do I find a 32 bit libodbc, if indeed that's what's required, and how do I install it?
Thanks for any help you can provide.