Fixing Cannot load XPCOM for nightingale on Ubuntu 10.04

Posted on

Basically it can’t find the xulrunner libraries running the ‘nightingale’ script as: strace -vv -ff sh -vex nightingale –debug 2>&1 showed me it was looking for libxul.so and failing finding that: smeacher@pandora:~/bin/Nightingale$ dpkg -S libxul.so thunderbird: /usr/lib/thunderbird/libxul.so xulrunner-1.9.2-dev: /usr/lib/xulrunner-devel-1.9.2.28/sdk/lib/libxul.so xulrunner-1.9.2: /usr/lib/xulrunner-1.9.2.28/libxul.so So then add that path to that looked for via ldconfig (where to load/search […]

Read More