Installation of the Driver Manager

Feature Data Objects API

 
Installation of the Driver Manager
 
 
 

Download the latest version of the driver manager from http://www.unixODBC.org. It is packaged as a gzipped tarfile. The file used for this exercise is unixODBC-2.2.11.tar.gz. It gunzips to a directory called unixODBC-2.2.11. Change directories to unixODBC-2.2.11, untar the file and run the following commands.

  1. ./configure --prefix=/usr/local/unixODBC
  2. make
  3. make install as root