VMware Horizon Community
karagol
Contributor
Contributor

Could not install Horizon Client on Rocky Linux 9.1

Hi folks;

I have downloaded latest horizon client version 2209. I have checked checksums. When I tried to execute it, it did not anything. No output, no errors. I have checked inside the .bundle file and I have found "set -e" preventing outputs. I have  disabled this line and executed again, and it gave error:

"magic number does not match"

I have modified the script by disabling "set -e" (IMHO so magic number changed) and then I have modified .bundle file again to disable magic number check. Then executed again:

Extracting WMvare Installer
done.
install does not exists
on_exit

I have spend more time on what script did. And I have found tmp directories created under /tmp but installer did not able to extracted from .bundle file.

I have tried manual installation by using this link, but I couldnt achived:

https://docs.vmware.com/en/VMware-Horizon-Client-for-Linux/2209/rn/vmware-horizon-client-for-linux-2...

Any opinions. Anyone able to install RH 9.1 or Rocky 9.1

 

Best Regards
Taner KARAGOL

 

 

Reply
0 Kudos
1 Reply
karagol
Contributor
Contributor

I had able to complete manual installation:

Under the /usr/lib64 directory I have created symbolic link for libudev.so.o

ln -s libudev.so.1 libudev.so.0

I have disabled Wayland protocol by editing /etc/gdm/custom.conf

Then it works (USB redirection works too).  But I need Skype so I have tried to install Skype part. Skype installation script (setup.sh) again gave error. It tries to copy some files from installation directory to destination:

cp lin64/*.so.6 /path/to/destination/

But "lin64" folders does not contain any .so.6 files. It only contains .so files. I have editied setup.sh to copy *.so files.

Installation finished but Skype sound&mic does not work.

 

Reply
0 Kudos