Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vmware installment

Status
Not open for further replies.

mpeg

Technical User
Dec 3, 2001
2
US
I downloaded vmware but i can't run install.pl, I'm runing SuSE linux and when I start install.pl it asks what application to run it with.

what do I do

mpeg
 
Hi,

Well, whether you install from rpm or tar.gz file, you still need to run one or two perl scripts to get it installed/configured. Unless you're invoking it incorrectly it may well be that you don't have the perl language installed and, if not, you'll have to install that first. For a tarball it should go like this (from a xterm /console window) :

$ tar zxf VMware-<xxxx>.tar.gz
$ cd vmware-distrib
$ su (enter root password)
# ./vmware-install.pl
# ./vmware-config.pl
# exit
$

The rpm version just needs :

$ su (enter root password)
# ./vmware-config.pl
# exit
$

If it doesn't work then check you have perl installed :

$ rpm -q perl
$ which perl

If it is installed then it must be in a different location to what it says at the top of the perl scripts. In that case, you'd need to find where your perl was and edit the top of the vmware scripts to point to where the interpreter is on your system.

If it isn't installed - then install it first and try again.

Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top