Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2012 00:44:21 -0600 (CST)
From:      Robert Bonomi <bonomi@mail.r-bonomi.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Adobe Linux Flash
Message-ID:  <201202180644.q1I6iLR1070807@mail.r-bonomi.com>
In-Reply-To: <D91B372E-FFC2-441A-8623-15BD908F8723@myfairpoint.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> From owner-freebsd-questions@freebsd.org  Fri Feb 17 16:25:49 2012
> From: sean <tech.junk@myfairpoint.net>
> 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.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202180644.q1I6iLR1070807>