python - ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib 'IBM i Access ODBC Driver 64-bit' : file not found (0) (SQLDriverConnect)") None - TagMerge
1('01000', "[01000] [unixODBC][Driver Manager]Can't open lib 'IBM i Access ODBC Driver 64-bit' : file not found (0) (SQLDriverConnect)") None('01000', "[01000] [unixODBC][Driver Manager]Can't open lib 'IBM i Access ODBC Driver 64-bit' : file not found (0) (SQLDriverConnect)") None

('01000', "[01000] [unixODBC][Driver Manager]Can't open lib 'IBM i Access ODBC Driver 64-bit' : file not found (0) (SQLDriverConnect)") None

Asked 1 years ago
0
1 answers

Not familiar with your setup, but if I get a "File not found" while connecting to the driver, the file not found in question is usually an .so file. In the simplest case the driver is just missing and not installed. More obscure cases I encountered were 32Bit / 64Bit mismatch, or a dependency of the driver missing (as in an .so file not installed on the system). Using the ldd shows you all the dynamic libraries your driver depends on.

Source: link

Recent Questions on python

    Programming Languages