Blame SOURCES/README.dist

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