20751-12 Rev.5 4-5
ODBC Driver Managers
4. Run the following command to extract the contents of the unixODBC-2.2.12.tar
file:
tar -xvf unixODBC-2.2.12.tar
5. Run the following command to change to the subdirectory created when the
unixODBC-2.2.12.tar file was extracted:
cd unixODBC-2.2.12
6. Run the following command to configure the software and set the installation directory
to /usr/local/unixODBC:
./configure --prefix=/usr/local/unixODBC
Note: To configure without the GUI, run the following command:
./configure --prefix=/usr/local/unixODBC --enable-gui=no
7. Run the following command to compile the package (note that this step may take a few
minutes to complete):
make
8. Run the following command to install the programs, data files, and documentation:
make install
This step places the bin, etc, lib, and include subdirectories in the
/usr/local/unixODBC directory. These subdirectories contain the programs, data
files, and documentation for the unixODBC driver manager package.
9. Run the appropriate commands to add bin and lib subdirectories to the environment:
For AIX:
export PATH=$PATH:/usr/local/unixodbc/bin
export LIBPATH=$LIBPATH:/usr/local/unixodbc/lib
For HP-UX:
export PATH=$PATH:/usr/local/unixodbc/bin
export SHLIB_PATH=$SHLIB_PATH:/usr/local/unixodbc/lib
For Linux, Solaris:
export PATH=$PATH:/usr/local/unixodbc/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/unixodbc/lib
10. If desired, delete the installation tar file from the file system:
rm unixODBC-2.2.12.tar
If preferred, you could move the installation tar file to somewhere else in the file sys-
tem for safekeeping.
DataDirect Driver Manager Installation
This section provides instructions for installing the Netezza-branded driver manager from
DataDirect Technologies. If your installation uses some other driver manager component,
skip this section. The following installation and configuration procedure is based on version
5.1. Consult the README and INSTALL files contained in the platform-specific directories
to determine whether the procedure needs to be modified.
Commentaires sur ces manuels