From owner-freebsd-stable@FreeBSD.ORG Fri Oct 17 11:40:14 2008 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 B6D36106568A for ; Fri, 17 Oct 2008 11:40:14 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 551598FC12 for ; Fri, 17 Oct 2008 11:40:13 +0000 (UTC) (envelope-from tijl@ulyssis.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AugEAKsW+EhR9S9t/2dsb2JhbACBcsAAg2w Received: from 109.47-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.47.109]) by relay.skynet.be with ESMTP; 17 Oct 2008 13:40:12 +0200 Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.14.3/8.14.3) with ESMTP id m9HBbwgT002125; Fri, 17 Oct 2008 13:37:58 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: "J.R. Oldroyd" Date: Fri, 17 Oct 2008 13:37:56 +0200 User-Agent: KMail/1.9.10 References: <20081014183047.DA9EA4500F@ptavv.es.net> <20081016142537.446d6dc1@mkproductions.org> <20081016162327.1cdcacd1@vougeot> In-Reply-To: <20081016162327.1cdcacd1@vougeot> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810171337.57569.tijl@ulyssis.org> Cc: freebsd-stable@freebsd.org Subject: Re: Status of Flash 9 on stable 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: Fri, 17 Oct 2008 11:40:14 -0000 On Thursday 16 October 2008 22:23:27 J.R. Oldroyd wrote: > It works here, although my 7-stable is a few days old and I applied > the linprocfs.c patch by hand. > > I also used the pre-compiled libflashsupport.so binary referred to in > the thread. > > Then used nspluginwrapper to add links for native apps. > > Linux support is fc8. > > It works in native firefox3, albeit without audio. Firefox does not > crash. Flash apps quietly run to completion. Youtube works. No audio often means libflashsupport can't find all lib dependencies. You can check this with: /compat/linux/bin/sh /usr/bin/ldd /usr/lib/libflashsupport.so linux_base-f8 was missing some of those libs, so make sure you have the latest version of that port.