From owner-freebsd-questions@FreeBSD.ORG Fri Dec 30 04:15:49 2005 Return-Path: X-Original-To: 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 8E4C716A420 for ; Fri, 30 Dec 2005 04:15:49 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 84E8E43D46 for ; Fri, 30 Dec 2005 04:15:47 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 5002 invoked by uid 502); 30 Dec 2005 04:15:45 -0000 Received: from dsl-12-178-97-72.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@12.178.97.72) by 0 with SMTP; 30 Dec 2005 04:15:45 -0000 X-CLIENT-IP: 12.178.97.72 X-CLIENT-HOST: dsl-12-178-97-72.ywave.com Message-ID: <43B4B46F.30305@ywave.com> Date: Thu, 29 Dec 2005 20:15:43 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051224) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Hill References: <20051229220507.Y91381@tripel.monochrome.org> In-Reply-To: <20051229220507.Y91381@tripel.monochrome.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions List Subject: Re: Mozilla plugins broken after port upgrade 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, 30 Dec 2005 04:15:49 -0000 Chris Hill wrote: > Yesterday I cvsup'ed and upgraded my ports, using the procedure I've > been using for quite some time. After it was done, most of my Mozilla > plug-ins no longer work. I did not upgrade my operating system at that > time, since I'm already at the latest patchlevel. > > The specific issues are with acroread7, flash and mplayer-plugin. All of > these worked as plug-ins before the upgrade, but now none of them do. > Acroread7 and mplayer work fine in their standalone application > incarnations, but not as plug-ins. Curiously, the java plug-in still > works fine. In Mozilla, about:plugins shows java and the mplayer stuff, > but not anything pertaining to Acrobat or PDFs. > > Here is what I've done to try to fix this: > > tripel# mv /etc/libmap.conf /etc/libmap.conf.old > tripel# cp > /usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD5-stable > /etc/libmap.conf > > /etc/libmap.conf - both the new and old versions - have an entry like > # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase > [/usr/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so] > libc.so.6 pluginwrapper/acrobat.so > > libc.so.6 exists; it's a symlink to libc-2.3.2.so, both in > /usr/compat/linux/lib. However, the path shown in [square brackets] does > not exist. Does it need to? man libc.conf doesn't say anything about > those square bracket entries. On the off chance, I tried creating that > heirarchy of directories and touch'ing nppdf.so, but no love so I got > rid of it. > > $ ls /usr/local/lib/pluginwrapper > acrobat.so flash7.so java3d.so oci8.so realplayer.so > flash6.so jai.so java3d_snd.so pips.so > > A search of the list archive turned up a post saying that you have to > have linprocfs mounted *before* doing the *install* on > linuxpluginwrapper. I made that happen; relevant df output is > Filesystem 1K-blocks Used Avail Capacity Mounted on > linprocfs 4 4 0 100% /usr/compat/linux/proc > > I then deinstalled the following via 'make deinstall', then did 'make > reinstall' in this order: > print/acroread7 > www/mozilla > www/linuxpluginwrapper > www/linux-flashplugin > www/mplayer-plugin > > Question: Can someone point me to a writeup of what I need to do, in > what order, to repair this? > > Thanks very much. > > $ uname -a > FreeBSD tripel.monochrome.org 5.4-RELEASE-p8 FreeBSD 5.4-RELEASE-p8 #0: > Thu Oct 13 22:12:04 EDT 2005 > chris@tripel.monochrome.org:/usr/obj/usr/src/sys/TRIPEL i386 > > -- > Chris Hill chris@monochrome.org > ** [ Busy Expunging <|> ] Search the list archives for "Flash Plugin in 6.0" and "Flash no longer displayed in Firefox". It's an issue with the linuxpluginwrapper port, several methods to make it work are described in those recent threads. HTH, Micah