SYMPTOM:
When trying to establish connection to a Teradata 14.10 warehouse through Strategy DB Query Tool on Red Hat Linux 6.x, the following error message is seen:

Specified driver could not be loaded
Sample Code/Error
#
# ODBC Driver for Teradata
#
MSTR_TERADATA_PATH='/opt/teradata/client/14.10/odbc_32'
if [ "${MSTR_TERADATA_PATH}" != '<MSTR_TERADATA_PATH>' ]; then
mstr_append_path LD_LIBRARY_PATH "${MSTR_TERADATA_PATH:?}"/lib
export LD_LIBRARY_PATH
fi