From owner-freebsd-current@FreeBSD.ORG Wed Jun 14 13:59:25 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B82A716A41A for ; Wed, 14 Jun 2006 13:59:25 +0000 (UTC) (envelope-from ivoras@fer.hr) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E4A43D45 for ; Wed, 14 Jun 2006 13:59:24 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.6/8.13.4) with ESMTP id k5EDvoJa079452 for ; Wed, 14 Jun 2006 15:57:53 +0200 (CEST) (envelope-from ivoras@fer.hr) Message-ID: <449015DE.6090407@fer.hr> Date: Wed, 14 Jun 2006 15:57:50 +0200 From: Ivan Voras User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050921) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "current@freebsd.org" Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Linux-flashplugin7 & rtld - RFC X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 13:59:25 -0000 There's a reasonably well-known way to make Flash7 player work in FreeBSD, described here: http://www.jail.se/freebsd.html It involves patching the rtld with this patch: http://www.jail.se/freebsd/rtld_dlsym_hack.diff I'm not an expert, but this patch looks like free lunch - it doesn't look like it's going to break anything (though not much software depends on it :) ) - can it be committed to current and releng_6?