Install the unixODBC Driver Manager - Aster Client

Teradata Aster® Client Guide

Product
Aster Client
Release Number
7.00
Published
May 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
hki1475000360386.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
B700-2005
lifecycle
previous
Product Category
Software
If you already have the unixODBC manager installed, skip this section and proceed to Configure the unixODBC Driver Manager.
  1. Download the unixODBC driver manager from http://www.unixodbc.org/, depending on the version you want to install.
  2. Install unixODBC by running the following commands:
    # CFLAGS="-DSIZEOF_LONG=8" ./configure --prefix=/usr \
    --sysconfdir=/etc/unixodbc \
    --enable-fdb \
    --disable-gui &&
    make
  3. Wait while it builds and installs.
  4. Working as root user, run this, substituting your version of the driver where appropriate:
    # make install &&
    find doc -name "Makefile*" -exec rm {} \; &&
    chmod 644 doc/{lst,ProgrammerManual/Tutorial}/* &&
    install -v -m755 -d /usr/share/doc/unixODBC-2.3.1 &&
    cp -v -R doc/* /usr/share/doc/unixODBC-2.3.1
  5. Check the installation by typing the following command. This prints version information and lists the names and locations of the configuration files you will need to install or set up.
    # odbcinst -j

    If your unixODBC installation is not working properly, check the instructions at http://www.iodbc.org for help.

  6. Proceed to the next section, Configure the unixODBC Driver Manager.