Installing Missing Library Files - Teradata Tools and Utilities

Teradata® Tools and Utilities for Linux Installation Guide Amazon Linux 2, CentOS, OEL, RedHat, SLES, Ubuntu - 17.20

Deployment
VantageCloud
deployment
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Tools and Utilities
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-11-17
dita:mapPath
trg1641290463177.ditamap
dita:ditavalPath
bbv1473194095470.ditaval
dita:id
ems1473187628189
Product Category
Teradata Tools and Utilities

If you install Teradata® Tools and Utilities and an error message about one or more missing OS library files appears, use the package manager install command.

On newer versions of Linux, the 32-bit compat libraries are not installed by default on a 64-bit system. The 32-bit Teradata Tools and Utilities products require the following 32-bit OS libraries:
  • libstdc++.so.6
  • libc.so.6
  • libgcc_s.so.6
Depending on the flavor of Linux, use one of the following sets of commands to install the missing libraries.
Linux Flavor Commands
OEL and SLES
  • >zypper install libstdc++43-32bit
  • >zypper install glibc-32bit
  • >zypper install libgcc1-32bit
CentOS and RedHat (yum)
  • >yum install libstdc++.so.6
  • >yum install libc.so.6
  • >yum install libgcc_s.so.6
Ubuntu (apt-get)
  • >apt-get update
  • >apt-get install lib32stdc++6