Please either check (using rpm -qa command) that all these packages are installed or just ask administrator to install them. For typical installation of RHEL5 or CentOS5 many X11 packages should already be there, but in some cases they may be missing. This list was produced with fresh install of CentOS5.8 Server, for other version there may be variations in the names.

List of packages:

gsl
compat-libf2c-34
libXxf86vm
libXScrnSaver
libgfortran
mesa-libGL
mesa-libGLU
openmpi-libs
unixODBC-libs

To install everything in one command copy and paste this:

sudo yum install compat-libf2c-34.x86_64 gsl.x86_64 libXScrnSaver.x86_64 \
    libXxf86vm.x86_64 libgfortran.x86_64 mesa-libGL.x86_64 \
    mesa-libGLU.x86_64 openmpi-libs.x86_64 unixODBC-libs.x86_64

Do not run this command from the account which has a special .rpmmacros file created by site-setup.sh script. If you need to use that account then do:

% sudo -i
<enter password>
# yum install ...
  • No labels