FS#8864 - mplayer can't start after updating x264

Attached to Project: Arch Linux
Opened by Segey Tereschenko (partizan) - Friday, 07 December 2007, 16:13 GMT
Last edited by Jason Chu (jason) - Tuesday, 11 December 2007, 00:39 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Thomas Bächler (brain0)
Architecture All
Severity Medium
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: mplayer can't start after updating x264


Additional info:
# pacman -Si mplayer
Repository : extra
Name : mplayer
Version : 1.0rc2-1
# pacman -Si x264
Repository : testing
Name : x264
Version : 20071202-1

Steps to reproduce:
1.update to this versions of software
2.run mplayer in console
$ mplayer
mplayer: error while loading shared libraries: libx264.so.55: cannot open shared object file: No such file or directory

This task depends upon

Closed by  Jason Chu (jason)
Tuesday, 11 December 2007, 00:39 GMT
Reason for closing:  Fixed
Additional comments about closing:  Already fixed
Comment by Segey Tereschenko (partizan) - Friday, 07 December 2007, 16:14 GMT
temporary fix:
#ln -s /usr/lib/libx264.so /usr/lib/libx264.so.55

Loading...