Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 15:51:39 -0700
From:      Aric Gregson <aorchid@mac.com>
To:        ports@FreeBSD.org
Subject:   Citrix Ica Port Permissions Problem
Message-ID:  <86mwe1wm84.fsf@freeenv.ad.medctr.ucla.edu>

next in thread | raw e-mail | index | archive | help
Hello,

I just updated my ports for 10.0-RELEASE and redid the linux base to
include the newer https://github.com/xmj/linux-ports. I seem to have
installed net/citrix_ica just fine, but it will not run. I have had this
port running with prior additions without any problems. I see that the
port files have been moved around a bit. I now have this error:

% wfica
exec: /usr/local/ICAClient/wfica: Permission denied

% /usr/local/ICAClient/setupwfc

Citrix does not test or support this client on the FreeBSD operating system.

exec: /usr/local/ICAClient/util/hinst: Permission denied

% sudo /usr/local/ICAClient/setupwfc

Citrix does not test or support this client on the FreeBSD operating system.

exec: /usr/local/ICAClient/util/hinst: Permission denied

It seems that the file in /usr/local/bin is just calling the wfica in
/usr/local/ICAClient directory:

$ cat /usr/local/bin/wfica
#!/bin/sh
export ICAROOT=/usr/local/ICAClient
exec $ICAROOT/wfica "$@"

I'm not sure how to go about fixing this. There is no listed maintainer
for this port.

Thanks in advance.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86mwe1wm84.fsf>