Blame SOURCES/README.dist

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