> From [email protected] Fri Feb 17 16:25:49 2012 > From: sean <[email protected]> > Date: Fri, 17 Feb 2012 17:20:26 -0500 > To: [email protected] > 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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
