vukodlak75
22nd June 2008, 22:54
Does anyone have any experience at installing vmware tools in Slackware 12.1?
I've done some research and found that I needed to do a few things prior to install like:
cd /etc/rc.d
for V in {0,1,2,3,4,5,6}; do ln -s /etc/rc.d /etc/rc.d/rc${V}.d; done
mkdir /etc/pam.d
cp /etc/rc.d/rc.inet1 /etc/init.d/network
cp /etc/rc.d/rc.inet1 /etc/init.d/networking
After doing the above I able to start the installation process (./vmware-install.pl) but none of the modules can be built.
I also tried open vmtools and it installs successfully (modules can be built). but I get some major & minor error codes when logging out.
I've done some research and found that I needed to do a few things prior to install like:
cd /etc/rc.d
for V in {0,1,2,3,4,5,6}; do ln -s /etc/rc.d /etc/rc.d/rc${V}.d; done
mkdir /etc/pam.d
cp /etc/rc.d/rc.inet1 /etc/init.d/network
cp /etc/rc.d/rc.inet1 /etc/init.d/networking
After doing the above I able to start the installation process (./vmware-install.pl) but none of the modules can be built.
I also tried open vmtools and it installs successfully (modules can be built). but I get some major & minor error codes when logging out.