Blame SOURCES/README.dist

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