Please read the file unixODBC in the docs directory before this file.

This directory contains the code and make file required to build a
unixODBC setup library used to define OOB DSNs from unixODBC's
ODBCConfig program. The OOB is not installed with the libesoobsetup
shared object for all platforms. In the future, the OOB's setup file
will be included in unixODBC rather than here.

If you want to create OOB datasources from unixODBC's ODBCConfig then
edit the Makefile.example to check the defintions at the start match your
installation, check the compiler and linker options and run:

make -f Makefile.example

Once this is built run:

make -f Makefile.example install

If you chose to install OOB under unixODBC during the OOB installation
then unixODBC will already know where OOB's shared objects are located.

If you did not install the OOB under unixODBC but want to now then you
need to:

[1] Edit the template file in this directory to reflect the paths to
    the libesoobclient and libesoobsetup shared objects and possibly the
    shared object extensions.
[2] Run the odbcinst program that comes with unixODBC to install OOB
    into unixODBC:

    odbcinst -i -d -f template

