|
|
发表于 2006-5-8 10:06:47
|
显示全部楼层
Post by linsion
我装完后不能运行是怎么回事呢?
/usr/lib/vmware/bin/vmware: error while loading shared libraries: /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0: cannot restore segment prot after reloc: Permission denied
解决方法:
Without turning off SELinux (Which WILL help you, though), you could also fix with the following statement. This is a targeted fix, instead of the global disabling of SELinux:
Code:
chcon -t "textrel_shlib_t" /usr/lib/vmware/lib/libgdk-x11-2.0.so.0/libgdk-x11-2.0.so.0
Or, in the 'security level and firewall' configuration you can disable selinux on certain subitems (look at tab SELinux->compatibility->Allow the use of shared libraries with text relocations), that will solve the issue too.
rhoekstra is offline
详细可查询:
http://www.vmware.com/community/thread.jspa?messageID=390500
http://www.linuxquestions.org/questions/showthread.php?p=2221372 |
|