Link to home
Start Free TrialLog in
Avatar of Trevor Helps
Trevor Helps

asked on

How to install VMWare Tools on Ubuntu Server 11.04 VM location of GCC?

I am installing VMWare tools on a Ubuntu 11.04 VM under ESXi 4.1

I've used the VM menu 'install tools option' then  extracted the VMWareTools-8.3.2-257589.tar.gz to a dir on desktop called vmtools

Then in terminal ive run vmware-install.pl

I press enter and answer yes to all defaults.

When the tools run and ask for configuration i get stuck at :

Searching for GCC ..
The path "" is not valid path to the gcc binary
Would you like to change it? [yes]

then i'm asked :
What is the location of the gcc program on your machine?

I don't what GCC is, whether its installed or not and what its path would be.

Please Help.
ASKER CERTIFIED SOLUTION
Avatar of jackiechen858
jackiechen858
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
run "dpkg -l | grep anypackagename" to find if you already installed.

run "apt-cache search anypackagename" to find a correct package name; then you can use apt-get to install it.