Created
February 4, 2014 16:02
-
-
Save vicendominguez/8806513 to your computer and use it in GitHub Desktop.
Installing Navisphere CLI on CentOS 6.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing Navisphere CLI on CentOS 6.2 | |
-------------------------------------------------- | |
twitter: @vicendominguez | |
* If you have this problem with dependences: | |
# rpm -ivh NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64.rpm | |
error: Failed dependencies: | |
libc.so.6 is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64 | |
libc.so.6(GLIBC_2.0) is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64 | |
libc.so.6(GLIBC_2.1) is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64 | |
libc.so.6(GLIBC_2.3) is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64 | |
libdl.so.2 is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64 | |
libdl.so.2(GLIBC_2.0) is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64 | |
libdl.so.2(GLIBC_2.1) is needed by NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64 | |
Try: | |
# yum install glibc-utils.x86_64 compat-glibc-headers.x86_64 glibc.i686 | |
And: | |
# rpm -ivh NaviCLI-Linux-64-x86-en_US-7.31.25.1.24-1.x86_64.rpm | |
Preparing... ########################################### [100%] | |
1:NaviCLI-Linux-64-x86-en########################################### [100%] | |
Run the script /opt/Navisphere/bin/setlevel_cli.sh to set the security level before you proceed. | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll find a yum install of the NaviCLI RPM file will install any and all pre-reqs . Your entire gist can be replaced by
yum install /tmp/NaviCLI-Linux-64-x86-en_US-7.33.9.1.84-1.x86_64.rpm -y