Verifying the Environment Variables on Linux and UNIX
Verifying the Environment Variables on Linux and UNIX
To verify that you correctly defined the library path, installation directory, and ODBC system information environment variables on Linux and UNIX, use the ldd utility to print the shared libraries required for the InitialSync, Extractor, and Applier executables.
For example, use the following commands to run the ldd utility for each executable that works with Teradata sources or targets:
ldd dbsync_extract
ldd dbsync_initiaload_td
ldd dbsync_apply_td
The ldd utility prints the shared library paths for each executable. If any shared libraries are listed as not found, an environment variable is either not defined or not defined incorrectly. In this situation, verify that all of the environment variables are defined correctly, and then run the ldd utility again.