From owner-freebsd-questions@FreeBSD.ORG Sun Jul 23 15:25:29 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 22EBC16A4DE for ; Sun, 23 Jul 2006 15:25:29 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id C21D043D45 for ; Sun, 23 Jul 2006 15:25:28 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 23579 invoked from network); 23 Jul 2006 15:25:28 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Jul 2006 15:25:27 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D974C2842A; Sun, 23 Jul 2006 11:25:26 -0400 (EDT) To: "Sean M." References: <20060723082048.8880.qmail@web52314.mail.yahoo.com> From: Lowell Gilbert Date: Sun, 23 Jul 2006 11:25:26 -0400 In-Reply-To: <20060723082048.8880.qmail@web52314.mail.yahoo.com> (Sean M.'s message of "Sun, 23 Jul 2006 01:20:48 -0700 (PDT)") Message-ID: <448xmks5qx.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: [6.1-RELEASE] Flash crashes; can't apply patch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 15:25:29 -0000 "Sean M." writes: > about:plugins in Firefox shows that the linux-flashplugin7 port took: > > Shockwave Flash > > File name: libflashplayer.so > Shockwave Flash 7.0 r63 > > MIME Type Description Suffixes Enabled > application/x-shockwave-flash Shockwave Flash swf Yes > application/futuresplash FutureSplash Player spl Yes > > > But it shut down as soon as I tried to go to a flash site. OK, so, > apparently I'm supposed to apply a patch: > > [/usr/src]# fetch http://people.FreeBSD.org/~nork/rtld_dlsym_hack.diff > > All right, now: > > [/usr/src]# patch Hmm... Looks like a unified diff to me... > The text leading up to this was: > -------------------------- > |--- libexec/rtld-elf/rtld.c.orig Fri Sep 24 08:04:52 2004 > |+++ libexec/rtld-elf/rtld.c Sun Oct 17 03:37:44 2004 > -------------------------- > File to patch: > No file found--skip this patch? [n] y > Skipping patch... > Hunk #1 ignored at 129. > Hunk #2 ignored at 178. > Hunk #3 ignored at 1738. > 3 out of 3 hunks ignored--saving rejects to rtld.c.rej > done > > > Well, what am I supposed to do now? What does "ls -l /usr/src/libexec/rtld-elf/rtld.c" say? [You do have sources installed, right? And built your base system from them?