Adobe Linux Flash

Robert Bonomi bonomi at mail.r-bonomi.com
Sat Feb 18 06:39:30 UTC 2012


> From owner-freebsd-questions at freebsd.org  Fri Feb 17 16:25:49 2012
> From: sean <tech.junk at myfairpoint.net>
> Date: Fri, 17 Feb 2012 17:20:26 -0500
> To: freebsd-questions at 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.




More information about the freebsd-questions mailing list