Arne Babenhauserheide <[email protected]> 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