You are not logged in.

#1 2009-05-19 13:14:37

göteborg-johan
Member
Registered: 2009-02-27
Posts: 36

MPlayer-svn breaking after x264 update

Hello, so I updated the x264 lib this morning and now when I try to use MPlayer through SMPlayer i just get the following error:

/usr/bin/mplayer: error while loading shared libraries: libx264.so.66: cannot open shared object file: No such file or directory

I checked and using locate that libx264.so.66 is there, but I have no idea of how to fix this issue, so that's why I'm posting here, surely there has to be someone who knows how to solve this? Thanks.

Offline

#2 2009-05-19 13:16:27

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

Re: MPlayer-svn breaking after x264 update

mplayer-svn is part of aur. you have to rebuild it against latest version of x264 or use mplayer from extra.


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

Offline

#3 2009-05-19 14:17:30

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: MPlayer-svn breaking after x264 update

x264 has been at so.67 for months. Are you keeping your system up to date?

Offline

#4 2009-05-19 14:32:11

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

Re: MPlayer-svn breaking after x264 update

skottish wrote:

x264 has been at so.67 for months. Are you keeping your system up to date?

yesterday was moved from testing to extra.


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

Offline

#5 2009-05-19 14:41:29

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: MPlayer-svn breaking after x264 update

wonder wrote:
skottish wrote:

x264 has been at so.67 for months. Are you keeping your system up to date?

yesterday was moved from testing to extra.

Did I say months? I meant seconds...

Sorry everyone, I get lost in my own world sometimes.

Offline

#6 2009-05-21 06:31:35

zell045
Member
Registered: 2009-02-15
Posts: 10

Re: MPlayer-svn breaking after x264 update

just do a symlink

ln -s /usr/lib/libx264.so.67 /usr/lib/libx264.so.66

Offline

#7 2009-05-21 06:32:57

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

Re: MPlayer-svn breaking after x264 update

Symlinking libraries is bad... they have different sonames for a reason.

As said above, just rebuild mplayer-svn and it will link to the updated libraries.

Offline

#8 2009-05-21 06:50:14

droog
Member
Registered: 2004-11-18
Posts: 877

Re: MPlayer-svn breaking after x264 update

zell045 wrote:

just do a symlink

ln -s /usr/lib/libx264.so.67 /usr/lib/libx264.so.66

I've done this a bunch of times instead of rebuilding the application and it usually worked out fine but a couple of them haunted me a year later or so.
i was having massive problems upgrading and finally figured out it was because of this.
I guess it's a gamble in time saved now vs. time wasted later.

Offline

#9 2009-05-21 11:51:07

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: MPlayer-svn breaking after x264 update

zell045 wrote:

just do a symlink

ln -s /usr/lib/libx264.so.67 /usr/lib/libx264.so.66

http://bbs.archlinux.org/viewtopic.php?id=46887


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

Board footer

Powered by FluxBB