quote:
Originally posted by cdhgold:
your right i did what you said and i wanted to recomplie but said it couldn't find a compliier
I was able to get it working fairly quickly, however I have a *lot* of experience with Linux and with programming. I think if you were using RedHat 7.1 you would not have had a problem but VMware is a little slow on distributing versions for the latest distro releases. The first thing you are *definately* going to have to do is install your compiler from the RPMS on your CD. Install all the *gcc* rpms and *glibc* rpms, and install the kernel-headers*.rpm. However, I would not suggest installing the kernel-source.*.rpm that is on CD but install the exact source for the kernel that RedHat 7.2 installs. I assume you are running kernel version 2.4.7-10 with RedHat 7.2. So download and install:
ftp://ftp.redhat.com/pub/redhat/linux/7.2/en/os/i386/SRPMS/kernel-2.4.7-10.src.rpmI would also suggest configuring/building/installing a kernel from this source (set processor type to your processor, and set memory limit to 1GB (if you have 1GB or less of RAM). I can also explain how to do this in a later note if you can't get it.
Then rather than giving you step by step instructions look through the VMware news groups for items regarding RedHat 7.2 and VMware 3.0. As a last resort I will give you step by step instructions but it would take me some time to go back through everything I had to do to get it working. I would appreciate it if you could try and research/resolve the installation issues on your own first.
You can find the VMware news groups here:
http://news://news.vmware.comLet me know, and it may seem like a real pain to get going but it's definately worth it, you'll see.
Once you get the kernel built up and installed correctly and get the compiler installed correctly you will end up running the vmware-config.pl script again. It will complain that you are using a compiler that hasn't been tested but use it anyway, it works. You may have to change a couple of the paths where it's looking for kernel headers etc. Again, if you get the compiler installed and the kernel built and installed, you have the major part accomplished.
Good luck!!!!