LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1201|回复: 4

vmware tools 安装中遇到的问题

[复制链接]
发表于 2007-12-27 13:14:52 | 显示全部楼层 |阅读模式
[cooldidi@myhost vmware-tools-distrib]$ sudo ./vmware-install.pl
A previous installation of VMware Tools has been detected.

The previous installation was made by the tar installer (version 4).

Keeping the tar4 installer database format.

Uninstalling the tar installation of VMware Tools.

The removal of VMware Tools 6.0.2 build-59824 for Linux completed successfully.
Thank you for having tried this software.

Installing VMware Tools.

In which directory do you want to install the binary files?
[/usr/bin] /usr/bin

What is the directory that contains the init directories (rc0.d/ to
rc6.d/)?

到这步应该怎么做?/etc目录下没有rc0.d或者rc6.d,应该怎么填写?直接rc.d提示
The path "rc.d" is not an existing directory.

在线求解,谢谢
 楼主| 发表于 2007-12-27 21:26:14 | 显示全部楼层
。。。是应为我没说清楚还是问题太简单,我找了好多地方都没找到有详细的这个过程,实在是不知道该怎么解决。。。
回复 支持 反对

使用道具 举报

发表于 2007-12-27 21:50:08 | 显示全部楼层
Post by cooldidi;1800588
我找了好多地方都没找到有详细的这个过程,实在是不知道该怎么解决。。。

最起码应该先去wiki上搜一把吧,上面已经说得很详细了~~
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-28 00:05:12 | 显示全部楼层
wiki上说的这步我做了,可是没用


mkdir -p /etc/vmware-tools/init.d
cd /etc/vmware-tools
mkdir rc0.d
mkdir rc1.d
mkdir rc2.d
mkdir rc3.d
mkdir rc4.d
mkdir rc5.d
mkdir rc6.d

ln -s /etc/rc.d/network /etc/vmware-tools/init.d/network


echo "#define UTS_RELEASE \"`uname -r`\"" >> /usr/src/linux-`uname -r`/include/linux/version.h


cat /usr/src/linux-`uname -r`/include/linux/version.h
#define LINUX_VERSION_CODE 132631
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define UTS_RELEASE "2.6.23-ARCH"
回复 支持 反对

使用道具 举报

发表于 2007-12-28 11:24:48 | 显示全部楼层
Post by cooldidi;1800659
wiki上说的这步我做了,可是没用

是吗?wiki上已经写得很清楚了啊~~
from http://wiki.archlinux.org/index. ... archlinux_in_VMWare

  1. Specify the following answers:

  2. "In which directory do you want to install the binary files?": /opt/vmware-tools/bin
  3. "What is the directory that contains the init directories ... ?": /etc/vmware-tools
  4. For the rest accept default locations and say yes when a directory creation is needed.
  5. When the installer asks you to run vmware-config-tools.pl answer 'no'

  6. The installer part is done.
复制代码
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表