From owner-freebsd-ports@FreeBSD.ORG Tue Jun 3 17:54:40 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66093747 for ; Tue, 3 Jun 2014 17:54:40 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B86F2522 for ; Tue, 3 Jun 2014 17:54:39 +0000 (UTC) Received: from [149.142.83.254] (helo=localhost) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Wrsuu-0002dx-J7 for ports@freebsd.org; Tue, 03 Jun 2014 17:54:32 +0000 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 149.142.83.254 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18pKABXrYKyK+Mn8jjEoWHd From: Aric Gregson To: FreeBSD Ports Subject: Re: Citrix Ica Port Permissions Problem Organization: http://xochitlfilms.com References: <86mwe1wm84.fsf@freeenv.ad.medctr.ucla.edu> Date: Tue, 03 Jun 2014 10:54:31 -0700 In-Reply-To: (Adam Vande More's message of "Sat, 31 May 2014 01:03:05 -0500") Message-ID: <86lhtdev54.fsf@freeenv.ad.medctr.ucla.edu> User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.4.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2014 17:54:40 -0000 I'm not sure, but it looks like citrix_ica requires the setupwfc to run, which it won't because it is on FreeBSD. When I run just the wfica client, it cannot find libgtk-x11-2.0.so.0, which does already exist in /usr/local/lib. It seems like either it is not linking during the install, or it requires that something happen post install, which cannot actually happen on FreeBSD. /usr/local/ICAClient/wfica: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory Has anyone been able to get this port to work? The citrix_xenapp did work before. Thanks, Aric