当前位置: 技术问答>linux和unix
问一个关于Centos安装vmware-tools的问题
来源: 互联网 发布时间:2016-11-15
本文导语: 我把wm目录里面的linux.iso放到centos里面用root安装 出现这样的错误 Error: Unable to find the binary installation directory (answer BINDIR) in the installer database file "/etc/vmware-tools/locations". 麻烦大家帮我看看谢谢 近期...
我把wm目录里面的linux.iso放到centos里面用root安装
出现这样的错误
Error: Unable to find the binary installation directory (answer BINDIR)
in the installer database file "/etc/vmware-tools/locations".
麻烦大家帮我看看谢谢
近期结帖谢谢各位
出现这样的错误
Error: Unable to find the binary installation directory (answer BINDIR)
in the installer database file "/etc/vmware-tools/locations".
麻烦大家帮我看看谢谢
近期结帖谢谢各位
|
我用的centos5.5 就能安装
|
在虚拟机外面的菜单里选择要安装vm tools 然后会自动mount到/media 然后去/media下把那个tar.gz的压缩文件解压到/temp下 解压目录下有个vmware-install.pl脚本 加执行权限 然后执行 一步一步下去 就装好了(有时候 会遇到依赖问题 我直接yum解决)
|
先删除/etc/vmware-tools 然后重新安装!
rm -rf /etc/vmware-tools
rm -rf /etc/vmware-tools
|
有时候安装vm tools 会依赖一些别的包 比如需要openssl-devel(我只是举个例子,并不一定就是需要这个) 然后我就用yum install openssl-devel后 继续安装vm tools
另外你安装的时候用root权限执行vmware-install.pl