Comment 1 for bug 156523

Revision history for this message
Jorge Pereira (jpereiran) wrote :

But, i try fix this problem, i found this problem.

# ldd /usr/lib/firefox/libgtkembedmoz.so | grep "not"
        libxpcom.so => not found
        libxpcom_core.so => not found
#

above folowing my solution in "ubuntu 7.10"

# echo "/usr/lib/firefox/" > /etc/ld.so.conf.d/firefox.conf
# ldconfig

and re-open anjuta app, and resolv this problem.