You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Please either check (using rpm -qa command) that all these packages are installed or just ask administrator to install them. For typical installation of RHEL6 or CentOS6 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
libXxf86vm
libgfortran
mesa-libGL
mesa-libGLU
openmpi-libs
unixODBC-libs

To install everything in one command copy and paste this:

sudo yum install gsl.x86_64 libXxf86vm.x86_64 libgfortran.x86_64 mesa-libGL.x86_64 \
    mesa-libGLU.x86_64 openmpi-libs.x86_64 unixODBC-libs.x86_64
  • No labels