---
title: "Chrome Tests Failing  on Orace Linux agents"
slug: "chrome-tests-failing-on-oracle-linux-agents"
updated: 2023-02-01T17:21:24Z
published: 2023-02-01T17:21:24Z
canonical: "docs.catchpoint.com/chrome-tests-failing-on-oracle-linux-agents"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.catchpoint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Chrome Tests Failing  on Oracle Linux agents

## 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
~~~
 ![oracle_-1.png](https://cdn.document360.io/cb4af8f9-6751-4fd2-b39c-07aae832badb/Images/Documentation/12023750119195-oracle_-1.png)

## 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.
