public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] plugin-containers missing libraries
@ 2015-05-26 23:54 Adam Carter
  2015-05-27  0:37 ` [gentoo-user] " Holger Hoffstätte
  0 siblings, 1 reply; 14+ messages in thread
From: Adam Carter @ 2015-05-26 23:54 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org

[-- Attachment #1: Type: text/plain, Size: 826 bytes --]

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
# ldd /usr/lib64/thunderbird/plugin-container | grep not
    libxul.so => not found
# find /usr/lib64/ -name libmozalloc.so
/usr/lib64/firefox/libmozalloc.so
/usr/lib64/thunderbird/libmozalloc.so
# find /usr/lib64/ -name libxul.so
/usr/lib64/firefox/libxul.so
/usr/lib64/thunderbird/libxul.so
# ldconfig -p | egrep '(firefox|thunderbird)'

So the libraries are there but not in the list of directories searched. I
could do something like
# echo "/usr/lib64/firefox" > /etc/ld.so.conf.d/06firefox.conf && env-update

but then thunderbird may get firefox's version of libxul which may be
incompatible, right?

Thanks

[-- Attachment #2: Type: text/html, Size: 1007 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-05-29 11:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26 23:54 [gentoo-user] plugin-containers missing libraries Adam Carter
2015-05-27  0:37 ` [gentoo-user] " Holger Hoffstätte
2015-05-27  0:46   ` Adam Carter
2015-05-27  5:24     ` Franz Fellner
2015-05-27  5:54       ` Adam Carter
2015-05-27  6:03         ` Franz Fellner
2015-05-27  6:20           ` Adam Carter
2015-05-27 10:32             ` Neil Bothwick
2015-05-28  8:02               ` Adam Carter
2015-05-28  8:06                 ` Neil Bothwick
2015-05-27 22:23             ` Fernando Rodriguez
2015-05-28  8:01               ` Adam Carter
2015-05-28 18:21                 ` Fernando Rodriguez
2015-05-29 11:32                   ` Adam Carter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox