On my computer (linux) it was named libodbc.so.2
Some initialization is done on loading, I could not load Pharo-ODBC (with Monticello)
I had two solutions:
- change the name of the library in ODBCLibrary >> default
- rename the file on my disk
I would have preferred the first one, but to change the code it must be loaded, and the problem appears when loading ...
On my computer (linux) it was named
libodbc.so.2Some initialization is done on loading, I could not load Pharo-ODBC (with Monticello)
I had two solutions:
I would have preferred the first one, but to change the code it must be loaded, and the problem appears when loading ...