From owner-freebsd-ports@FreeBSD.ORG Sun Jan 27 15:04:55 2008 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 9047B16A418 for ; Sun, 27 Jan 2008 15:04:55 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 55E5013C465 for ; Sun, 27 Jan 2008 15:04:55 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1JJ93r-0002Hu-Cq; Sun, 27 Jan 2008 16:04:43 +0100 Message-ID: <479C9D86.2@gwdg.de> Date: Sun, 27 Jan 2008 16:04:38 +0100 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.9 (X11/20080122) MIME-Version: 1.0 To: jahnke@sonatabio.com References: <1201386390.16114.2.camel@pinot.fmjassoc.com> In-Reply-To: <1201386390.16114.2.camel@pinot.fmjassoc.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-ports@freebsd.org Subject: Re: Acroread8/nspluginwrapper 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: Sun, 27 Jan 2008 15:04:55 -0000 'acroread8 --install-plugin' seems only to create a link for the linux browser plugins. So I make it manual like this: ------------------------ cd //usr/local/lib/browser_plugins ln -s /usr/local/Adobe/Reader8/DEU/Adobe/Reader8/\ Browser/intellinux/nppdf.so nppdf.so nspluginwrapper -a -v -i ------------------------ After that, all works fine for me. Hope this helps, Rainer On 26.01.2008 23:26 (UTC+1), Frank Jahnke wrote: > I installed Acroread8, which seems to work fine for my purposes. I've > not been able to get it to work from a browser with nspluginwrapper > using the usual installation methods (acroread8 --install-plugin; > nspluginwrapper -a -v -i and diddling some with the symbolic links). > > Has anyone invoked Acroread8 from a native browser successfully using > nspluginwrapper? > > Frank