Hello everyone,
i'm trying to setup a FreeBSD Desktop mostly as a hobby project, so far things are going surprisingly well! Only thing missing right now is a working solution to run citrix.
First of all, i'm on FreeBSD 14.1-RELEASE. I have successfully setup the linuxilator using the ubuntu (focal) environment. Most Linux-Apps are running just fine.
The Citrix Receiver Port seems pretty outdated, so i figured the current Citrix Workspace Linux-Version (24.5.0.76) might be my best chance.
However, other than the configmgr-gui, nothing is working. This is what i get when trying to launch the selfservice-app:
I have tried the old citrix receiver binary used by the port, result is exactly the same.
I'm unsure if attempting to install the old Receiver via the Port (i have just downloaded the tarball here) is viable, since the port relies on the linux-c7 base instead of ubuntu. I did try it, but ran into errors while doing make:
My attempt at fixing this was installing libc6-i386 in my ubuntu chroot, thinking it has something to do with missing 32bit libs maybe, didn't make a difference though.
Soo.. Anyone successfully running Citrix on FreeBSD? How did you accomplish it?
Thanks for reading, please let me know if i can provide more info if needed!
i'm trying to setup a FreeBSD Desktop mostly as a hobby project, so far things are going surprisingly well! Only thing missing right now is a working solution to run citrix.
First of all, i'm on FreeBSD 14.1-RELEASE. I have successfully setup the linuxilator using the ubuntu (focal) environment. Most Linux-Apps are running just fine.
The Citrix Receiver Port seems pretty outdated, so i figured the current Citrix Workspace Linux-Version (24.5.0.76) might be my best chance.
However, other than the configmgr-gui, nothing is working. This is what i get when trying to launch the selfservice-app:
Code:
commo@Prime ~> /opt/Citrix/ICAClient/selfservice --icaroot /opt/Citrix/ICAClient
Error creating needed directory /.ICAClient/
(process:5213): Gtk-WARNING **: 20:16:00.978: Locale not supported by C library.
Using the fallback 'C' locale.
Bus error
EULA was rejected.
I have tried the old citrix receiver binary used by the port, result is exactly the same.
I'm unsure if attempting to install the old Receiver via the Port (i have just downloaded the tarball here) is viable, since the port relies on the linux-c7 base instead of ubuntu. I did try it, but ran into errors while doing make:
Code:
cd /usr/ports/net/citrix_ica/work/citrix_ica-13.10.0 && /bin/sh -c './setupwfc'
ELF interpreter /lib/ld-linux.so.2 not found, error 2
Abort trap
Soo.. Anyone successfully running Citrix on FreeBSD? How did you accomplish it?
Thanks for reading, please let me know if i can provide more info if needed!