From owner-freebsd-questions@FreeBSD.ORG Mon Nov 21 15:04:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7D3D16A41F for ; Mon, 21 Nov 2005 15:04:25 +0000 (GMT) (envelope-from myfreebsd@cox.net) Received: from eastrmmtao03.cox.net (eastrmmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25AD043D45 for ; Mon, 21 Nov 2005 15:04:25 +0000 (GMT) (envelope-from myfreebsd@cox.net) Received: from [172.18.52.8] (really [172.18.52.68]) by eastrmmtao03.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20051121150314.MDMG29285.eastrmmtao03.cox.net@[172.18.52.8]>; Mon, 21 Nov 2005 10:03:14 -0500 X-Mailer: Openwave WebEngine, version 2.8.15 (webedge20-101-1103-20040528) From: To: Date: Mon, 21 Nov 2005 10:03:00 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20051121150314.MDMG29285.eastrmmtao03.cox.net@[172.18.52.8]> Cc: freebsd-questions@freebsd.org Subject: RE:Re: plugin in mozilla X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Nov 2005 15:04:25 -0000 >Tino Boss wrote: >> Mikael Backman wrote: >> >>> hi! >>> i have installed linuxpluginwrapper and added the file >/etc/libmap.conf >>> from the examples for 6.0 but mozilla shows no plugin >installed... >>> what can i do? i even rebooted ... > > > > These things were discussed here before; so you might >wanna have a > look at the archives. > > Short version: > > - install the required ports: mozilla/firefox, linuxpluginwrapper > (plugins should be installed automatically as its dependencies) > - create the apropriate links in /usr/X11R6/lib/browser_plugins > - verify the paths in /etc/libmap.conf > - rename /usr/local/bin/acroread7 to /usr/local/bin/acroread for > acroread plugin to work > > Tino >I did all the above but acrobat does not work as plugin of >mozilla >sincerely >Filippo Moretti You will also need to change the libmap.conf entry for acroread. It points to /usr/compat/linux and needs to point to the nppd.so in /usr/local/lib/acroread. You will need to enter the full pathname (sorry I am at work on MS). David