I had some trouble installing this package, so here is what I did to make this work:
- Using pacaur, I got the error:
/bin/pacman: unrecognized option '--color never'
I don't know if this is a pacaur related issue. But anyway, the package is downloaded by pacaur to~/.cache/pacaur/icaclient
- I
cd
to the package directory (~/.cache/pacaur/icaclient
) and attempt a manual install (makepkg -si
). This time hitting another problem:Unknown regexp modifier "/W" at /bin/c_rehash line 28, at end of line
and a bunch of other error messages. - I open the file
/bin/c_rehash
, the error in this file is not on line 28 as the error message suggests. Instead it is at line 15 and 16. Change these line to:my $dir = "/etc/ssl";
andmy $prefix = "/usr";
. The problem is that double quotes were missing for string literals on those lines. - After editing
/bin/c_rehash
, I went back to the package directory (~/.cache/pacaur/icaclient
in my case) and triedmakepkg -si
again. This time it worked.
Hope it helps :)
Pinned Comments
buzo commented on 2021-06-26 12:42 (UTC) (edited on 2023-02-02 09:00 (UTC) by buzo)
If you cannot build because of a missing tar ball or a failed sha256 checksum validation, then the package is most likely outdated and they have removed the old version already. In this case, please click on “Flag package out-of-date”.
evanator commented on 2020-07-02 06:46 (UTC)
Found a fix for "authentication service could not be contacted"
Edit the config file under /home/username/.ICAClient\WFClient.ini and add a new line SSLCiphers=ALL save file and run "killall AuthManagerDaemon ServiceRecord selfservice storebrowse"
Relaunch Citrix and you should be fine