We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On my computer (linux) it was named libodbc.so.2 Some initialization is done on loading, I could not load Pharo-ODBC (with Monticello)
libodbc.so.2
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 ...
The text was updated successfully, but these errors were encountered:
@NicolasAnquetil
Maybe we should better use
FFIUnix32LibraryFinder ^ FFIUnix32LibraryFinder findAnyLibrary: #( 'libodbc.so' 'libodbc.so.2')
then
Sorry, something went wrong.
No branches or pull requests
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:
I would have preferred the first one, but to change the code it must be loaded, and the problem appears when loading ...
The text was updated successfully, but these errors were encountered: