Required Libraries
Linux systems must include these libraries for Enterprise Console operation:
-
libaio
numactl
package, which includeslibnuma.so.1
for RHEL, CentOS, and Fedora, andli
bnuma1
for Ubuntu and Debian.-
glibc2.12
Note: Thisglibc
version is included into a given operating system release, and therefore cannot be updated. -
tzdata
for RHEL, CentOS, Fedora, openSUSE Leap 15.5, and Ubuntu version 20.x and higher.Note: Thetzdata
package is also required by the MySQL connector. -
libncurses5
(and above) for Ubuntu, CentOS, Debian, openSUSE Leap 15.5.Warning: As of MySQL 5.5.57 and 5.7.19,libtinfo.so.5
is a required prerequisite library. -
ncurses-libs-5.x
for RHEL and CentOS.Warning: As of MySQL 5.5.57 and 5.7.19,libtinfo.so.5
is a required prerequisite library. - SLES12 and SLES15 using
libxml2-2
andlibxml2-tools
.
This table provides instructions on how to install the libraries on some common flavors of the Linux operating system.
Linux Flavor | Command |
---|---|
|
Use yum to install the library, such as:
Note: Ensure that only one package
mgr for rpm and is installed before running the Enterprise Console installer.Note:
For RHEL8, CentOS8 you can either manually install version 5 of
The
You must either create symlinks for RHEL8 symlink:
sudo ln /usr/lib64/libtinfo.so.6.1 /usr/lib64/libtinfo.so.5 sudo ln /usr/lib64/libncurses.so.6.1 /usr/lib64/libncurses.so.5 CentOS8 symlink: RHEL8 compat-libs:
sudo yum install -y ncurses-compat-libs CentOS8 compat-libs:
Use the following prerequisites to install on CentOS Stream:
|
Fedora | Install the library RPM from the Fedora website:
|
Ubuntu |
Use
Warning: Ensure that only one package
mgr between dpkg and rpm is installed before running the Enterprise Console installer. This pkg manager utility will be used to verify mandatory pkgs before the Enterprise Console installation.Note:
For Ubuntu20 you can install
|
Debian | Use a package manager (such as APT) to install the library (as previously described in the Ubuntu instructions). |
openSUSE Leap 15.5 |
Use
Warning: Ensure that only one package
mgr for rpm and is installed before running the Enterprise Console installer. Also, you need to add the openSUSE machine repository before installing the tzdata package. For openSUSE Tumbleweed run the following as root:
For openSUSE Leap 42.1 run the following as root: For openSUSE 13.2 run the following as root: For openSUSE 13.1 run the following as root:
|
SLES12 and SLES15 |
Use
|
See Platform Requirements for operating system support information.