Code: Select all
Bootstrap allocator: malloc_init_hard stats:
Bootstrap allocator: 0 bytes requested, 0 allocated
XPCOMGlueLoad error for file /home/rhys/palemoon/libxul.so:
Shared object "liblgpllibs.so" not found, required by "libxul.so"
Couldn't load XPCOM.Code: Select all
mk_add_options MOZ_OBJDIR=../pmbuild
mk_add_options MOZ_MAKE_FLAGS="-j12"
# Set GTK Version to 2 or 3
_GTK_VERSION=3
# Standard build options for Pale Moon
ac_add_options --enable-application=palemoon
ac_add_options --enable-optimize="-O3 -pipe -w"
ac_add_options --enable-default-toolkit=cairo-gtk$_GTK_VERSION
ac_add_options --enable-jemalloc
ac_add_options --enable-strip
ac_add_options --enable-devtools
ac_add_options --enable-av1
ac_add_options --enable-jxl
ac_add_options --disable-webrtc
ac_add_options --disable-gamepad
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-necko-wifi
ac_add_options --disable-updater
ac_add_options --with-pthreads
# Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding.
ac_add_options --enable-official-branding
export MOZILLA_OFFICIAL=1
export MOZ_PKG_SPECIAL=gtk$_GTK_VERSIONCode: Select all
Bootstrap allocator: malloc_init_hard stats:
Bootstrap allocator: 0 bytes requested, 0 allocated
XPCOMGlueLoad error for file /home/rhys/palemoon/libxul.so:
Shared object "libutil.so.9" not found, required by "libxul.so"
Couldn't load XPCOM.



