Problem Statement
Catchpoint encountered a few issues with clients where they have Oracle Linux 8 running on the Machine and Chrome tests are not working as expected.
While Troubleshooting we got to know that for the Oracle Linux, the CatchPoint Agent versions had libgbm packages missing during installation. When we checked the Catchpoint logs using the command.
$ catchpoint log
The error would show as follows:
11/15/2022 17:15:54.519 UTC\> WARN:(tid=74)
ChromeBrowserManagerJob.UpdateProcessDictionary#3245: Chrome
(pid=248478) exited(127 - /opt/3genlabs/hawk/syntheticnode/service/chrome/87.0.4280.88.1/catchpoint_chrome.exe:
error while loading shared libraries:libgbm.so.1: cannot open shared object file: No such
file or directory) unexpectedly, removing pending test for app index 48

The Fix
To fix this error, the clients will have to run the following command on the agents.
$ sudo yum install libgbm
Note: This issue is fixed in the recent version that we provide on CatchPoint synthetic agent.