Client Start Failure on Rocky8

I downloaded the latest Rocky installer RPM and installed it as Root. The RPM installed cleanly using
rpm -ivh BESAgent BESAgent-10.0.9.21-rhe6.x86_64.rpm

The actionsite.afxm file is in /opt/BESClient folder.

When I run the init.d/besclient start command, It fails to start.
Using the systemctl status besclient.service command I get …

● besclient.service - BESClient daemon
   Loaded: loaded (/usr/lib/systemd/system/besclient.service; enabled; vendor preset: disabled)
   Active: failed (Result: exit-code) since Wed 2023-08-09 15:23:39 UTC; 1min 0s ago
   Process: 174911 ExecStart=/usr/local/bin/besclient start (code=exited, status=1/FAILURE)

Aug 09 15:23:39 rocky8-bigfixpoc systemd[1]: Starting BESClient daemon...
Aug 09 15:23:39 rocky8-bigfixpoc besclient[174916]: Starting BigFix: BESClient:
Aug 09 15:23:39 rocky8-bigfixpoc besclient[174911]: Startin]
Aug 09 15:23:39 rocky8-bigfixpoc besclient[174921]: S
Aug 09 15:23:39 rocky8-bigfixpoc systemd[1]: besclient.service: Control process exited, code=exited status=1
Aug 09 15:23:39 rocky8-bigfixpoc systemd[1]: besclient.service: Failed with result 'exit-code'.  
Aug 09 15:23:39 rocky8-bigfixpoc systemd[1]: Failed to start BESClient daemon.
[root@rocky8-bigfixpoc cloudadmin]# 

I checked and the initscripts package is installed.
I checked and the libXaw library was missing, so I installed that, but the client still will not start.

Suggestions on where to look next?

https://help.hcltechsw.com/bigfix/10.0/platform/Platform/Installation/c_rockylinux_installation_instructio.html may help.

If manually installing, you have to copy the masthead to /etc/opt/BESClient/actionsite.afxm (you may need to create the directory if it doesn’t exist, I don’t think the RPM creates the path)