[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#38565: Cannot run pre-compiled Firefox
From: |
Ricardo Wurmus |
Subject: |
bug#38565: Cannot run pre-compiled Firefox |
Date: |
Wed, 11 Dec 2019 15:05:20 +0100 |
User-agent: |
mu4e 1.2.0; emacs 26.3 |
Arne Babenhauserheide <address@hidden> writes:
> Previously I got it working with the following setup:
>
> cd $HOME/Downloads/firefox
> export
> LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/run/current-system/profile/lib/:$HOME/.guix-profile/lib/:$HOME/.guix-profile/lib/nss/:$HOME/.guix-profile/lib/lib/:/gnu/store/69x60a1pn0mf5jv68al8awjfkyp1miwi-gcc-8.3.0-lib/lib/:./browser:."
> ./firefox-bin
LD_LIBRARY_PATH forces firefox-bin to use libraries from the given
directories. These might not be ABI compatible, so a segfault is one of
the expected outcomes.
> This used to work with only minor limitations.
I’m surprised it worked before, because often it doesn’t. Do you happen
to know what libraries and their exact versions this firefox binary
expects?
--
Ricardo