I want to create JDBC-to-ODBC Bridge on Ubuntu, and then want to access in Java.
I installed unixODBC and Cassandra ODBC driver and set DSN in odbc.ini
file and Driver in odbcinst.ini
file and as well as also export both file and and LD_LIBRARY_PATH
also. But it gives me error, could not find ODBCINSTGetProperties()
.
When I run program on Eclipse, then it giving me below error:
/usr/lib/jvm/java-7-oracle/bin/java: symbol lookup error: /usr/lib/jvm/java-7-oracle/jre/lib/amd64/libJdbcOdbc.so: undefined symbol: SQLAllocEnv
for this export LD_DEBUG=ALL
. But i did not understand from this .