From owner-freebsd-questions@FreeBSD.ORG Mon May 1 14:45:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A9CE16A41F for ; Mon, 1 May 2006 14:45:19 +0000 (UTC) (envelope-from john@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id C350D43D46 for ; Mon, 1 May 2006 14:45:18 +0000 (GMT) (envelope-from john@jnielsen.net) Received: from localhost (jn@ns1 [69.55.238.237]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id k41EjHQN008514; Mon, 1 May 2006 07:45:18 -0700 (PDT) (envelope-from john@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Mon, 1 May 2006 10:44:42 -0400 User-Agent: KMail/1.9.1 References: <445035D0.8060902@averageadmins.com> <20060427111324.1a3f67f6@apircalabu.dsd.ro> <20060501151837.643b3929@localhost> In-Reply-To: <20060501151837.643b3929@localhost> X-Face: #X5#Y*q>F:]zT!DegL3z5Xo'^MN[$8k\[4^3rN~wm=s=Uw(sW}R?3b^*f1Wu*.<=?utf-8?q?of=5F4NrS=0A=09P*M/9CpxDo!D6?=)IY1w<9B1jB; tBQf[RU-R<,I)e"$q7N7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605011044.42837.john@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Norberto Meijome Subject: Re: Flash 7 and Firefox 1.5.0.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2006 14:45:19 -0000 On Monday 01 May 2006 01:18, Norberto Meijome wrote: > Jeff, please let me know how you go with this - I've tried this several > times (all steps,including patchign for _dlsym) with no luck... maybe I > missed something every time :-|... I'm thinking of using linux-firefox > which , apparently, from a post to this list, supports the binary plugin > from macromedia. Jumping in late here. I have Flash 7 working with Firefox on 6.1-RC. Here's everything I remember doing: 1) I apply the rtld_dlsym_hack.diff patch after every time I update my sources and before I build / install world. I don't remember where I got it but it should be in the mailing list archives. It should be sufficient to rebuild and reinstall just rtld. 2) I have these packages installed: linux-flashplugin-7.0r63 linux_base-8-8.0_14 linuxpluginwrapper-20051113_2 3) I have this in /etc/libmap.conf # [ALPHA SUPPORT] Flash7 with Mozilla [/usr/X11R6/lib/linux-flashplugin7/libflashplayer.so] libpthread.so.0 libpthread.so.2 libdl.so.2 pluginwrapper/flash7.so libz.so.1 libz.so.3 libm.so.6 libm.so.4 libc.so.6 pluginwrapper/flash7.so I also have all of the Flash6 lines commented out. I don't know if that's necessary or not. 4) flashplayer.xpt and libflashplayer.so in /usr/X11R6/lib/browser_plugins/ are symlinks to the real files in /usr/X11R6/lib/linux-flashplugin7/. HTH, JN