Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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:

Code Block
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:

Code Block
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:

Code Block
% sudo -i
<enter password>
# yum install ...