달력

07

« 2010/07 »

  •  
  •  
  •  
  •  
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
2009/11/18 15:29

clusterssh 설치 Linux2009/11/18 15:29

OS 환경 : RHEL 5.3, CentOS 5.3 (x86_64)

다운로드



설치

# rpmbuild -ta --target x86_64 clusterssh-3.27.tar.gz
# rpm -Uvh /usr/src/redhat/RPMS.noarch/clusterssh-3.27-1.noarch.rpm

error: Failed dependencies:
        perl(Tk) >= 800.022 is needed by clusterssh-3.27-1.noarch
        perl(Tk::Dialog) is needed by clusterssh-3.27-1.noarch
        perl(Tk::LabEntry) is needed by clusterssh-3.27-1.noarch
        perl(Tk::ROText) is needed by clusterssh-3.27-1.noarch
        perl(Tk::Xlib) is needed by clusterssh-3.27-1.noarch
        perl(X11::Keysyms) is needed by clusterssh-3.27-1.noarch
        perl(X11::Protocol) is needed by clusterssh-3.27-1.noarch
        perl(X11::Protocol::Constants) is needed by clusterssh-3.27-1.noarch

의존성 에러 해결 : 아래의 두 패키지를 다운받아 설치한다.



참고글



Posted by shsch