From owner-freebsd-stable@FreeBSD.ORG Wed Sep 28 18:08:28 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13608106566C for ; Wed, 28 Sep 2011 18:08:28 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward11.mail.yandex.net (forward11.mail.yandex.net [IPv6:2a02:6b8:0:801::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4088FC12 for ; Wed, 28 Sep 2011 18:08:27 +0000 (UTC) Received: from web145.yandex.ru (web145.yandex.ru [95.108.131.160]) by forward11.mail.yandex.net (Yandex) with ESMTP id 9C0B3E8331E; Wed, 28 Sep 2011 22:08:25 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317233305; bh=OziSvU447gMt5CGBAWuxKrIwkAnFkcSl592FO9MP4hc=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=FPZh6miWIkGcQnCL6kTCTX6DzMeD6lN7Y8vRHQ+4MALEyypxBL23khrDP58E4Kk3U Vla3aFc3Vp4NM8Qe6mUFIp69/PtJJXtvx1mMiL/MWN/THL/TBjjvPDSJTmecXLHDAo +tyyYIK50216xBcH8LAWN2fHepW+XWzOi8fzegzc= Received: from localhost (localhost.localdomain [127.0.0.1]) by web145.yandex.ru (Yandex) with ESMTP id 7A5AB4100002; Wed, 28 Sep 2011 22:08:25 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1317233305; bh=OziSvU447gMt5CGBAWuxKrIwkAnFkcSl592FO9MP4hc=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=FPZh6miWIkGcQnCL6kTCTX6DzMeD6lN7Y8vRHQ+4MALEyypxBL23khrDP58E4Kk3U Vla3aFc3Vp4NM8Qe6mUFIp69/PtJJXtvx1mMiL/MWN/THL/TBjjvPDSJTmecXLHDAo +tyyYIK50216xBcH8LAWN2fHepW+XWzOi8fzegzc= X-Yandex-Spam: 1 Received: from [188.134.22.116] ([188.134.22.116]) by web145.yandex.ru with HTTP; Wed, 28 Sep 2011 22:08:25 +0400 From: S.N.Grigoriev To: Conrad J. Sabatier In-Reply-To: <20110928121035.568ff6e6@cox.net> References: <289481317219917@web124.yandex.ru> <20110928104226.2e53343f@cox.net> <587271317225583@web125.yandex.ru> <20110928115008.3d121d38@cox.net> <20110928121035.568ff6e6@cox.net> MIME-Version: 1.0 Message-Id: <753371317233305@web145.yandex.ru> Date: Wed, 28 Sep 2011 22:08:25 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: freebsd-stable@freebsd.org Subject: Re: linux-f10-flashplugin 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: Wed, 28 Sep 2011 18:08:28 -0000 28.09.2011, 21:10, "Conrad J. Sabatier" : > On Wed, 28 Sep 2011 11:50:08 -0500 > "Conrad J. Sabatier" wrote: > >> šIt was a while ago that I did the actual wrapper install, but if I >> šremember right, I simply copied npwrapper.libflashplayer.so >> šfrom /usr/local/lib/browser_plugins to /home/conrads/.mozilla/plugins. >> šYou may want to try doing that and see if firefox/chromium will then >> šrecognize it. >> >> šIn theory, the system-wide install >> šunder /usr/local/lib/browser_plugins *should* work, but I seem to >> šrecall having problems with it, which was why I tried putting it >> šunder ~/.mozilla/plugins. šMaybe it has something to do with the fact >> šthat it's not a native plugin(?). šI don't know, really. šBut this >> šhas worked fine for me ever since, even across upgrades. >> >> šHope this helps. šLet us know how it turns out. > > Actually, now that I think of it, I think the way I did it was this: > > cd /home/conrads/.mozilla/plugins > > /usr/local/lib/nspluginwrapper/x86_64/freebsd/npconfig > -i /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so > > And npwrapper.libflashplayer.so was created > under /home/conrads/.mozilla/plugins. > > Hope this helps. I've done it. No results. -- Regards, Serguey.