Changes between Version 3 and Version 4 of GpoLab/MyplcPackageInstallationTips


Ignore:
Timestamp:
05/06/11 09:10:07 (13 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GpoLab/MyplcPackageInstallationTips

    v3 v4  
    109109After that, he was able to use `yum install` to install the monitoring dependencies.
    110110
     111=== Install all package dependencies by hand ===
     112
     113We believe that the full set of packages needed to get the five monitoring dependencies is:
     114 * On an F8 node:
     115{{{
     116cairo
     117dejavu-lgc-fonts
     118fontconfig
     119freetype
     120libthai
     121libX11
     122libXau
     123libXdmcp
     124libXext
     125libXft
     126libXrender
     127libpng
     128libxcb
     129libxml2
     130pango
     131perl-Compress-Zlib
     132perl-Compress-Raw-Zlib
     133perl-File-Find-Rule
     134perl-HTML-Parser
     135perl-HTML-Tagset
     136perl-IO-Compress-Base
     137perl-IO-Compress-Zlib
     138perl-Number-Compare
     139perl-Test-Mock-LWP
     140perl-Text-Glob
     141perl-URI
     142perl-XML-Writer
     143perl-libwww-perl
     144rrdtool
     145rrdtool-perl
     146rrdtool-python
     147xorg-x11-filesystem
     148}}}
     149
     150You should be able to download these by hand on your myplc node, using e.g. `yumdownloader`, and install them on each plnode using `rpm -iv *.rpm`.  If the only dependency errors you see are minor perl versions, e.g.:
     151{{{
     152# rpm -iv *.rpm
     153error: Failed dependencies:
     154        perl = 4:5.10.0-96.fc12 is needed by perl-Compress-Zlib-0:2.008-96.fc12.i686
     155        perl = 4:5.10.0-96.fc12 is needed by perl-IO-Compress-Base-0:2.015-96.fc12.i686
     156        perl = 4:5.10.0-96.fc12 is needed by perl-IO-Compress-Zlib-0:2.015-96.fc12.i686
     157}}}
     158and if you have some similar `perl-5.10.0` subversion installed, you can try using `--nodeps` to ignore the discrepancy (or you could download the newer perl version).