Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: plugin-containers missing libraries
Date: Wed, 27 May 2015 06:21:01
Message-Id: CAC=wYCGiJPs4Whs_E+gXTjpFamsezcw7fw=u0+zChj-FSf+rEg@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: plugin-containers missing libraries by Franz Fellner
1 On Wed, May 27, 2015 at 4:03 PM, Franz Fellner <alpine.art.de@×××××.com>
2 wrote:
3
4 > Adam Carter wrote:
5 > > On Wed, May 27, 2015 at 3:24 PM, Franz Fellner <alpine.art.de@×××××.com>
6 > > wrote:
7 > >
8 > > > "Look at" usually means "Read the file" - look at the content ;)
9 > > >
10 > >
11 > > Lets pretend for one minute that i'm a dumbass. In what way would I read
12 > a
13 > > binary executable, and how is that relevant to plugin-container?
14 >
15 > Just have a look and don't pretend it's a binary file ;)
16 >
17 > $ cat /usr/bin/firefox-bin
18 > #!/bin/sh
19 > unset LD_PRELOAD
20 > LD_LIBRARY_PATH="/opt/firefox/"
21 > GTK_PATH=/usr/lib/gtk-2.0/
22 > exec /opt/firefox/firefox "$@"
23 >
24 >
25 There's no firefox-bin in /usr/bin on my system, there's just
26 # ls -l /usr/bin/firefox*
27 lrwxrwxrwx 1 root root 26 May 9 19:13 /usr/bin/firefox ->
28 /usr/lib64/firefox/firefox
29
30 And in that directory, again no shell script;
31 # file /usr/lib64/firefox/firefox-bin
32 /usr/lib64/firefox/firefox-bin: ELF 64-bit LSB executable, x86-64, version
33 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
34 GNU/Linux 2.6.32, stripped
35
36 System is ~amd64 for firefox/thunderbird

Replies

Subject Author
Re: [gentoo-user] Re: plugin-containers missing libraries Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] Re: plugin-containers missing libraries Fernando Rodriguez <frodriguez.developer@×××××××.com>