Red Hat Enterprise Linux / CentOS
Important: The fglrun component of Genero BDL
package requires version 5 of the wide-char Curses shared library to be installed on the
system.
Installing the Curses library on RedHat Enterprise Linux 7 / CentOS 7
On Red Hat® Enterprise Linux® 7 and Centos 7, the
Curses library must be installed as follows. This will install the version 5 of the Curses
library:
# yum install ncurses-libs
Note: On Red Hat Enterprise Linux 7 and Centos 7, the
ncurses-libs
RPM package
includes the libncursesw.so.5 library for UTF-8 support in text mode.Installing the Curses library on RedHat Enterprise Linux 8 / CentOS 8
In order to install the version 5 of the Curses library on Red Hat® Enterprise Linux® 8 and Centos 8, execute the following
command:
# yum install ncurses-compat-libs
Note: On Red Hat Enterprise Linux 8 and Centos 8, the
ncurses-compat-libs
RPM
package includes the libncursesw.so.5 library for UTF-8 support in text
mode.