mplayer will not run
[root@zhangquan ~]# mplayer
mplayer: error while loading shared libraries: /usr/lib/libx264.so.45: cannot restore segment prot after reloc: Permission denied
[root@zhangquan ~]# cd /usr/lib/
[root@zhangquan lib]# ls libx264.so.45 -l
-rwxrwxrwx 1 root root 501360 Apr 7 04:48 libx264.so.45
[root@zhangquan lib]#
what's the matter???
permission is 777 now!!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
没用过CVS,研究一下,呵呵
嗯,问题就是了,你用的FC5,那么默认的gcc版本应该>4
而你的mplayer是1.07 prev,所以是不能用gcc4来编译的,为了解决这个问题,你需要使用最新的mplayer源代码
编译,即CVS版本
并且你也应该学会翻精华或者老帖子来解决问题
这里就是前不久讨论的问题:
http://bbs.chinaunix.net/viewthr ... &extra=page%3D1
写给初学者的mplayer安装过程与拾遗
应该对你有帮助
很不行
make的时候,出现相同的错误。和make install的时候一样
不会真的是GCC版本的问题吧????
makeing......
研究中,呵呵
我的gcc是FC5自带的,4.XXX
系统?
configure之后,应该make,然后再make install.
不编译怎么安装,你先make distclean之后,然后再make 再make install 看看有没有错误
你的gcc的版本?
对不起,各位,我的错。安装的时候,configure后应该是make install, 我不小心弄成make了
现在重新make install
提示如下错误
In file included from libpostproc/postprocess.c:655:
libpostproc/postprocess_template.c: In function 'do_a_deblock_MMX2':
libpostproc/postprocess_template.c:2901: error: memory input 4 is not directly addressable
make[1]: *** [libpostproc/postprocess.o] Error 1
make[1]: Leaving directory `/root/Desktop/MPlayer-1.0pre7try2/libavcodec'
make: *** [libavcodec/libavcodec.a] 错误 2
configure的时候没有问题的,这个我确定
make install中的错误,只看懂是找不到这个文件。我在相应的位置确实找不到这个文件!
请问解决方法有哪些思路????
nothing but install mplayer
use a "make"
What you've done?