From owner-freebsd-stable@FreeBSD.ORG Mon Jan 5 21:38:58 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F8716A4CE; Mon, 5 Jan 2004 21:38:58 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3ACE43D53; Mon, 5 Jan 2004 21:38:57 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i065cuiw029029; Tue, 6 Jan 2004 00:38:57 -0500 (EST) Date: Tue, 6 Jan 2004 00:38:56 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: "J. Shollenberger" In-Reply-To: <3FFA3372.1080506@speakeasy.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-mozilla@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: linuxpluginwrapper woes X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 05:38:59 -0000 On Mon, 5 Jan 2004, J. Shollenberger wrote: > Hi all, > > I am trying to get www/linuxpluginwrapper and www/linux-flashplugin6 > running with mozilla on > 4.9-STABLE. I've patched the rtld-elf source, installed, installed the > ports referenced above, and set up > /etc/libmap.conf like linuxpluginwrapper's pkg-message says to do. But > every time I launch mozilla, I get the > following error: > > LoadPlugin: failed to initialize shared library > /usr/local/lib/linux-flashplugin6/libflashplayer.so > [Shared object "libpthread.so.0" not found] > LoadPlugin: failed to initialize shared library > /usr/local/Acrobat5/Browsers/intellinux/nppdf.so > [Shared object "libc.so.6" not found] Try changing the entry for "/usr/local/lib/linux-flashplugin6/libflashplayer.so" to "/usr/X11R6/lib/browser_plugins/libflashplayer.so" in /etc/libmap.conf. The plugins are loaded from /usr/X11R6/lib/browser_plugins/ but they are really just links to the actual plugins. I guess this sometimes screws up libmap'ing. You might try the same thing for the nppdf.so entry. Also make sure that linux-flashplugin5 is not installed and that the plugin is not in /usr/X11R6/lib/browser_plugins.