Advertisement
Guest User

Untitled

a guest
Aug 4th, 2011
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. Installing VMware Tools.
  2.  
  3. In which directory do you want to install the binary files?
  4. [/usr/bin]
  5.  
  6. What is the directory that contains the init directories (rc0.d/ to rc6.d/)?
  7. [/etc]
  8.  
  9. What is the directory that contains the init scripts?
  10. [/etc/init.d]
  11.  
  12. In which directory do you want to install the daemon files?
  13. [/usr/sbin]
  14.  
  15. In which directory do you want to install the library files?
  16. [/usr/lib/vmware-tools]
  17.  
  18. In which directory do you want to install the documentation files?
  19. [/usr/share/doc/vmware-tools]
  20.  
  21. The path "/usr/share/doc/vmware-tools" does not exist currently. This program
  22. is going to create it, including needed parent directories. Is this what you
  23. want? [yes]
  24.  
  25. The installation of VMware Tools 8.6.0 build-425873 for Linux completed
  26. successfully. You can decide to remove this software from your system at any
  27. time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".
  28.  
  29. Before running VMware Tools for the first time, you need to configure it by
  30. invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want
  31. this program to invoke the command for you now? [yes]
  32.  
  33. Initializing...
  34.  
  35. Use of uninitialized value $subLevel in split at /usr/bin/vmware-config-tools.pl line 5250.
  36. Use of uninitialized value $subLevel in concatenation (.) or string at /usr/bin/vmware-config-tools.pl line 5251.
  37. Argument "0-3-server" isn't numeric in multiplication (*) at /usr/bin/vmware-config-tools.pl line 4799.
  38. Use of uninitialized value $subLevel in addition (+) at /usr/bin/vmware-config-tools.pl line 4799.
  39.  
  40. Making sure services for VMware Tools are stopped.
  41.  
  42.  
  43.  
  44. [EXPERIMENTAL] The VMware FileSystem Sync Driver (vmsync) is a new feature that
  45. creates backups of virtual machines. Please refer to the VMware Knowledge Base
  46. for more details on this capability. Do you wish to enable this feature?
  47. [no]
  48.  
  49. Unable to initialize kernel module configuration
  50. Unable to initialize kernel module query interface
  51. Unable to initialize kernel module query interface
  52.  
  53. Before you can compile modules, you need to have the following installed...
  54.  
  55. make
  56. gcc
  57. kernel headers of the running kernel
  58.  
  59.  
  60. Searching for GCC...
  61. The path "" is not valid path to the gcc binary.
  62. Would you like to change it? [yes] yes
  63.  
  64. What is the location of the gcc program on your machine? /usr/bin/gcc
  65.  
  66. The path "/usr/bin/gcc" is not valid path to the gcc binary.
  67. Would you like to change it? [yes] no
  68.  
  69. Searching for a valid kernel header path...
  70. The path "" is not a valid path to the 3.0-3-server kernel headers.
  71. Would you like to change it? [yes] yes
  72.  
  73. Enter the path to the kernel header files for the 3.0-3-server kernel? /lib64/modules/3.0-3-server/build/kernel
  74.  
  75. The path "/lib64/modules/3.0-3-server/build/kernel" is not a valid path to the
  76. 3.0-3-server kernel headers.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement