From owner-freebsd-stable@FreeBSD.ORG Mon Oct 16 23:44:19 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 349C916A412 for ; Mon, 16 Oct 2006 23:44:19 +0000 (UTC) (envelope-from duane@dwpc.dwlabs.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B08BC43D5A for ; Mon, 16 Oct 2006 23:44:16 +0000 (GMT) (envelope-from duane@dwpc.dwlabs.ca) Received: from ip04.eastlink.ca ([24.222.10.20]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0J79009D05T1INR1@mta01.eastlink.ca> for freebsd-stable@freebsd.org; Mon, 16 Oct 2006 20:41:25 -0300 (ADT) Received: from blk-224-199-230.eastlink.ca (HELO dwpc.dwlabs.ca) ([24.224.199.230]) by ip04.eastlink.ca with ESMTP; Mon, 16 Oct 2006 20:44:15 -0300 Received: from dwpc.dwlabs.ca (localhost [127.0.0.1]) by dwpc.dwlabs.ca (8.13.8/8.13.8) with ESMTP id k9GNhttW020264; Mon, 16 Oct 2006 20:43:55 -0300 (ADT envelope-from duane@dwpc.dwlabs.ca) Received: (from duane@localhost) by dwpc.dwlabs.ca (8.13.8/8.13.8/Submit) id k9GNhsR4020263; Mon, 16 Oct 2006 20:43:54 -0300 (ADT envelope-from duane) Date: Mon, 16 Oct 2006 20:43:54 -0300 From: Duane Whitty In-reply-to: <20061016145200.M24640@atlantis.atlantis.dp.ua> To: Dmitry Pryanishnikov Message-id: <20061016234354.GA20196@dwpc.dwlabs.ca> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AR4FAMqzM0WBSopd X-IronPort-AV: i="4.09,317,1157338800"; d="scan'208"; a="822393773:sNHT172671188" References: <4532F988.6000708@greenmeadow.ca> <20061016145200.M24640@atlantis.atlantis.dp.ua> User-Agent: Mutt/1.4.2.2i Cc: freebsd-stable@freebsd.org Subject: Re: flash7/firefox plugin no longer registers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Oct 2006 23:44:19 -0000 On Mon, Oct 16, 2006 at 03:06:26PM +0300, Dmitry Pryanishnikov wrote: > > Hello! > > On Mon, 16 Oct 2006, Duane Whitty wrote: > >Has anyone else lost their flash7 plugin in firefox on 6-STABLE? > > I use native seamonkey-1.0.5 + linuxpluginwrapper-20051113_6 + > linux-flashplugin-7.0r68, and this "toolchain" worked for simple > flash content under RELENG_6 as of 2006.10.09, and continues to > work under fresh RELENG_6 (2006.10.16). However, the following looks > non-standard (it doesn't match corresponding section from > > /usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6 > > ) in your configuration: > > >Here is my current etc/libmap.conf which I updated after upgrading to the > >most > >recent firefox > > > ># [ALPHA SUPPORT] Flash7 with Mozilla > >[/usr/local/lib/browser_plugins/libflashplayer.so] > > Are you sure that file location should point at symlink instead of the > real > file? My setup works correctly when I specify _real_ .so path here: > > [/usr/local/lib/npapi/linux-flashplugin/libflashplayer.so] > > and doesn't work when I specify symlink: > > [/usr/X11R6/lib/browser_linux_plugins/libflashplayer.so] > > In the latter case, flash plug-in shows fine under Help -> About Plug-ins, > but fails during Flash content display: > > LoadPlugin: failed to initialize shared library > /usr/local/lib/npapi/linux-flashplugin/libflashplayer.so [Shared object > "libpthread.so.0" not found, required by "libflashplayer.so"] > > Generally, it helps _a lot_ to start the browser from xterm's command line > in this situations - you'll see all error and warning messages then. > > Sincerely, Dmitry > -- > Atlantis ISP, System Administrator > e-mail: dmitry@atlantis.dp.ua > nic-hdl: LYNX-RIPE > _______________________________________________ Thank you Dmitry and everyone, I fixed the file location it doesn't point to a sysmlink which somehow I completely overlooked, thanks. When it still didn't work I removed the absolute path names from the mappings. Everything works great now (at least as well as before :) ) Thanks for the help. Best Regards, Duane Whitty