Chinaunix首页 | 论坛 | 博客
  • 博客访问: 831970
  • 博文数量: 117
  • 博客积分: 2595
  • 博客等级: 少校
  • 技术积分: 1204
  • 用 户 组: 普通用户
  • 注册时间: 2009-09-18 18:16
文章分类

全部博文(117)

文章存档

2013年(1)

2012年(2)

2011年(18)

2010年(95)

2009年(1)

分类: LINUX

2010-04-24 22:11:56

 linux的vmwaretools 是:vmware-tools-distrib,版本不知道,大小是198MB
 系统是debian
tools挂在到cdrom后,有文件

bin\ doc\ etc\ FILES INSTALL installer\ lib\ vmware-install.pl


执行./vmware-install.pl 提示
bash: ./vmware-install.pl: /usr/bin/perl: bad interpreter: 权限不够
换成root,su后,还是。
得了把,perl vmware-install.pl
等了一会,开始运行。
前面几个都没问题,回车即可。

Installing VMware Tools.

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

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

What is the directory that contains the init scripts?
[/etc/init.d]

In which directory do you want to install the daemon files?
[/usr/sbin]

In which directory do you want to install the library files?
[/usr/lib/vmware-tools]



The file
/usr/lib/vmware-tools/modules/binary/smp-2.4.9-34.athlon-RH7/objects/vmci.o
that this program was about to install already exists. Overwrite? [yes]
In which directory do you want to install the documentation files?
[/usr/share/doc/vmware-tools]
The path "/usr/share/doc/vmware-tools" does not exist currently. This program
is going to create it, including needed parent directories. Is this what you
want? [yes]

The installation of VMware Tools 7.8.4 build-126130 for Linux completed
successfully. You can decide to remove this software from your system at any
time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".

Before running VMware Tools for the first time, you need to configure it by
invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
this program to invoke the command for you now? [yes]


Stopping VMware Tools services in the virtual machine:
   Guest operating system daemon: done
   Virtual Printing daemon: done
None of the pre-built vmmemctl modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmmemctl module
for your system (you need to have a C compiler installed on your system)?
[yes]

Setup is unable to find the "make" program on your machine. Please make sure
it is installed. Do you want to specify the location of this program by hand?
[yes]

What is the location of the "make" program on your
machine?

The answer "" is invalid. It must be the complete name of a binary file.

#

#这里,没有安装make,所以另外安装sudo apt-get install make,比较小

#

What is the location of the "make" program on your
machine? /bin/make
#错误的,用which make知道了。
The answer "/bin/make" is invalid. It must be the complete name of a binary
file.

What is the location of the "make" program on your
machine? /usr/bin/make

Setup is unable to find the "gcc" program on your machine. Please make sure it
is installed. Do you want to specify the location of this program by hand?
[yes] /usr/bin/gcc

The answer "/usr/bin/gcc" is invalid. It must be one of "y" or "n".

Setup is unable to find the "gcc" program on your machine. Please make sure it
is installed. Do you want to specify the location of this program by hand?
[yes]

#

#这里要yes,不堪就打上了gcc路径,错误了

#

The answer "gcc" is invalid. It must be one of "y" or "n".

Setup is unable to find the "gcc" program on your machine. Please make sure it
is installed. Do you want to specify the location of this program by hand?
[yes] y

What is the location of the "gcc" program on your machine? /usr/bin/gcc
#

#前提是 apt-get install gcc 几分钟而已。

#

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

Your kernel was built with "gcc" version "4.1.3", while you are trying to use
"/usr/bin/gcc" version "4.3.2". This configuration is not recommended and
VMware Tools may crash if you'll continue. Please try to use exactly same
compiler as one used for building your kernel. Do you want to go with compiler
"/usr/bin/gcc" version "4.3.2" anyway? [no]

The memory manager driver (vmmemctl module) is used by VMware host software to
efficiently reclaim memory from a virtual machine.
If the driver is not available, VMware host software may instead need to swap
guest memory to disk, which may reduce performance.
The rest of the software provided by VMware Tools is designed to work
independently of this feature.
If you want the memory management feature, you can install the driver by
running vmware-config-tools.pl again after making sure that gcc, binutils, make
and the kernel sources for your running kernel are installed on your machine.
These packages are available on your distribution'
s installation CD.
[ Press Enter key to continue ]

None of the pre-built vmhgfs modules for VMware Tools is suitable for your
running kernel. Do you want this program to try to build the vmhgfs module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

Your kernel was built with "gcc" version "4.1.3", while you are trying to use
"/usr/bin/gcc" version "4.3.2". This configuration is not recommended and
VMware Tools may crash if you

CU还限制代码文字么,少了一段,继续??



'll continue. Please try to use exactly same
compiler as one used for building your kernel. Do you want to go with compiler
"/usr/bin/gcc" version "4.3.2" anyway? [no] yes

#没有办法,自动安装的gcc版本和系统不相同也是正常的,又不是我编译的系统

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.
#
#没有内核的头文件,安装 apt-get install  build-essential kernel-headers-`uname -r`
#前面的build-essential不知道是干什么用的。我的uname -r是2.6.26-2-686
#(安装记录看最后)
#

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src//linux-headers-2.6.26-2-common/include

The path "/usr/src//linux-headers-2.6.26-2-common/include" is a kernel header
file directory, but it does not contain the file "linux/version.h" as expected.
This can happen if the kernel has never been built, or if you have invoked the
"make mrproper" command in your kernel directory.  In any case, you may want to
rebuild your kernel.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]    

#
#我傻了,缺少一个version.h文件,我那找去阿,自己touch一个先。
#

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-headers-2.6.26-2-common/include

The directory of kernel headers (version @@VMWARE@@ UTS_RELEASE) does not match
your running kernel (version 2.6.26-2-686).  Even if the module were to compile
successfully, it would not load into the running kernel.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
#
#接下来怎么办?请求帮助
#
#
#
#
#


补充:
这是安装build-essential的记录

apt-get install build-essential
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
将会安装下列额外的软件包:
  dpkg-dev g++ g++-4.3 libstdc++6-4.3-dev libtimedate-perl
建议安装的软件包:
  debian-keyring g++-multilib g++-4.3-multilib gcc-4.3-doc libstdc++6-4.3-dbg
  libstdc++6-4.3-doc
下列【新】软件包将被安装:
  build-essential dpkg-dev g++ g++-4.3 libstdc++6-4.3-dev libtimedate-perl
共升级了 0 个软件包,新安装了 6 个软件包,要卸载 0 个软件包,有 15 个软件未被升级。
需要下载 5615kB 的软件包。
解压缩后会消耗掉 20.6MB 的额外空间。
您希望继续执行吗?[Y/n]y
获取:1 http://security.debian.org lenny/updates/main dpkg-dev 1.14.29 [771kB]
获取:2 http://mirrors.geekbone.org lenny/main libstdc++6-4.3-dev 4.3.2-1.1 [1389kB]
获取:3 http://security.debian.org lenny/updates/main dpkg-dev 1.14.29 [771kB]
获取:4 http://mirrors.geekbone.org lenny/main libstdc++6-4.3-dev 4.3.2-1.1 [1389kB]
获取:5 http://mirrors.geekbone.org lenny/main g++-4.3 4.3.2-1.1 [3414kB]
获取:6 http://mirrors.geekbone.org lenny/main g++ 4:4.3.2-2 [1368B]
获取:7 http://mirrors.geekbone.org lenny/main libtimedate-perl 1.1600-9 [32.9kB]
获取:8 http://mirrors.geekbone.org lenny/main build-essential 11.4 [7118B]
下载 4677kB,耗时 6min26s (12.1kB/s)
选中了曾被取消选择的软件包 libstdc++6-4.3-dev。
(正在读取数据库 ... 系统当前总共安装有 101896 个文件和目录。)
正在解压缩 libstdc++6-4.3-dev (.../libstdc++6-4.3-dev_4.3.2-1.1_i386.deb) ...
选中了曾被取消选择的软件包 g++-4.3。
正在解压缩 g++-4.3 (.../g++-4.3_4.3.2-1.1_i386.deb) ...
选中了曾被取消选择的软件包 g++
正在解压缩 g++ (.../g++_4%3a4.3.2-2_i386.deb) ...
选中了曾被取消选择的软件包 libtimedate-perl。
正在解压缩 libtimedate-perl (.../libtimedate-perl_1.1600-9_all.deb) ...
选中了曾被取消选择的软件包 dpkg-dev。
正在解压缩 dpkg-dev (.../dpkg-dev_1.14.29_all.deb) ...
选中了曾被取消选择的软件包 build-essential。
正在解压缩 build-essential (.../build-essential_11.4_i386.deb) ...
正在处理用于 man-db 的触发器...
正在设置 libtimedate-perl (1.1600-9) ...
正在设置 dpkg-dev (1.14.29) ...
正在设置 libstdc++6-4.3-dev (4.3.2-1.1) ...
正在设置 g++-4.3 (4.3.2-1.1) ...
正在设置 g++ (4:4.3.2-2) ...
正在设置 build-essential (11.4) ...

安装kernel-headers

debian:/home/ayanmw# apt-get install linux-headers-2.6.26-2-686
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
将会安装下列额外的软件包:
  cpp-4.1 gcc-4.1 gcc-4.1-base linux-headers-2.6.26-2-common
  linux-kbuild-2.6.26
建议安装的软件包:
  gcc-4.1-locales gcc-4.1-multilib gcc-4.1-doc libmudflap0-dev
下列【新】软件包将被安装:
  cpp-4.1 gcc-4.1 gcc-4.1-base linux-headers-2.6.26-2-686
  linux-headers-2.6.26-2-common linux-kbuild-2.6.26
共升级了 0 个软件包,新安装了 6 个软件包,要卸载 0 个软件包,有 0 个软件未被升级。
需要下载 7258kB 的软件包。
解压缩后会消耗掉 41.3MB 的额外空间。
您希望继续执行吗?[Y/n]y
获取:1 http://security.debian.org lenny/updates/main linux-headers-2.6.26-2-common 2.6.26-21lenny4 [3722kB]
错误 http://mirrors.geekbone.org lenny/main gcc-4.1-base 4.1.2-25
  无法连接上 mirrors.geekbone.org:80 (222.73.255.64)- connect (111 拒绝连接)
获取:2 http://mirrors.sohu.com lenny/main gcc-4.1-base 4.1.2-25 [207kB]
获取:3 http://mirrors.geekbone.org lenny/main cpp-4.1 4.1.2-25 [2317kB]
获取:4 http://mirrors.geekbone.org lenny/main gcc-4.1 4.1.2-25 [417kB]
获取:5 http://mirrors.geekbone.org lenny/main linux-kbuild-2.6.26 2.6.26-3 [194kB]
获取:6 http://security.debian.org lenny/updates/main linux-headers-2.6.26-2-686 2.6.26-21lenny4 [400kB]
下载 7258kB,耗时 6min59s (17.3kB/s)
选中了曾被取消选择的软件包 gcc-4.1-base。
(正在读取数据库 ... 系统当前总共安装有 92743 个文件和目录。)
正在解压缩 gcc-4.1-base (.../gcc-4.1-base_4.1.2-25_i386.deb) ...
选中了曾被取消选择的软件包 cpp-4.1。
正在解压缩 cpp-4.1 (.../cpp-4.1_4.1.2-25_i386.deb) ...
选中了曾被取消选择的软件包 gcc-4.1。
正在解压缩 gcc-4.1 (.../gcc-4.1_4.1.2-25_i386.deb) ...
选中了曾被取消选择的软件包 linux-headers-2.6.26-2-common。
正在解压缩 linux-headers-2.6.26-2-common (.../linux-headers-2.6.26-2-common_2.6.26-21lenny4_i386.deb) ...
选中了曾被取消选择的软件包 linux-kbuild-2.6.26。
正在解压缩 linux-kbuild-2.6.26 (.../linux-kbuild-2.6.26_2.6.26-3_i386.deb) ...
选中了曾被取消选择的软件包 linux-headers-2.6.26-2-686。
正在解压缩 linux-headers-2.6.26-2-686 (.../linux-headers-2.6.26-2-686_2.6.26-21lenny4_i386.deb) ...
正在处理用于 man-db 的触发器...
正在设置 gcc-4.1-base (4.1.2-25) ...
正在设置 cpp-4.1 (4.1.2-25) ...
正在设置 gcc-4.1 (4.1.2-25) ...
正在设置 linux-headers-2.6.26-2-common (2.6.26-21lenny4) ...
正在设置 linux-kbuild-2.6.26 (2.6.26-3) ...
正在设置 linux-headers-2.6.26-2-686 (2.6.26-21lenny4) ...


阅读(31831) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~