"Look at" usually means "Read the file" - look at the content ;)
Adam Carter wrote: > On Wed, May 27, 2015 at 10:37 AM, Holger Hoffstätte < > holger.hoffstae...@googlemail.com> wrote: > > > On Wed, 27 May 2015 09:54:33 +1000, Adam Carter wrote: > > > > > Is this working looking into? The programs generally work ok, so this is > > > more for interests sake. > > > > > > # ldd /usr/lib64/firefox/plugin-container | grep not > > > libmozalloc.so => not found > > > libxul.so => not found > > > > This is normal, look at e.g. /usr/bin/firefox-bin to see why it works > > as expected. > > > > $ ls -l /usr/bin/firefox* > lrwxrwxrwx 1 root root 26 May 9 19:13 /usr/bin/firefox -> > /usr/lib64/firefox/firefox* > > $ ls -l /usr/lib64/firefox/firefox* > -rwxr-xr-x 1 root root 441096 May 9 19:13 /usr/lib64/firefox/firefox* > -rwxr-xr-x 1 root root 441096 May 9 19:13 /usr/lib64/firefox/firefox-bin* > > $ md5sum /usr/lib64/firefox/firefox* > 61f2c178ef765770824c45c6ea9fa5e1 /usr/lib64/firefox/firefox > 61f2c178ef765770824c45c6ea9fa5e1 /usr/lib64/firefox/firefox-bin > > Is that what you expect me to see? I dont think I understand what you're > saying.