Gentoo Archives: gentoo-user

From: Franz Fellner <alpine.art.de@×××××.com>
To: gentoo-user@l.g.o
Cc: "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:03:00
Message-Id: 55655e38845d1_5a3115e131088@TP_L520.notmuch
In Reply to: Re: [gentoo-user] Re: plugin-containers missing libraries by Adam Carter
1 Adam Carter wrote:
2 > On Wed, May 27, 2015 at 3:24 PM, Franz Fellner <alpine.art.de@×××××.com>
3 > wrote:
4 >
5 > > "Look at" usually means "Read the file" - look at the content ;)
6 > >
7 >
8 > Lets pretend for one minute that i'm a dumbass. In what way would I read a
9 > binary executable, and how is that relevant to plugin-container?
10
11 Just have a look and don't pretend it's a binary file ;)
12
13 $ cat /usr/bin/firefox-bin
14 #!/bin/sh
15 unset LD_PRELOAD
16 LD_LIBRARY_PATH="/opt/firefox/"
17 GTK_PATH=/usr/lib/gtk-2.0/
18 exec /opt/firefox/firefox "$@"

Replies

Subject Author
Re: [gentoo-user] Re: plugin-containers missing libraries Adam Carter <adamcarter3@×××××.com>