0

I have tried the following which basically involves moving the odbc stuff in to a library folder and updating the odbc.ini or adding it to iODBC: https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation.html macOS Connector/MySQL ODBC driver could not be loaded in Excel for Mac 2016

I got the usual: [iODBC][Driver Manager]dlopen(/Users/henriettamartingale/Library/ODBC/lib/libmyodbc8w.so, 6): no suitable image found. Did find: file system sandbox blocked open() of '/Users/henriettamartingale/Library/ODBC/lib/libmyodbc8w.so'

I'm using a macOS Big Sur (for the first time in my life. It's mandatory. Alas...) version 11.4 Excel for Mac 16.50 (21061301)

Further, adding Excel to the full disk access list did not work. I think I have to add the odbc something or other to that list. What would I add?

1 Answers1

0

You have to move your libraries to somewhere like /Library/ODBC. You can either do this by building the relevant libraries yourself with --prefix or you can use install_name_tool -change on the libraries themselves (once you have moved them)to make sure all the references now point to somewhere within /Library.

idontgetoutmuch
  • 1,621
  • 11
  • 17