Created
July 27, 2012 19:47
-
-
Save someara/3190137 to your computer and use it in GitHub Desktop.
solaris omnibus missing popt
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
[root@0f5d206 ~]# wget http://s3.amazonaws.com/opscode-full-stack/solaris2-5.11-i86pc/chef-full-0.10.8-3-solaris2-5.11-i86pc.tar.gz | |
--2012-07-27 19:29:38-- http://s3.amazonaws.com/opscode-full-stack/solaris2-5.11-i86pc/chef-full-0.10.8-3-solaris2-5.11-i86pc.tar.gz | |
Resolving s3.amazonaws.com (s3.amazonaws.com)... 207.171.163.151 | |
Connecting to s3.amazonaws.com (s3.amazonaws.com)|207.171.163.151|:80... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 24622816 (23M) [application/octet-stream] | |
Saving to: `chef-full-0.10.8-3-solaris2-5.11-i86pc.tar.gz' | |
100%[==========================================================================================================================================>] 24,622,816 4.25M/s in 5.5s | |
2012-07-27 19:29:44 (4.24 MB/s) - `chef-full-0.10.8-3-solaris2-5.11-i86pc.tar.gz' saved [24622816/24622816] | |
[root@0f5d206 ~]# ls -la | |
total 24103 | |
drwxr-xr-x 3 root root 13 2012-07-27 19:29 . | |
drwxr-xr-x 19 root root 21 2011-09-09 14:28 .. | |
-rw------- 1 root root 243 2012-07-27 19:29 .bash_history | |
-rw------- 1 root root 76 2011-02-24 15:43 .bash_profile | |
-rw------- 1 root root 286 2011-02-24 15:37 .bashrc | |
-rw-r--r-- 1 root root 109 2011-02-24 15:38 .cshrc | |
-rw-r--r-- 1 root root 240 2011-02-24 15:38 .irbrc | |
-rw-r--r-- 1 root root 40 2008-08-08 14:53 .login | |
-rw-r--r-- 1 root root 228 2011-02-24 15:41 .profile | |
drwxr-xr-x+ 2 root root 3 2011-02-24 15:42 .ssh | |
-rw-r--r-- 1 root root 956 2011-02-24 15:43 .vimrc | |
-rw-r--r-- 1 root root 24622816 2012-03-22 22:48 chef-full-0.10.8-3-solaris2-5.11-i86pc.tar.gz | |
-rwxr-xr-x 1 root root 5204 2012-07-27 19:25 install.sh | |
[root@0f5d206 ~]# tar xzf chef-full-0.10.8-3-solaris2-5.11-i86pc.tar.gz -C /opt/ | |
[root@0f5d206 ~]# /opt/opscode/setup.sh | |
ld.so.1: rsync: fatal: libpopt.so.0: open failed: No such file or directory | |
/opt/opscode/setup.sh: line 40: 15928 Killed LD_LIBRARY_PATH=$INSTALLER_DIR/embedded/lib $INSTALLER_DIR/embedded/bin/rsync -a --delete --exclude $INSTALLER_DIR/setup.sh $INSTALLER_DIR/ /opt/opscode | |
setup.sh: Cannot rsync release to /opt/opscode | |
[root@0f5d206 ~]# | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment