From: Adam Carter <adamcarter3@gmail.com>
To: "gentoo-user@lists.gentoo.org" <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] plugin-containers missing libraries
Date: Wed, 27 May 2015 09:54:33 +1000 [thread overview]
Message-ID: <CAC=wYCE-hQCv0MGbrn7=CVB04FuM=GB+qHyBhWJE1+3_x5a-zg@mail.gmail.com> (raw)
[-- 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 --]
next reply other threads:[~2015-05-26 23:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-26 23:54 Adam Carter [this message]
2015-05-27 0:37 ` [gentoo-user] Re: plugin-containers missing libraries 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAC=wYCE-hQCv0MGbrn7=CVB04FuM=GB+qHyBhWJE1+3_x5a-zg@mail.gmail.com' \
--to=adamcarter3@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox