PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 24, 2012, 07:30:16 PM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Unable to Install VMware tools in PCLinux OS [ SOLVED ]  (Read 503 times)
IceDigger
Jr. Member
**
Offline Offline

Posts: 19


« on: January 16, 2012, 02:30:21 PM »

I am trying to run a virtual machine with PClinux in it via VMWare Player.  Everytime I try and install vmware tools it says this:

vmware-install.pl: line 8: use: command not found
vmware-install.pl: line 17: use: command not found
vmware-install.pl: line 18: no: command not found
vmware-install.pl: line 22: syntax error near unexpected token `('
vmware-install.pl: line 22: `my @cOpenVMToolsRPMPackages = ("vmware-kmp-debug",'

System Specs: Intel 2600k, 16GB DDR3 1600MHz RAM, 120GB SSD SATA III Drive, 1TB WD Black Drive, ATI 6790 Video Card
Logged
IceDigger
Jr. Member
**
Offline Offline

Posts: 19


« Reply #1 on: January 16, 2012, 02:45:27 PM »

I prefer VMWare.

I am running Windows 7 and PCLinuxOS is the virtual machine.
Logged
AS
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4106

Have a nice ... night!


« Reply #2 on: January 16, 2012, 02:53:45 PM »

I prefer VMWare.

I am running Windows 7 and PCLinuxOS is the virtual machine.

which version of PCLinuxOS ?

also, can you post the first 25~30 lines of the script vmware-install.pl ?
Look like it cannot find the python perl interpreter.
Logged
IceDigger
Jr. Member
**
Offline Offline

Posts: 19


« Reply #3 on: January 16, 2012, 03:19:47 PM »

I am running kde 2011.09

Here are the first 33 lines of the script

#!/usr/bin/perl -w
# If your copy of perl is not in /usr/bin, please adjust the line above.
#
# Copyright 1998-2010 VMware, Inc.  All rights reserved.
#
# Tar package manager for VMware

use strict;

# Use Config module to update VMware host-wide configuration file
# BEGINNING_OF_CONFIG_DOT_PM
# END_OF_CONFIG_DOT_PM

# BEGINNING_OF_UTIL_DOT_PL
#!/usr/bin/perl

use strict;
no warnings 'once'; # Warns about use of Config::Config in config.pl

# A list of known open-vmware tools packages
#
my @cOpenVMToolsRPMPackages = ("vmware-kmp-debug",
                "vmware-kmp-default",
                "vmware-kmp-pae",
                "vmware-kmp-trace",
                "vmware-guest-kmp-debug",
                "vmware-guest-kmp-default",
                "vmware-guest-kmp-desktop",
                "vmware-guest-kmp-pae",
                "open-vm-tools-gui",
                "open-vm-tools",
                "libvmtools-devel",
                "libvmtools0");
Logged
AS
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4106

Have a nice ... night!


« Reply #4 on: January 16, 2012, 03:33:34 PM »

may be you used a command like:
Quote
.   vmware-install.pl         (dot <space> vmware-install.pl) ?

you can't run it that way, probably you need to add execution permission to "vmware-config.pl" using:
Quote
chmod  a+x  vmware-config.pl

and then to run the command this way:
Quote
./vmware-install.pl
Logged
IceDigger
Jr. Member
**
Offline Offline

Posts: 19


« Reply #5 on: January 16, 2012, 04:20:21 PM »

That worked!  Thank you!

MUCH better performance!
Logged
AS
Global Moderator
Hero Member
*****
Offline Offline

Posts: 4106

Have a nice ... night!


« Reply #6 on: January 16, 2012, 04:25:47 PM »

Great! Smiley

Could you please edit your first post in this thread and add [ SOLVED ] in the subject line ? Thanks.

AS
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM