Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-29 Thread Adam Carter
On Fri, May 29, 2015 at 4:21 AM, Fernando Rodriguez frodriguez.develo...@outlook.com wrote: On Thursday, May 28, 2015 6:01:22 PM Adam Carter wrote: How do you tell that the library is loaded by firefox? Load a page with a plugin then run htop, you may see a few plugin-container child

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-28 Thread Fernando Rodriguez
On Thursday, May 28, 2015 6:01:22 PM Adam Carter wrote: How do you tell that the library is loaded by firefox? Load a page with a plugin then run htop, you may see a few plugin-container child processes for firefox, note it's pid and then run (as root): cat /proc/pid/maps | grep libxul.so

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-28 Thread Neil Bothwick
On Thu, 28 May 2015 18:02:24 +1000, Adam Carter wrote: It might help if you said which firefox and thunderbird packages you have installed. The non -bin ones (is that what you were asking?) Exactly, all the confusion over whether the firefox executable is a script or not come down to this,

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-28 Thread Adam Carter
There's no firefox-bin in /usr/bin on my system, there's just # ls -l /usr/bin/firefox* lrwxrwxrwx 1 root root 26 May 9 19:13 /usr/bin/firefox - /usr/lib64/firefox/firefox And in that directory, again no shell script; # file /usr/lib64/firefox/firefox-bin

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-28 Thread Adam Carter
There's no firefox-bin in /usr/bin on my system, there's just # ls -l /usr/bin/firefox* lrwxrwxrwx 1 root root 26 May 9 19:13 /usr/bin/firefox - /usr/lib64/firefox/firefox And in that directory, again no shell script; # file /usr/lib64/firefox/firefox-bin

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-27 Thread Neil Bothwick
On Wed, 27 May 2015 16:20:52 +1000, Adam Carter wrote: There's no firefox-bin in /usr/bin on my system, there's just # ls -l /usr/bin/firefox* lrwxrwxrwx 1 root root 26 May 9 19:13 /usr/bin/firefox - /usr/lib64/firefox/firefox And in that directory, again no shell script; # file

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-27 Thread Franz Fellner
Adam Carter wrote: On Wed, May 27, 2015 at 3:24 PM, Franz Fellner alpine.art...@gmail.com wrote: Look at usually means Read the file - look at the content ;) Lets pretend for one minute that i'm a dumbass. In what way would I read a binary executable, and how is that relevant to

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-27 Thread Adam Carter
On Wed, May 27, 2015 at 4:03 PM, Franz Fellner alpine.art...@gmail.com wrote: Adam Carter wrote: On Wed, May 27, 2015 at 3:24 PM, Franz Fellner alpine.art...@gmail.com wrote: Look at usually means Read the file - look at the content ;) Lets pretend for one minute that i'm a

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-27 Thread Fernando Rodriguez
On Wednesday, May 27, 2015 04:20:52 PM Adam Carter wrote: On Wed, May 27, 2015 at 4:03 PM, Franz Fellner alpine.art...@gmail.com wrote: Adam Carter wrote: On Wed, May 27, 2015 at 3:24 PM, Franz Fellner alpine.art...@gmail.com wrote: Look at usually means Read the file - look at

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-26 Thread Adam Carter
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

[gentoo-user] Re: plugin-containers missing libraries

2015-05-26 Thread Holger Hoffstätte
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

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-26 Thread Franz Fellner
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

Re: [gentoo-user] Re: plugin-containers missing libraries

2015-05-26 Thread Adam Carter
On Wed, May 27, 2015 at 3:24 PM, Franz Fellner alpine.art...@gmail.com wrote: Look at usually means Read the file - look at the content ;) Lets pretend for one minute that i'm a dumbass. In what way would I read a binary executable, and how is that relevant to plugin-container?