You are not logged in.

#1 2009-09-07 17:25:18

arunix
Member
From: /home/kurali
Registered: 2009-04-08
Posts: 93

[solved]Erro while opening emacs and playing mplayer

i install thunderbird and after that i got this error  and wallpaper disapper and its now opeing the emacs

mplayer: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory

whts wrong with it.......

Last edited by arunix (2009-09-08 11:27:22)


Minds are like parachutes. They only function when they are open.

Offline

#2 2009-09-07 17:30:32

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [solved]Erro while opening emacs and playing mplayer

upgrade your system
pacman -Syu


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2009-09-08 00:25:15

harryNID
Member
From: P3X-1971
Registered: 2009-06-12
Posts: 117

Re: [solved]Erro while opening emacs and playing mplayer

Hi "arunix"

The reason "wonder" suggested what he did has to do with the fact that certain libraries are used by numerous programs. For example, libjpeg is the library (you guessed it) that decodes jpegs. When programs are compiled they are linked to the version of the library that is currently installed on the maintainers computer at time (or yours if you roll your own). As you can imagine there are quite a lot of programs that need jpeg decoding so libjpeg is a biggie. Recently libjpeg  was updated to a newer version so all the apps that use that library (and there are quite a few as you can imagine) have to be rebuilt so they will be linked to the new library (which I'm assuming you are using the new version because of the error your getting). This, of course is conveniently taken care of and a simple "pacman -Syu" should alleviate most of your problems. If you search the forum (from about 2-3 weeks ago) you will find all sorts of posts about this issue.  I had this issue until I re-compiled all my programs that use libjpeg.

Hope this helps!
Just a piece of future advice though, make sure to search this forum (or the wiki) thoroughly because most of the time the issues you are having has already been encountered and possibly solved by others.  wink


In solving a problem of this sort, the grand thing is to be able to reason backward. That is a very useful accomplishment, and a very easy one, but people do not practice it much. In the everyday affairs of life it is more useful to reason forward, and so the other comes to be neglected. There are fifty who can reason synthetically for one who can reason analytically.  --Sherlock Holmes

Offline

#4 2009-09-08 09:50:24

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [solved]Erro while opening emacs and playing mplayer

the reason for upgrading you system is very simple.
when you installed thunderbird, pacman pulled libjpeg7 as dependency and the other packages that depend on libjpeg 6 didn't get updated to use libjpeg7.
to be a lesson for you and other members that do that:
never do pacman -Sy package.
DO:

pacman -Syu
pacman -S package

Last edited by wonder (2009-09-08 09:50:53)


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2009-09-08 10:48:26

arunix
Member
From: /home/kurali
Registered: 2009-04-08
Posts: 93

Re: [solved]Erro while opening emacs and playing mplayer

pacman -Syu
pacman -S package

i update it(with libjpeg-7 )but its not working  it shows the same error.....

Last edited by arunix (2009-09-08 10:57:39)


Minds are like parachutes. They only function when they are open.

Offline

#6 2009-09-08 11:00:50

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,396
Website

Re: [solved]Erro while opening emacs and playing mplayer

Are you using mplayer from the repos or a self built one?

Offline

#7 2009-09-08 11:25:40

arunix
Member
From: /home/kurali
Registered: 2009-04-08
Posts: 93

Re: [solved]Erro while opening emacs and playing mplayer

Allan wrote:

Are you using mplayer from the repos or a self built one?

the problem is solved and  the main problem was  with the [openoffice-beta] version when i do pacman -Syu at the end it shows that [openoffice] file is corrupted now i remove office beta version and the problem is solved and system is working fine...

Last edited by arunix (2009-09-08 11:31:35)


Minds are like parachutes. They only function when they are open.

Offline

#8 2009-09-08 11:27:02

arunix
Member
From: /home/kurali
Registered: 2009-04-08
Posts: 93

Re: [solved]Erro while opening emacs and playing mplayer

Thanks for help .....


Minds are like parachutes. They only function when they are open.

Offline

Board footer

Powered by FluxBB