Hello,

I am using -current on amd64. My system has been updated (both system and packages) this morning and when starting firefox I get this message :

XPCOMGlueLoad error for file /usr/local/lib/firefox-45.0.1/libxul.so.63.0:
Cannot load specified object
Couldn't load XPCOM.


ld /usr/local/lib/firefox-45.0.1/libxul.so.63.0
ld: warning: liblgpllibs.so.63.0, needed by /usr/local/lib/firefox-45.0.1/libxul.so.63.0, not found (try using -rpath or -rpath-link) ld: warning: libicui18n.so.9.0, needed by /usr/local/lib/firefox-45.0.1/libxul.so.63.0, not found (try using -rpath or -rpath-link) ld: warning: libicuuc.so.9.0, needed by /usr/local/lib/firefox-45.0.1/libxul.so.63.0, not found (try using -rpath or -rpath-link) ld: warning: libicudata.so.9.0, needed by /usr/local/lib/firefox-45.0.1/libxul.so.63.0, not found (try using -rpath or -rpath-link) ld: warning: libplds4.so.23.3, needed by /usr/local/lib/firefox-45.0.1/libxul.so.63.0, not found (try using -rpath or -rpath-link) ld: warning: libplc4.so.23.3, needed by /usr/local/lib/firefox-45.0.1/libxul.so.63.0, not found (try using -rpath or -rpath-link) ld: warning: libnspr4.so.23.3, needed by /usr/local/lib/firefox-45.0.1/libxul.so.63.0, not found (try using -rpath or -rpath-link) /usr/local/lib/firefox-45.0.1/libxul.so.63.0: warning: warning: strcpy() is almost always misused, please use strlcpy()
{...1840 lines of output...}

on IRC kbd found that we can start firefox using LD_PRELOAD like this, it works for me :

LD_PRELOAD=/usr/local/lib/firefox-45.0.1/libxul.so.63.0:/usr/local/lib/firefox-45.0.1/liblgpllibs.so.63.0 firefox

I tried with firefox-esr and the same kind of error shows

I am not sure if I had to report it, as I'm using -current it may be something to expect and not worry about ?

Kind regards

Reply via email to