1.Dowload mpich.tar.gz http://www-unix.mcs.anl.gov... 2.Install mpich #cd ~ #tar zxvf mpich.tar.gz #cd mpich-1.2.7 #./configure -prefix=/usr/local/mpich #make #make install 3.Set the Env open ~/.bashrc Add the following at the end of bashrc. export LINUX_MPIHOME=/usr/local/mpich export PATH=$PATH:$LINUX_MPIHOME/bin export LD_LIBRARY_PATH=$LD_LIBRARY... export MANPATH=$MANPATH:$LINUX_MPI... 4.Set the SSH authtication After the previous steps,...
Notice: Fedora has moved beyond "libstdc++.so.5", in order to install you'll need to install the "compat-libstdc++" rpm which should fulfill the requirements. compat-libstdc++-33-3.2.3-4... is in FC4-i386-disc3.iso. Export the rpm and install it, then your RealPlayer will work. RealPlayer-10.0.6.776-20050... is here