PDA

View Full Version : Lianja on Linux - Working with external data sources



lianjasupport
2012-03-14, 09:08
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:


# ln -s <lib-path>/libodbc.so.2.x.x <lib-path>/libodbc.so.1

e.g. on Fedora 16


# 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 (http://www.lianja.com/resources/blog/39-coding-tips/111-working-with-external-data-sources-in-lianja-beta6).