Q: Are there any conditions for GO-Global to work under Red Hat 8?
A: Under Red Hat 8 you need a minimum of certain library versions for GO-Global to work.
Run the 'rpm' command to view the current version levels:
| Code: |
# rpm -qa | grep glibc
Verify the following libraries:
glib2-devel-2.0.6-2
glib-1.2.10-8
glibc-2.3.2-4.80.6 <===== The 2.3.2 version number is key
glibc-devel-2.3.2-4.80.6
glib-devel-1.2.10-8
glib2-2.0.6-2
glibc-kernheaders-2.4-7.20
glibc-common-2.3.2-4.80.6
|
Also, you might want to utilize the latest OS kernel. A confirmed compatible version is 2.4.20-20.8 . You can find out your version by running the 'uname' command:
You can upgrade your Red Hat libraries by connecting to the
Red Hat Network and running the
up2date command.