From owner-freebsd-ports@FreeBSD.ORG Mon Dec 12 06:27:16 2011 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 488091065670; Mon, 12 Dec 2011 06:27:16 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from mail.allbsd.org (gatekeeper-int.allbsd.org [IPv6:2001:2f0:104:e002::2]) by mx1.freebsd.org (Postfix) with ESMTP id A02118FC0A; Mon, 12 Dec 2011 06:27:15 +0000 (UTC) Received: from alph.allbsd.org ([IPv6:2001:2f0:104:e010:862b:2bff:febc:8956]) (authenticated bits=128) by mail.allbsd.org (8.14.4/8.14.4) with ESMTP id pBC6QvnE097765; Mon, 12 Dec 2011 15:27:07 +0900 (JST) (envelope-from hrs@FreeBSD.org) Received: from localhost (localhost [IPv6:::1]) (authenticated bits=0) by alph.allbsd.org (8.14.4/8.14.4) with ESMTP id pBC6QpTf094498; Mon, 12 Dec 2011 15:26:53 +0900 (JST) (envelope-from hrs@FreeBSD.org) Date: Mon, 12 Dec 2011 15:26:29 +0900 (JST) Message-Id: <20111212.152629.1867740732716472368.hrs@allbsd.org> To: dougb@FreeBSD.org From: Hiroki Sato In-Reply-To: <4EE2A456.602@FreeBSD.org> References: <4EE2A456.602@FreeBSD.org> X-PGPkey-fingerprint: BDB3 443F A5DD B3D0 A530 FFD7 4F2C D3D8 2793 CF2D X-Mailer: Mew version 6.3.51 on Emacs 23.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="--Security_Multipart(Mon_Dec_12_15_26_29_2011_457)--" Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97 at gatekeeper.allbsd.org X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (mail.allbsd.org [IPv6:2001:2f0:104:e001::32]); Mon, 12 Dec 2011 15:27:10 +0900 (JST) X-Spam-Status: No, score=-104.4 required=13.0 tests=BAYES_00, CONTENT_TYPE_PRESENT, QENCPTR2, RDNS_NONE, SPF_SOFTFAIL, USER_IN_WHITELIST autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on gatekeeper.allbsd.org Cc: freebsd-ports@FreeBSD.org Subject: Re: Clicking URLs with acroread8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Dec 2011 06:27:16 -0000 ----Security_Multipart(Mon_Dec_12_15_26_29_2011_457)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Doug Barton wrote in <4EE2A456.602@FreeBSD.org>: do> I receive PDF documents with URLs that I need to click, and so I would do> like to get that working in acroread8. I symlink'ed firefox into do> /compat/linux/usr/local/bin, and set the preferences in acroread do> accordingly. That got me from a "firefox not found" error to this, do> printed out in the terminal: do> do> libfam.so.0: cannot open shared object file: No such file or directory do> Failed to load module: /usr/lib/gio/modules/libgiofam.so do> do> Since I have that lib installed as a result of the linux-base port, I do> assume that what is missing is something that it depends on. do> do> Any help resolving this is welcome. Does the following command line do the trick on your environment? % acroread8 -setenv LD_LIBRARY_PATH= The LD_LIBRARY_PATH set by the acroread script often prevents a utility invoked in Acrobat Reader from working. -- Hiroki ----Security_Multipart(Mon_Dec_12_15_26_29_2011_457)-- Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEABECAAYFAk7lnpUACgkQTyzT2CeTzy01ywCeIxSjxKHvngORewTaXJwBLKQv 7VEAoM999jj7fe8SNBxIYhspgH7BRihu =GY7j -----END PGP SIGNATURE----- ----Security_Multipart(Mon_Dec_12_15_26_29_2011_457)----