From owner-freebsd-questions@FreeBSD.ORG Thu Feb 16 22:27:54 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95D3A106566C for ; Thu, 16 Feb 2012 22:27:54 +0000 (UTC) (envelope-from tech.junk@myfairpoint.net) Received: from mail10c26.carrierzone.com (mail10c26-2170.carrierzone.com [64.29.152.4]) by mx1.freebsd.org (Postfix) with ESMTP id 458788FC14 for ; Thu, 16 Feb 2012 22:27:53 +0000 (UTC) X-Authenticated-User: tech.junk.myfairpoint.net Received: from tardis.cinnet (pool-72-71-207-176.cncdnh.fast03.myfairpoint.net [72.71.207.176]) (authenticated bits=0) by mail10c26.carrierzone.com (8.13.6/8.13.1) with ESMTP id q1GLnR84021153 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 16 Feb 2012 16:49:28 -0500 Message-ID: <4F3D79E7.2050408@myfairpoint.net> Date: Thu, 16 Feb 2012 16:49:27 -0500 From: sean User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CSC: 0 X-CHA: v=1.1 cv=rUjTnvnFbpz+St6OnRxmVmpilzVLXDkrHtRlAnI0xh0= c=1 sm=1 a=ARgoipcozPkA:10 a=YamaJ3vGr5cA:10 a=qiV6Z9L8f1sA:10 a=8nJEP1OIZ-IA:10 a=A6gFFesEe+JZEf3YhMpIRw==:17 a=1uaTfh2U7rgniqKF7VkA:9 a=TqYFnXFISBeApSDdW6sA:7 a=wPNLvfGTeEIA:10 a=A6gFFesEe+JZEf3YhMpIRw==:117 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A020203.4F3D79EB.00FB,ss=1,re=0.000,fgs=0 Subject: Adobe Linux Flash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tech.junk@myfairpoint.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2012 22:27:54 -0000 Hello All, I am trying to get the Adobe Linux Flash working with Firefox. I have followed the directions in the browser handbook section. -"kldstat" shows "linux.ko", and "linprocfs.ko". -"df" lists "linprocfs" mounted on "/compat/linux/proc" I created the symlink from "libflashplayer.so" to the browser_plugins location, and the symlink is listed. Doing some searching on the problem I came across a mention that the /compat directory needs to be symlinked to /usr/compat so I added that in. I ran the "nspluginwrapper" command it searches the correct directories but does complain of "ELF interpreter /lib/ld-linux.so.2 not found" several times. The "IceadTea-Web Plugin" and the "Swfdec" plugin is listed in Firefox's "About:Plugins" page. In fact I can see the "swfdec-plugin" alongside the "libflashplayer.so" and the "npwrapper.libflashplayer.so" in the "/usr/local/lib/browser_plugins" directory. The system itself, a fresh install of FreeBSD 9 amd64. Might it be the 64 bit would be causing problems? Thanks in advance, Sean