From owner-freebsd-questions@FreeBSD.ORG Fri Mar 3 17:02:01 2006 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 7F33916A420 for ; Fri, 3 Mar 2006 17:02:01 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: from smtp108.sbc.mail.re2.yahoo.com (smtp108.sbc.mail.re2.yahoo.com [68.142.229.97]) by mx1.FreeBSD.org (Postfix) with SMTP id E920B43D46 for ; Fri, 3 Mar 2006 17:02:00 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: (qmail 16820 invoked from network); 3 Mar 2006 17:01:56 -0000 Received: from unknown (HELO pres1750.mylan.net) (donaldj@ameritech.net@69.212.23.169 with plain) by smtp108.sbc.mail.re2.yahoo.com with SMTP; 3 Mar 2006 17:01:55 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Fri, 3 Mar 2006 11:01:53 -0600 User-Agent: KMail/1.9.1 References: <440857BA.7040309@glocalnet.net> <200603030929.49105.duncan.fbsd@gmail.com> <440869B8.8090702@glocalnet.net> In-Reply-To: <440869B8.8090702@glocalnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200603031101.54070.donaldjoneill@gmail.com> Cc: Mikael Backman Subject: Re: plugin in firefox 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: Fri, 03 Mar 2006 17:02:01 -0000 On Friday 03 March 2006 10:07, Mikael Backman wrote: > > Thank you for your reply. But it didn't help to replace libmap.conf > with your file or run ldconfig. I get the same error messages. I must > be doing somthing stupid somewhere. Maybe I should use linux-firefox? > _______________________________________________ No, it does work with a native firefox. I've got it working on mine, I have FreeBSD 6.1 PRERELEASE, so you can get it working on yours. The big problem is, I can't remember where I found the information. It could have been on ports@, I think there was quite a discussion on there at one time. ls -l /usr/X11R6/lib/browser_plugins should look something like this: =============== flashplayer.xpt -> /usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt libflashplayer.so -> /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so libjavaplugin_oji.so -> /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so nphelix.so -> /usr/X11R6/lib/linux-mozilla/plugins/nphelix.so nphelix.xpt -> /usr/X11R6/lib/linux-mozilla/plugins/nphelix.xpt nppdf.so -> /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so ================== It appears that I've got some more work to do to get Acrobat7 to work, but everything else is. Don