From owner-freebsd-gnome@FreeBSD.ORG Sat Jun 17 12:48:19 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B59616A481 for ; Sat, 17 Jun 2006 12:48:19 +0000 (UTC) (envelope-from randy@psg.com) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CECA43D58 for ; Sat, 17 Jun 2006 12:48:19 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FraDq-0000Ht-GG; Sat, 17 Jun 2006 12:48:18 +0000 Received: from localhost ([127.0.0.1] helo=roam.psg.com) by roam.psg.com with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FraDp-000Adm-Fk; Sat, 17 Jun 2006 02:48:17 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17555.64016.974378.369036@roam.psg.com> Date: Sat, 17 Jun 2006 05:48:16 -0700 To: "Scott T. Hildreth" References: <20060608120155.EB51716F8FC@hub.freebsd.org> <1149865048.3038.233.camel@scotth.emsphone.com> <20060612231834.GA3328@dagobah.vindaloo.com> <1150468871.47958.12.camel@fbsd1.dyndns.org> Cc: freebsd-gnome@freebsd.org Subject: Re: Flash problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jun 2006 12:48:19 -0000 >> CVSuping my ports tree and building the latest firefox >> Updating linuxpluginwrapper >> Changing from www/linux-flashplugin6 to www/linuxflashplugin7 >> Applying the rtld-elf patch. > flashplayer.xpt@ -> /usr/X11R6/lib/linux-flashplugin7/flashplayer.xpt > libflashplayer.so@ -> /usr/X11R6/lib/linux-flashplugin7/libflashplayer.so > Works for me, native FreeBSD & flash7. still stuck. was this the correct link ln -s /usr/X11R6/lib/linux-flashplugin7/flashplayer.xpt /usr/X11R6/lib/firefox/plugins ln -s /usr/X11R6/lib/linux-flashplugin7/libflashplayer.so /usr/X11R6/lib/firefox/plugins with these firefox-1.5.0.4,1 linuxpluginwrapper-20051113 and the patch? opps! i bet i have to reboot to get the hack to rtld-elf randy