From owner-freebsd-questions@FreeBSD.ORG Sat Feb 18 06:39:30 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FFDF106564A for ; Sat, 18 Feb 2012 06:39:30 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id C3B388FC0A for ; Sat, 18 Feb 2012 06:39:29 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q1I6iLR1070807 for freebsd-questions@freebsd.org; Sat, 18 Feb 2012 00:44:21 -0600 (CST) Date: Sat, 18 Feb 2012 00:44:21 -0600 (CST) From: Robert Bonomi Message-Id: <201202180644.q1I6iLR1070807@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: Subject: Re: Adobe Linux Flash 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: Sat, 18 Feb 2012 06:39:30 -0000 > From owner-freebsd-questions@freebsd.org Fri Feb 17 16:25:49 2012 > From: sean > Date: Fri, 17 Feb 2012 17:20:26 -0500 > To: freebsd-questions@freebsd.org > Subject: Re: Adobe Linux Flash > > > On Feb 16, 2012, at 8:33 PM, Da Rock wrote: > > > > > > Problem, I think lies, in the symlink. You don't need it, kill it and run nspluginwrapper - the only flash file in your browser plugins directory should be prefixed with npwrapper. > > > > There may be an issue with nspluginwrapper (currently being discussed - can anyone confirm if its similar?) that has to resolved. > > > > Just to check, can you run `find /usr/local/ | grep ld-linux.so` and see if it comes up? It could show ld-linux.so or the same followed by a number. Copy the result here. > > I deleted both symlinks and ran the find, no results returned. Try: find / -name 'ld-linux.so*' -print (including the single-quotes) If you do _NOT_ get a listing from that, you didn't just delete the symlink, you wiped out the actual shared library, and will have to re-install it.