> From owner-freebsd-questi...@freebsd.org  Fri Feb 17 16:25:49 2012
> From: sean <tech.j...@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.


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to