You are not logged in.

#1 2010-06-19 22:38:33

cola
Member
Registered: 2009-11-20
Posts: 63

Can't play a file with mplayer

mplayer file

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

pacman -Ql heimdal |grep libkrb

heimdal /usr/lib/libkrb5.a
heimdal /usr/lib/libkrb5.so
heimdal /usr/lib/libkrb5.so.26
heimdal /usr/lib/libkrb5.so.26.0.0

ldd /usr/bin/mplayer | grep libkrb

    libkrb5.so.25 => not found
    libkrb5.so.26 => /usr/lib/libkrb5.so.26 (0xb622a000)

What to do?

Offline

#2 2010-06-19 22:47:48

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Can't play a file with mplayer

Make sure your mirror is up-to-date and mplayer isn't in IgnorePkg and run pacman -Syu.

Offline

#3 2010-06-19 22:57:01

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

Re: Can't play a file with mplayer

mplayer doesn't link to that, you got other package that links to mplayer and which is broken

hint: smbclient ?

Last edited by wonder (2010-06-19 22:58:21)


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

Offline

#4 2010-06-19 23:30:12

cola
Member
Registered: 2009-11-20
Posts: 63

Re: Can't play a file with mplayer

wonder wrote:

mplayer doesn't link to that, you got other package that links to mplayer and which is broken

hint: smbclient ?

I upgraded the smbclien.
Now mplayer file

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

Offline

#5 2010-06-19 23:32:06

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Can't play a file with mplayer

That's openssl.

Can't you just update everything?

Offline

#6 2010-06-19 23:39:48

cola
Member
Registered: 2009-11-20
Posts: 63

Re: Can't play a file with mplayer

lucke wrote:

That's openssl.

Can't you just update everything?

How did you know that it's openssl?

Which command to use to know this?

Offline

#7 2010-06-19 23:43:58

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Can't play a file with mplayer

pacman -Qo /usr/lib/libcrypto*

Offline

#8 2010-06-19 23:53:46

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

Re: Can't play a file with mplayer

dude, seriously. you didn't managed to figured out that partial upgrades are bad?

Last edited by wonder (2010-06-19 23:58:21)


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

Offline

#9 2010-06-20 00:12:39

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Can't play a file with mplayer

cola wrote:
lucke wrote:

That's openssl.

Can't you just update everything?

How did you know that it's openssl?

Which command to use to know this?

Your solution to everything:

pacman -Syu

Offline

Board footer

Powered by FluxBB