Solve Firefox cannot open problem, prompt couldn ' d load XPCOM

Source: Internet
Author: User
Tags seamonkey

Recently installed eclipse through the emerge, the result of the libjpeg.so also as a dependency update, and then opened Firefox, Half-day no response, open in the shell, prompted couldn ' d load XPCOM. I tried another program, Konqueror, SeaMonkey, Galeon, Epiphany, Thunderbird, Webhttrack can not open, Konqueror Okay, there are hints, Say that can't find libjpeg.so.62, is this the reason.

Then enter at the command line:

#locate libjpeg.so

The result actually prompts: Locate:fatal error:could not find user database, last time obviously can use

Re-update, enter:

#updatedb

Run it again, the results are as follows, Libjpeg's version is up to 7.

/usr/lib32/libjpeg.so.62.0.0
/usr/lib32/libjpeg.so
/usr/lib32/libjpeg.so.62
/usr/lib64/libjpeg.so.7
/usr/lib64/libjpeg.so.7.0.0
/opt/icedtea6-bin-1.6.2/jre/lib/amd64/libjpeg.so
/opt/sun-jdk-1.6.0.15/jre/lib/amd64/libjpeg.so

And look at the libjpeg.so under the/usr/lib.

#ls-L/usr/lib/libjpeg*

Sure enough, libjpeg.so the default point to version 7, and the results are as follows:

/usr/lib/libjpeg.a
/usr/lib/libjpeg.la

/usr/lib/libjpeg.so-> libjpeg.so.7.0.0
/usr/lib/libjpeg.so.7-> libjpeg.so.7.0.0
/usr/lib/libjpeg.so.7.0.0

Add a soft connection to the libjpeg.so.62, point to libjpeg.so.7, solve the problem

#ln-S/usr/lib64/libjpeg.so.7.0.0/usr/lib/libjpeg.so.62

Look again, as follows

........

........

/usr/lib/libjpeg.so.62->/usr/lib64/libjpeg.so.7.0.0

........

........

Try again to run in SeaMonkey, Galeon, Epiphany, Webhttrack, all can open normally. Konqueror must be libjpeg.so.62, in fact, directly using the old version of the libjpeg.so.62 on the line, put/usr/lib, you can download here.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.