I recently ran `$ make really-clean` and got myself in trouble because now I can't run unit or integration tests.
After the clean when I run the unit test server via `$ ./bin/gaia-test &` I get the error: ``` [1] 288 root@jedibook:/gaia# gaia-test: Using gaia at '/gaia'. XPCOMGlueLoad error for file /gaia/firefox/libmozgtk.so: libgtk-3.so.0: cannot open shared object file: No such file or directory Couldn't load XPCOM. gaia-test: Firefox is only version ; use 22 or newer. ``` I came across this Stack Overflow question that sounds relevant: http://askubuntu.com/questions/657881/firefox-42-libgtk-3-so-0-cannot-open-shared-object-file-no-such-file-or-dire I didn't need to change anything before and the correct version of mulet/firefox binary was installed. Am I missing a new environment variable or setting? OS: Ubuntu 14.04 Thanks for the help, Reza
_______________________________________________ dev-fxos mailing list [email protected] https://lists.mozilla.org/listinfo/dev-fxos

