To work with external data sources in Lianja on Linux, please install the unixODBC Driver Manager and the ODBC Driver/Connector for your data source.
If you are running unixODBC Library version 2 (libodbc.so.2.x.x, which is the current version for RedHat, Fedora, Centos), you will need to create the following symbolic link:
Code:
# ln -s <lib-path>/libodbc.so.2.x.x <lib-path>/libodbc.so.1
e.g. on Fedora 16
Code:
# ln -s /usr/lib/libodbc.so.2.0.0 /usr/lib/libodbc.so.1
For more information on working with external data sources, please see here.
Bookmarks