Blame SOURCES/README.fedora

caac36
About unixODBC in Fedora
caac36
------------------------
caac36
caac36
In addition to the unixODBC package itself, you will want to install some
caac36
or all of these related packages:
caac36
caac36
mysql-connector-odbc	MySQL driver, needed to connect to MySQL databases
caac36
postgresql-odbc		PostgreSQL driver, needed to connect to PostgreSQL
caac36
unixODBC-gui-qt		Optional configuration management and test programs
caac36
caac36
caac36
The recommended driver definition for MySQL is:
caac36
caac36
[MySQL]
caac36
Description	= ODBC for MySQL
caac36
Driver		= /usr/lib/libmyodbc5.so
caac36
Setup		= /usr/lib/libodbcmyS.so
caac36
Driver64	= /usr/lib64/libmyodbc5.so
caac36
Setup64		= /usr/lib64/libodbcmyS.so
caac36
FileUsage	= 1
caac36
caac36
You can adjust the name (in square brackets) and the description, but
caac36
the other items should usually be used verbatim.
caac36
caac36
The recommended driver definition for PostgreSQL is:
caac36
caac36
[PostgreSQL]
caac36
Description	= ODBC for PostgreSQL
caac36
Driver		= /usr/lib/psqlodbcw.so
caac36
Setup		= /usr/lib/libodbcpsqlS.so
caac36
Driver64	= /usr/lib64/psqlodbcw.so
caac36
Setup64		= /usr/lib64/libodbcpsqlS.so
caac36
FileUsage	= 1