Advertisement
vicendominguez

Installing Navisphere CLI on CentOS 6.2

Jan 4th, 2013
880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. Installing Navisphere CLI on CentOS 6.2
  2. --------------------------------------------------
  3. twitter: @vicendominguez
  4.  
  5. * If you have this problem with dependences:
  6.  
  7. # rpm -ivh NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64.rpm
  8. error: Failed dependencies:
  9. libc.so.6 is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64
  10. libc.so.6(GLIBC_2.0) is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64
  11. libc.so.6(GLIBC_2.1) is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64
  12. libc.so.6(GLIBC_2.3) is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64
  13. libdl.so.2 is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64
  14. libdl.so.2(GLIBC_2.0) is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64
  15. libdl.so.2(GLIBC_2.1) is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64
  16.  
  17. Try:
  18.  
  19. # yum install glibc-utils.x86_64 compat-glibc-headers.x86_64 glibc.i686
  20.  
  21. And:
  22.  
  23. # rpm -ivh NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64.rpm
  24. Preparing... ########################################### [100%]
  25. 1:NaviCLI-Linux-64-x86-en########################################### [100%]
  26. Run the script /opt/Navisphere/bin/setlevel_cli.sh to set the security level before you proceed.
  27.  
  28. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement