Installing Missing Library Files - Teradata Tools and Utilities

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

Deployment
VantageCloud
deployment
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Tools and Utilities
Release Number
20.00
Published
October 2023
Language
English (United States)
Last Update
2023-11-20
dita:mapPath
nax1691660037807.ditamap
dita:ditavalPath
ft:empty
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