These are the software requirements for Micro Focus Enterprise Developer Unix Components:
If installing on a 64-bit OS, the 32-bit libraries are not installed by default and must be installed before you start the installation.
Library | 32-bit Library Name | 64-bit Library Name | Platform | |||||
---|---|---|---|---|---|---|---|---|
s390 | SUSE 12 | SUSE 15 | Red Hat 6x | Red Hat 7 | Red Hat 8 | |||
glibc | glibc-*.i686 | glibc-*.x86_64 | glibc-*.s390 | X | X | X | ||
libgcc | libgcc-*.i686 | libgcc-*.x86_64 | libgcc-*.s390 | X | X | X | ||
libstdc++ | libstdc++-*.i686 | libstdc++-*.x86_64 | libstdc++-*.s390 | X | X | X | ||
glibc-locale | glibc-locale-32bit | glibc-locale-2 | X | X | ||||
glibc-devel | glibc-devel-*.i686 | glibc-devel-*.x86_64 | glibc-devel-*.s390 | X | X | X | ||
elfutils-libelf | elfutils-libelf.i386 or elfutils-libelf.i686 | elfutils-libelf.x86-64 | N/A | X | X | X | ||
libelf-devel | elfutils-devel.i386 or elfutils-devel.i686 | elfutils-devel.x86-64 | N/A | X | X | X | ||
libelf-devel | libelf-devel-32bit-0.137-8.19 | libelf-devel-0.137-8.19 | N/A | X | X | X | ||
libelf1 | libelf1-32bit-0.137-8.19 | libelf1-0.137-8.19 | N/A | X | X | |||
gcc2 | gcc*.i686 | gcc*x86_64 | X | X | X | X | X | X |
cpp2 | cpp*x86_64 | X | X | X | ||||
ld2 | Binutils*.i686 | Binutils*x86_64 | X | X | X | X | X | X |
Visit the Red Hat Web site for more information.
export JAVA_HOME=java_install_dir
where java_install_dir is the path to the JAVA installation directory such as /usr/java/javan.n
export PATH=$JAVA_HOME/bin:$PATH
The LANG settings are English and Japanese only so set it to one of the following locales:
C, default, en_GB, en_GB.UTF-8, en_US, en_US.UTF-8
ja_JP, ja_JP.SJIS, ja_JP.UTF-8, ja_JP.eucJP, ja_JP.eucjp, ja_JP.sjis, ja_JP.ujis, ja_JP.utf8, japanese
You can set LANG before running the setup file as follows:
export LANG=C
Alternatively, add it to the start of the setup command line:
LANG=C ./setupfilename
See Using the LANG Environment Variable for details.
gconftool-2 --type boolean --set /desktop/gnome/interface/menus_have_icons true