运行mplayer时候出错shared libraries: /usr/lib/libmpg123.so.0: cannot restore segment p
在linux下运行mplyer是出错:
[root@localhost MPlayer-1.1]# mencodermencoder: error while loading shared libraries: /usr/lib/libmpg123.so.0: cannot restore segment prot after reloc: Permission denied
?解决办法:
?运行如下命令即可。
chcon -t textrel_shlib_t '/usr/lib/libmpg123.so.0'
?