Gentoo Archives: gentoo-user

From: Adam Carter <adamcarter3@×××××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] plugin-containers missing libraries
Date: Tue, 26 May 2015 23:54:47
Message-Id: CAC=wYCE-hQCv0MGbrn7=CVB04FuM=GB+qHyBhWJE1+3_x5a-zg@mail.gmail.com
1 Is this working looking into? The programs generally work ok, so this is
2 more for interests sake.
3
4 # ldd /usr/lib64/firefox/plugin-container | grep not
5 libmozalloc.so => not found
6 libxul.so => not found
7 # ldd /usr/lib64/thunderbird/plugin-container | grep not
8 libxul.so => not found
9 # find /usr/lib64/ -name libmozalloc.so
10 /usr/lib64/firefox/libmozalloc.so
11 /usr/lib64/thunderbird/libmozalloc.so
12 # find /usr/lib64/ -name libxul.so
13 /usr/lib64/firefox/libxul.so
14 /usr/lib64/thunderbird/libxul.so
15 # ldconfig -p | egrep '(firefox|thunderbird)'
16
17 So the libraries are there but not in the list of directories searched. I
18 could do something like
19 # echo "/usr/lib64/firefox" > /etc/ld.so.conf.d/06firefox.conf && env-update
20
21 but then thunderbird may get firefox's version of libxul which may be
22 incompatible, right?
23
24 Thanks

Replies

Subject Author
[gentoo-user] Re: plugin-containers missing libraries "Holger Hoffstätte" <holger.hoffstaette@××××××××××.com>