| View previous topic :: View next topic |
| Author |
Message |
ISHAIM Tux's lil' helper

Joined: 08 Oct 2006 Posts: 134 Location: Chicago, IL
|
Posted: Sat Jan 30, 2010 5:15 pm Post subject: libjpeg.so.62: No such file or directory [SOLVED] |
|
|
Hello,
I am having errors pertaining to the file libjpeg.so.62 that is affecting multiple programs (BitTorrent, Eye of Gnome).
Here is the error I get from Eye of Gnome:
| Code: | | Unable to load image-loading module: /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so: libjpeg.so.62: cannot open shared object file: No such file or directory |
Here is the error I get from BitTorrent:
| Code: | | ImportError: libjpeg.so.62: cannot open shared object file: No such file or directory |
Any help greatly appreciated.
Thanks.
Last edited by ISHAIM on Tue Feb 02, 2010 6:09 am; edited 1 time in total |
|
| Back to top |
|
 |
yngwin Retired Dev


Joined: 19 Dec 2002 Posts: 4174 Location: Suzhou, China
|
Posted: Sat Jan 30, 2010 5:23 pm Post subject: |
|
|
Run revdep-rebuild. _________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
| Back to top |
|
 |
DaggyStyle Advocate


Joined: 22 Mar 2006 Posts: 3798
|
Posted: Sat Jan 30, 2010 7:11 pm Post subject: Re: libjpeg.so.62: No such file or directory |
|
|
| ISHAIM wrote: | Hello,
I am having errors pertaining to the file libjpeg.so.62 that is affecting multiple programs (BitTorrent, Eye of Gnome).
Here is the error I get from Eye of Gnome:
| Code: | | Unable to load image-loading module: /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so: libjpeg.so.62: cannot open shared object file: No such file or directory |
Here is the error I get from BitTorrent:
| Code: | | ImportError: libjpeg.so.62: cannot open shared object file: No such file or directory |
Any help greatly appreciated.
Thanks. |
you've probably updated jpeg without noticing the big msg at the end to run revdep-rebuild on the files. _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
OSSM |
|
| Back to top |
|
 |
tryn Apprentice


Joined: 21 Dec 2002 Posts: 228
|
Posted: Mon Feb 01, 2010 11:36 pm Post subject: |
|
|
| Code: | | revdep-rebuild --library libjpeg.so.62 |
|
|
| Back to top |
|
 |
ISHAIM Tux's lil' helper

Joined: 08 Oct 2006 Posts: 134 Location: Chicago, IL
|
Posted: Tue Feb 02, 2010 6:09 am Post subject: |
|
|
| A revdep-rebuild fixed the problem. Thank you very much. |
|
| Back to top |
|
 |
ssuominen Developer

Joined: 30 Sep 2005 Posts: 1266 Location: Finland
|
Posted: Tue Feb 02, 2010 7:17 pm Post subject: |
|
|
| ISHAIM wrote: | | A revdep-rebuild fixed the problem. Thank you very much. |
Note that if you have upgraded to jpeg-8 or when you do, you need to run
revdep-rebuild --library libjpeg.so.7
like, now, otherwise you end up in the same situation later on |
|
| Back to top |
|
 |
|