ln -sfn $TRACK_ROOT/lib/modules/$(uname -r)/build/include/hpc /usr/include  &&
export  QTDIR=/usr   &&
./setup              &&
cd 3dmon             &&
./setup.standalone   &&

if [ -e /etc/init.d/mosstatd.sh ]; then
  rm -f /etc/init.d/mosstatd.sh
fi  &&

if [ -e /etc/init.d/openmosixcollector ]; then
  rm -f /etc/init.d/openmosixcollector
fi  &&

message  "${MESSAGE_COLOR}"Now type openmosixview <ENTER> and have fun!"    \
         "(do not forget to copy the openmosixprocs binary to /usr/bin of"  \
         "each your cluster-nodes e.g"                                      \
         " rcp /usr/bin/openmosixprocs hostname_of_node:/usr/bin"           \
         "or if you use SSH"                                                \
         " scp /usr/bin/openmosixprocs hostname_of_node:/usr/bin"           \
         "reply problems during installation to mosixview@t-online.de"      \
         "Thanks${DEFAULT_COLOR}"
