You are not logged in.
Pages: 1
So I was trying to watch a movie in smplayer and I get several errors:
libpng14
libx264.so.119
libstdc++.so.6
seem to be requirements, and for the first two I have newer and the third I have older...after making links to satisfy all those I get this:
/usr/bin/mplayer: /usr/lib/libpng14.so.14: version `PNG14_0' not found (required by /usr/bin/mplayer)
Apparently, the link from my newer version of libpng did not solve this problem, any way to fix this without downgrading libpng?
Offline
it sounds to me like a file linking issue, like smplayer is looking for a file with a particlular name and it is not there so I looked thru my filesystem and noticed that my libpng is libpng15 so try upgrading first then we will move on from there.
pacman -S libpngOffline
So I was trying to watch a movie in smplayer and I get several errors:
libpng14
libx264.so.119
libstdc++.so.6seem to be requirements, and for the first two I have newer and the third I have older...after making links to satisfy all those I get this:
/usr/bin/mplayer: /usr/lib/libpng14.so.14: version `PNG14_0' not found (required by /usr/bin/mplayer)
Apparently, the link from my newer version of libpng did not solve this problem, any way to fix this without downgrading libpng?
first of all, fully update your system with pacman -Syu
second, do pacman -Qo mplayer and if it has other name than mplayer, i suggest to switch to mplayer from extra.
Give what you have. To someone, it may be better than you dare to think.
Offline
Check your mirror and try
pacman -SyyuEdit: Too slow. Again
Last edited by skunktrader (2012-02-17 10:14:13)
Offline
Hmm, I had mplayer-x installed instead of mplayer which was the issue. Was hoping for a little benefit of the doubt on having tried updating my system before creating a bunch of symlinks but thanks. This problem had occurred after a recent update, sorry I didn't mention that, but all good now. I used to use Totem almost exclusively, but I can't get it to disable my screensaver (xscreensaver), so I use smplayer and vlc mostly now.
Offline
Pages: 1