From owner-freebsd-ports@FreeBSD.ORG Tue Oct 11 22:21:02 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7EBB16A41F; Tue, 11 Oct 2005 22:21:02 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from smtp.wizwire.com (smtp.wizwire.com [209.218.100.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 664E843D45; Tue, 11 Oct 2005 22:21:02 +0000 (GMT) (envelope-from jahnke@fmjassoc.com) Received: from pinot.fmjassoc.com (209.218.101.53.bvi2.wizwire.com [209.218.101.53]) by smtp.wizwire.com (8.13.1/8.13.1) with ESMTP id j9BMKfPZ005746; Tue, 11 Oct 2005 15:20:41 -0700 From: Frank Jahnke To: nork@freebsd.org Content-Type: text/plain Organization: FMJ & Associates Date: Tue, 11 Oct 2005 15:14:10 -0700 Message-Id: <1129068850.711.19.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-WizWire-MailScanner-Information: Please contact the ISP for more information X-MailScanner-From: jahnke@fmjassoc.com Cc: ports@freebsd.org Subject: portupgrade, linuxpluginwrapper, acroread7 and Epiphany X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@fmjassoc.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2005 22:21:02 -0000 I updated to 6.0RC earlier today, and am now upgrading my various ports (which I always do manually). One of the first I did was Acroread7, which needed it. I did the usual portupgrade, and it went through the recursive upgrades without a hitch (including linuxpluginwrapper). Now, however, acroread7 cannot be invoked as a plugin from Epiphany. I corrected an improper location in libmap.conf, but it still does not load. It works fine from the command line. Any advice would be most appreciated, but this may well be an issue with linuxpluginwrapper. Information: libmap.conf: # Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror [/usr/X11R6/lib/browser_plugins/nppdf.so] libc.so.6 pluginwrapper/acrobat.so where the location is linked to /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so, which exists and is readable and executable. Similarly, libc.so.6 is the highest version on the system, and pluginwrapper/acrobat.so exists in /usr/local/lib and is also readable. about:plugins in Epiphany shows the plugin is enabled. Still, it does not load into Epiphany. All of the other plugins (Java, RealPlayer and Flash) work fine. The plugin also no longer works in Mozilla 1.7.7, but is enabled. Frank