Get the most out of your Centmin Mod LEMP stack
Become a Member

Install Problem with installation of .08

Discussion in 'Install & Upgrades or Pre-Install Questions' started by jscott, Aug 13, 2015.

  1. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    I am having problems with a fresh install of centmin mod.

    It does this on Ramnode and AWS....

    I have a Ramnode OpenVZ SSD-Cached VPS (CVZ) - Atlanta - 256MB CVZ
    Install CentOS 6 Minimal 64-bit
    Install cenmin mod using one line installer

    get error that xml2 is not found -
    Code:
    
    checking which regex library to use... php
    checking whether to enable LIBXML support... yes
    checking libxml2 install dir... no
    checking for xml2-config path...
    configure: error: xml2-config not found. Please check your libxml2 installation.
    make: *** No targets specified and no makefile found.  Stop.
    
    real    0m0.002s
    user    0m0.001s
    sys     0m0.000s
    make: *** No rule to make target `install'.  Stop.
    
    real    0m0.002s
    user    0m0.001s
    sys     0m0.000s
    
    strip PHP binary...
    ls: cannot access /usr/local/bin/php: No such file or directory
    ls: cannot access /usr/local/bin/php-cgi: No such file or directory
    strip: '/usr/local/bin/php': No such file
    strip: '/usr/local/bin/php-cgi': No such file
    ls: cannot access /usr/local/bin/php: No such file or directory
    ls: cannot access /usr/local/bin/php-cgi: No such file or directory
    
    ^[[1;33;40m----------------------------------------------------------------------------------
    ^[(B^[[mPHP was not installed properly
    ^[[1;33;40m----------------------------------------------------------------------------------
    ^[(B^[[m
    
    Copying php-fpm.conf /usr/local/etc/php-fpm.conf
    
    Starting php-fpm /etc/init.d/php-fpm: line 78: /usr/local/sbin/php-fpm: No such file or directory
     failed
    ^[[1;32;40mexclude line exists... adding nginx* php* exclusions
    ^[(B^[[m----------------------------------------------
    Creating /etc/logrotate.d/php-fpm file
    ----------------------------------------------
    ......
    ----------------------------------------------------------------------------
    /var/log/php-fpm/*.log {
            daily
    
    
    Above this error it looks like it updates both the i686 and x86_64 versions,


    Code:
    ---> Package libssh2.x86_64 0:1.4.2-1.el6 will be updated
    ---> Package libssh2.x86_64 0:1.4.2-1.el6_6.1 will be an update
    ---> Package libuser.x86_64 0:0.56.13-5.el6 will be updated
    ---> Package libuser.x86_64 0:0.56.13-8.el6_7 will be an update
    ---> Package libxml2.i686 0:2.7.6-17.el6_6.1 will be updated
    ---> Package libxml2.x86_64 0:2.7.6-17.el6_6.1 will be updated
    ---> Package libxml2.i686 0:2.7.6-20.el6 will be an update
    ---> Package libxml2.x86_64 0:2.7.6-20.el6 will be an update
    
    it looks like it removes the i686 version... ( should be ok.. i think )
    Code:
    ---> Package libxml2.i686 0:2.7.6-20.el6 will be erased
    

    If I manually install xml2 it generates new errors....

    Code:
    
    
    ------------------------------------------------------------------
     PHP-FPM Configuration:
    ------------------------------------------------------------------
    
    Failed loading /opcache.so:  /opcache.so: cannot open shared object file: No such file or directory
    Configure Command =>  '../configure'  '--enable-fpm' '--enable-intl' '--enable-pcntl' '--with-snmp' '--with-mhash' '--with-zlib' '--with-gettext' '--enable-exif' '--enable-zip' '--with-bz2' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-shmop' '--with-pear' '--enable-mbstring' '--with-openssl' '--with-mysql=mysqlnd' '--with-libdir=lib64' '--with-mysqli=mysqlnd' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-curl' '--with-gd' '--with-xmlrpc' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--with-freetype-dir=/usr' '--with-jpeg-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--with-vpx-dir=/usr' '--with-t1lib=/usr' '--enable-pdo' '--with-pdo-sqlite' '--with-pdo-mysql=mysqlnd' '--enable-inline-optimization' '--with-imap' '--with-imap-ssl' '--with-kerberos' '--with-readline' '--with-libedit' '--with-gmp' '--with-pspell' '--with-tidy' '--with-enchant' '--with-fpm-user=nginx' '--with-fpm-group=nginx' '--disable-fileinfo' '--with-config-file-scan-dir=/etc/centminmod/php.d'
    
    ------------------------------------------------------------------
     PHP-FPM Settings /usr/local/etc/php-fpm.conf:
    ------------------------------------------------------------------
    
    log_level = warning
    pid = /var/run/php-fpm/php-fpm.pid
    error_log = /var/log/php-fpm/www-error.log
    user = nginx
    group = nginx
    listen = 127.0.0.1:9000
    listen.allowed_clients = 127.0.0.1
    listen.owner = nginx
    listen.group = nginx
    listen.mode = 0666
    pm = ondemand
    pm.max_children = 4
    pm.start_servers = 1
    pm.min_spare_servers = 1
    pm.max_spare_servers = 3
    pm.max_requests = 500
    pm.process_idle_timeout = 10s;
    rlimit_files = 65536
    rlimit_core = 0
    slowlog = /var/log/php-fpm/www-slow.log
    pm.status_path = /phpstatus
    ping.path = /phpping
    ping.response = pong
    php_admin_value[error_log] = /var/log/php-fpm/www-php.error.log
    php_admin_value[disable_functions] = shell_exec
    
    ------------------------------------------------------------------
     PHP-FPM Extensions Loaded:
    ------------------------------------------------------------------
    
    Failed loading /opcache.so:  /opcache.so: cannot open shared object file: No such file or directory
    [PHP Modules]
    bcmath
    bz2
    calendar
    
    
    
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    5:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    seems the CentOS template you're using has both i686 and x86_64 packages installed but centmin.sh line 775 should of taken care of that

    what do you get from output of

    Code:
    yum list libxml2 libxml2-devel

    Troubleshooting Initial Install



    To troubleshoot initial installation, you need to check the initial install log at /root/centminlogs. You can see full details at How to troubleshoot Centmin Mod initial install issues
     
  3. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    This is after I have manually installed xml2....

    I can wipe the VPS and start from scratch if that helps...

    -John

    Code:
    
    [root@atlonenet centminlogs]# yum list libxml2 libxml2-devel
    Loaded plugins: fastestmirror, priorities, security
    Loading mirror speeds from cached hostfile
    epel/metalink                                                                                               |  12 kB     00:00
     * base: mirror.us.leaseweb.net
     * epel: www.gtlib.gatech.edu
     * extras: mirror.us.leaseweb.net
     * rpmforge: mirror.teklinks.com
     * updates: mirror.us.leaseweb.net
    base                                                                                                        | 3.7 kB     00:00
    extras                                                                                                      | 3.4 kB     00:00
    mariadb                                                                                                     | 2.9 kB     00:00
    rpmforge                                                                                                    | 1.9 kB     00:00
    updates                                                                                                     | 3.4 kB     00:00
    updates/primary_db                                                                                          | 770 kB     00:00
    vz-base                                                                                                     |  951 B     00:00
    vz-updates                                                                                                  |  951 B     00:00
    1604 packages excluded due to repository priority protections
    Installed Packages
    libxml2.x86_64                                                     2.7.6-20.el6                                               @base
    libxml2-devel.x86_64                                               2.7.6-20.el6                                               @base
    [root@atlonenet centminlogs]#
    
    
    
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    5:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    is this first time install and error ? or has this happen before ?

    but yes try a fresh OS and install - could be yum mirror broken or timed out during install
     
  5. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    this is a fresh OS install and centmin mod install using the one line installer.

    I did this about 6 times yesterday with a few variations both on Ramnode and AWS

    I have been using centmin mod on my AWS account for 6 months or so with no problems.
    Just got the Ramnode account, and decided to try the new stuff out.

    I will do a new install on ramnode and post the logs. What logs would you like?
    Should I try the CentOS 6 Minimal 64-bit and centmin mod one line installer again?

    -John
     
  6. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    Anything else you want to look at from this install before I blow it away?
    -John
     
  7. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    5:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  8. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    Well.... this time the one-liner blew up.... differently.....
    I am running centmin.sh option #1 manually now....

    -John





    installed new centos 6 minimum


    Code:
    [root@atlonenet ~]# yum list libxml2 libxml2-devel
    Loaded plugins: fastestmirror
    Determining fastest mirrors
    * base: ftp.usf.edu
    * extras: ftp.usf.edu
    * updates: ftp.usf.edu
    base                                                                                                         | 3.7 kB     00:00
    base/primary_db                                                                                              | 4.6 MB     00:05
    extras                                                                                                       | 3.4 kB     00:00
    extras/primary_db                                                                                            |  26 kB     00:00
    updates                                                                                                      | 3.4 kB     00:00
    updates/primary_db                                                                                           | 747 kB     00:00
    vz-base                                                                                                      |  951 B     00:00
    vz-updates                                                                                                   |  951 B     00:00
    Installed Packages
    libxml2.i686                                                    2.7.6-17.el6_6.1                                            @updates
    libxml2.x86_64                                                  2.7.6-17.el6_6.1                                            @updates
    Available Packages
    libxml2.i686                                                    2.7.6-20.el6                                                base
    libxml2.x86_64                                                  2.7.6-20.el6                                                base
    libxml2-devel.i686                                              2.7.6-20.el6                                                base
    libxml2-devel.x86_64                                            2.7.6-20.el6                                                base
    [root@atlonenet ~]#
    
    
    
    
    login as: root
    Server refused our key
    root@192.73.235.97's password:
    Access denied
    root@192.73.235.97's password:
    [root@atlonenet ~]# yum list libxml2 libxml2-devel
    Loaded plugins: fastestmirror
    Determining fastest mirrors
    * base: ftp.usf.edu
    * extras: ftp.usf.edu
    * updates: ftp.usf.edu
    base                                                                                                         | 3.7 kB     00:00
    base/primary_db                                                                                              | 4.6 MB     00:05
    extras                                                                                                       | 3.4 kB     00:00
    extras/primary_db                                                                                            |  26 kB     00:00
    updates                                                                                                      | 3.4 kB     00:00
    updates/primary_db                                                                                           | 747 kB     00:00
    vz-base                                                                                                      |  951 B     00:00
    vz-updates                                                                                                   |  951 B     00:00
    Installed Packages
    libxml2.i686                                                    2.7.6-17.el6_6.1                                            @updates
    libxml2.x86_64                                                  2.7.6-17.el6_6.1                                            @updates
    Available Packages
    libxml2.i686                                                    2.7.6-20.el6                                                base
    libxml2.x86_64                                                  2.7.6-20.el6                                                base
    libxml2-devel.i686                                              2.7.6-20.el6                                                base
    libxml2-devel.x86_64                                            2.7.6-20.el6                                                base
    [root@atlonenet ~]#
    [root@atlonenet ~]#
    [root@atlonenet ~]# clear
    [root@atlonenet ~]# curl -sL [URL]http://centminmod.com/installer.sh[/URL] | bashcurl -sL [URL]http://centminmod.com/installer.sh[/URL] | bash
    -bash: bashcurl: command not found
    [root@atlonenet ~]# clear
    [root@atlonenet ~]# curl -sL [URL]http://centminmod.com/installer.sh[/URL] | bash
    Loaded plugins: fastestmirror
    Cleaning repos: base extras updates vz-base vz-updates
    Cleaning up Everything
    Cleaning up list of fastest mirrors
    
    installing yum packages...
    
    Loaded plugins: fastestmirror
    Setting up Install Process
    Determining fastest mirrors
    * base: ftp.usf.edu
    * extras: ftp.usf.edu
    * updates: ftp.usf.edu
    base                                                                                                         | 3.7 kB     00:00
    base/primary_db                                                                                              | 4.6 MB     00:03
    extras                                                                                                       | 3.4 kB     00:00
    extras/primary_db                                                                                            |  26 kB     00:00
    updates                                                                                                      | 3.4 kB     00:00
    updates/primary_db                                                                                           | 747 kB     00:00
    vz-base                                                                                                      |  951 B     00:00
    vz-base/primary                                                                                              | 1.3 kB     00:00
    vz-base                                                                                                                         3/3
    vz-updates                                                                                                   |  951 B     00:00
    vz-updates/primary                                                                                           | 2.2 kB     00:00
    vz-updates                                                                                                                      8/8
    Package wget-1.12-5.el6_6.1.x86_64 already installed and latest version
    Package yum-plugin-fastestmirror-1.1.30-30.el6.noarch already installed and latest version
    Package lynx-2.8.6-27.el6.x86_64 already installed and latest version
    Package rsyslog-5.8.10-10.el6_6.x86_64 already installed and latest version
    Package net-tools-1.60-110.el6_2.x86_64 already installed and latest version
    Package coreutils-8.4-37.el6.x86_64 already installed and latest version
    Package crontabs-1.10-33.el6.noarch already installed and latest version
    Package 1:make-3.81-20.el6.x86_64 already installed and latest version
    Package nano-2.0.9-7.el6.x86_64 already installed and latest version
    Package 1:pkgconfig-0.23-9.1.el6.x86_64 already installed and latest version
    Package diffutils-2.8.1-28.el6.x86_64 already installed and latest version
    Package which-2.19-6.el6.x86_64 already installed and latest version
    Package readline-6.0-4.el6.x86_64 already installed and latest version
    Package libedit-2.11-4.20080712cvs.1.el6.x86_64 already installed and latest version
    Package zlib-1.2.3-29.el6.x86_64 already installed and latest version
    Package gettext-0.17-18.el6.x86_64 already installed and latest version
    Package libidn-1.18-2.el6.x86_64 already installed and latest version
    Package libjpeg-turbo-1.2.1-3.el6_5.x86_64 already installed and latest version
    Package 2:libpng-1.2.49-1.el6_2.x86_64 already installed and latest version
    Package glib2-2.28.8-4.el6.x86_64 already installed and latest version
    Package bzip2-1.0.5-7.el6_0.x86_64 already installed and latest version
    Package pam-1.1.1-20.el6.x86_64 already installed and latest version
    Package lua-5.1.4-4.1.el6.x86_64 already installed and latest version
    Resolving Dependencies
    --> Running transaction check
    ---> Package ImageMagick.x86_64 0:6.7.2.7-2.el6 will be installed
    --> Processing Dependency: libwmflite-0.2.so.7()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libwmf-0.2.so.7()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: librsvg-2.so.2()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: liblcms.so.1()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libjasper.so.1()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libgs.so.8()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libfontconfig.so.1()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libcairo.so.2()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libXt.so.6()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libXext.so.6()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libX11.so.6()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libSM.so.6()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libImath.so.6()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libIlmThread.so.6()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libIlmImf.so.6()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libIex.so.6()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libICE.so.6()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libHalf.so.6()(64bit) for package: ImageMagick-6.7.2.7-2.el6.x86_64
    ---> Package ImageMagick-c++.x86_64 0:6.7.2.7-2.el6 will be installed
    ---> Package ImageMagick-c++-devel.x86_64 0:6.7.2.7-2.el6 will be installed
    ---> Package ImageMagick-devel.x86_64 0:6.7.2.7-2.el6 will be installed
    --> Processing Dependency: libtiff-devel for package: ImageMagick-devel-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libXt-devel for package: ImageMagick-devel-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: libX11-devel for package: ImageMagick-devel-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: lcms-devel for package: ImageMagick-devel-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: jasper-devel for package: ImageMagick-devel-6.7.2.7-2.el6.x86_64
    --> Processing Dependency: ghostscript-devel for package: ImageMagick-devel-6.7.2.7-2.el6.x86_64
    ---> Package aspell-devel.x86_64 12:0.60.6-12.el6 will be installed
    ---> Package autoconf.noarch 0:2.63-5.1.el6 will be installed
    ---> Package automake.noarch 0:1.11.1-4.el6 will be installed
    ---> Package bash.x86_64 0:4.1.2-29.el6 will be updated
    ---> Package bash.x86_64 0:4.1.2-33.el6 will be an update
    ---> Package bc.x86_64 0:1.06.95-1.el6 will be installed
    ---> Package bind-utils.x86_64 32:9.8.2-0.37.rc1.el6_7.2 will be installed
    --> Processing Dependency: bind-libs = 32:9.8.2-0.37.rc1.el6_7.2 for package: 32:bind-utils-9.8.2-0.37.rc1.el6_7.2.x86_64
    ---> Package bison.x86_64 0:2.4.1-5.el6 will be installed
    ---> Package bluez-libs-devel.x86_64 0:4.66-1.el6 will be installed
    --> Processing Dependency: bluez-libs = 4.66 for package: bluez-libs-devel-4.66-1.el6.x86_64
    --> Processing Dependency: libbluetooth.so.3()(64bit) for package: bluez-libs-devel-4.66-1.el6.x86_64
    ---> Package bzip2-devel.x86_64 0:1.0.5-7.el6_0 will be installed
    ---> Package ca-certificates.noarch 0:2014.1.98-65.1.el6 will be updated
    ---> Package ca-certificates.noarch 0:2015.2.4-65.0.1.el6_6 will be an update
    ---> Package cmake.x86_64 0:2.8.12.2-4.el6 will be installed
    --> Processing Dependency: libarchive.so.2()(64bit) for package: cmake-2.8.12.2-4.el6.x86_64
    ---> Package cronie.x86_64 0:1.4.4-12.el6 will be updated
    --> Processing Dependency: cronie = 1.4.4-12.el6 for package: cronie-noanacron-1.4.4-12.el6.x86_64
    ---> Package cronie.x86_64 0:1.4.4-15.el6 will be an update
    ---> Package cronie-anacron.x86_64 0:1.4.4-15.el6 will be installed
    ---> Package curl.x86_64 0:7.19.7-40.el6_6.3 will be updated
    ---> Package curl.x86_64 0:7.19.7-46.el6 will be an update
    --> Processing Dependency: libcurl = 7.19.7-46.el6 for package: curl-7.19.7-46.el6.x86_64
    ---> Package cyrus-imapd.x86_64 0:2.3.16-13.el6_6 will be installed
    --> Processing Dependency: cyrus-imapd-utils = 2.3.16-13.el6_6 for package: cyrus-imapd-2.3.16-13.el6_6.x86_64
    ---> Package cyrus-sasl.x86_64 0:2.1.23-15.el6_6.1 will be updated
    ---> Package cyrus-sasl.x86_64 0:2.1.23-15.el6_6.2 will be an update
    --> Processing Dependency: cyrus-sasl-lib = 2.1.23-15.el6_6.2 for package: cyrus-sasl-2.1.23-15.el6_6.2.x86_64
    ---> Package cyrus-sasl-devel.x86_64 0:2.1.23-15.el6_6.2 will be installed
    ---> Package cyrus-sasl-md5.x86_64 0:2.1.23-15.el6_6.2 will be installed
    ---> Package cyrus-sasl-plain.x86_64 0:2.1.23-15.el6_6.2 will be installed
    ---> Package deltarpm.x86_64 0:3.5-0.5.20090913git.el6 will be installed
    ---> Package dos2unix.x86_64 0:3.1-37.el6 will be installed
    ---> Package e2fsprogs.x86_64 0:1.41.12-21.el6 will be updated
    ---> Package e2fsprogs.x86_64 0:1.41.12-22.el6 will be an update
    --> Processing Dependency: libss = 1.41.12-22.el6 for package: e2fsprogs-1.41.12-22.el6.x86_64
    --> Processing Dependency: libcom_err = 1.41.12-22.el6 for package: e2fsprogs-1.41.12-22.el6.x86_64
    --> Processing Dependency: e2fsprogs-libs = 1.41.12-22.el6 for package: e2fsprogs-1.41.12-22.el6.x86_64
    ---> Package e2fsprogs-devel.x86_64 0:1.41.12-22.el6 will be installed
    --> Processing Dependency: libcom_err-devel = 1.41.12-22.el6 for package: e2fsprogs-devel-1.41.12-22.el6.x86_64
    --> Processing Dependency: pkgconfig(com_err) for package: e2fsprogs-devel-1.41.12-22.el6.x86_64
    ---> Package enchant.x86_64 1:1.5.0-5.el6 will be installed
    --> Processing Dependency: libhunspell-1.2.so.0()(64bit) for package: 1:enchant-1.5.0-5.el6.x86_64
    ---> Package enchant-devel.x86_64 1:1.5.0-5.el6 will be installed
    ---> Package expect.x86_64 0:5.44.1.15-5.el6_4 will be installed
    --> Processing Dependency: libtcl8.5.so()(64bit) for package: expect-5.44.1.15-5.el6_4.x86_64
    ---> Package expect-devel.x86_64 0:5.44.1.15-5.el6_4 will be installed
    ---> Package file.x86_64 0:5.04-21.el6 will be installed
    ---> Package flex.x86_64 0:2.5.35-9.el6 will be installed
    ---> Package freetype.x86_64 0:2.3.11-15.el6_6.1 will be installed
    ---> Package freetype-devel.x86_64 0:2.3.11-15.el6_6.1 will be installed
    ---> Package gcc.x86_64 0:4.4.7-16.el6 will be installed
    --> Processing Dependency: libgomp = 4.4.7-16.el6 for package: gcc-4.4.7-16.el6.x86_64
    --> Processing Dependency: cpp = 4.4.7-16.el6 for package: gcc-4.4.7-16.el6.x86_64
    --> Processing Dependency: libgcc >= 4.4.7-16.el6 for package: gcc-4.4.7-16.el6.x86_64
    --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.4.7-16.el6.x86_64
    --> Processing Dependency: cloog-ppl >= 0.15 for package: gcc-4.4.7-16.el6.x86_64
    ---> Package gcc-c++.x86_64 0:4.4.7-16.el6 will be installed
    --> Processing Dependency: libstdc++-devel = 4.4.7-16.el6 for package: gcc-c++-4.4.7-16.el6.x86_64
    --> Processing Dependency: libstdc++ = 4.4.7-16.el6 for package: gcc-c++-4.4.7-16.el6.x86_64
    --> Processing Dependency: libmpfr.so.1()(64bit) for package: gcc-c++-4.4.7-16.el6.x86_64
    ---> Package gd.x86_64 0:2.0.35-11.el6 will be installed
    --> Processing Dependency: libXpm.so.4()(64bit) for package: gd-2.0.35-11.el6.x86_64
    ---> Package gd-devel.x86_64 0:2.0.35-11.el6 will be installed
    --> Processing Dependency: fontconfig-devel for package: gd-devel-2.0.35-11.el6.x86_64
    ---> Package gdbm-devel.x86_64 0:1.8.0-38.el6 will be installed
    --> Processing Dependency: gdbm = 1.8.0-38.el6 for package: gdbm-devel-1.8.0-38.el6.x86_64
    ---> Package gettext-devel.x86_64 0:0.17-18.el6 will be installed
    --> Processing Dependency: gettext-libs = 0.17-18.el6 for package: gettext-devel-0.17-18.el6.x86_64
    --> Processing Dependency: libgettextpo.so.0()(64bit) for package: gettext-devel-0.17-18.el6.x86_64
    --> Processing Dependency: libasprintf.so.0()(64bit) for package: gettext-devel-0.17-18.el6.x86_64
    ---> Package git.x86_64 0:1.7.1-3.el6_4.1 will be installed
    --> Processing Dependency: perl-Git = 1.7.1-3.el6_4.1 for package: git-1.7.1-3.el6_4.1.x86_64
    --> Processing Dependency: perl(Git) for package: git-1.7.1-3.el6_4.1.x86_64
    --> Processing Dependency: perl(Error) for package: git-1.7.1-3.el6_4.1.x86_64
    ---> Package glib2-devel.x86_64 0:2.28.8-4.el6 will be installed
    ---> Package gmp-devel.x86_64 0:4.3.1-7.el6_2.2 will be installed
    ---> Package imake.x86_64 0:1.0.2-11.el6 will be installed
    ---> Package iotop.noarch 0:0.3.2-7.el6 will be installed
    ---> Package iptables.x86_64 0:1.4.7-14.el6 will be updated
    ---> Package iptables.x86_64 0:1.4.7-16.el6 will be an update
    ---> Package iptables-devel.x86_64 0:1.4.7-16.el6 will be installed
    ---> Package iptables-ipv6.x86_64 0:1.4.7-16.el6 will be installed
    ---> Package krb5-devel.x86_64 0:1.10.3-42.el6 will be installed
    --> Processing Dependency: krb5-libs = 1.10.3-42.el6 for package: krb5-devel-1.10.3-42.el6.x86_64
    --> Processing Dependency: libselinux-devel for package: krb5-devel-1.10.3-42.el6.x86_64
    --> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.10.3-42.el6.x86_64
    ---> Package libXext-devel.x86_64 0:1.3.2-2.1.el6 will be installed
    --> Processing Dependency: pkgconfig(xextproto) for package: libXext-devel-1.3.2-2.1.el6.x86_64
    ---> Package libXpm-devel.x86_64 0:3.5.10-2.el6 will be installed
    ---> Package libaio.x86_64 0:0.3.107-10.el6 will be installed
    ---> Package libaio-devel.x86_64 0:0.3.107-10.el6 will be installed
    ---> Package libatomic_ops-devel.x86_64 0:1.2-8.gc.1.el6 will be installed
    ---> Package libc-client.x86_64 0:2007e-11.el6 will be installed
    ---> Package libc-client-devel.x86_64 0:2007e-11.el6 will be installed
    ---> Package libcurl-devel.x86_64 0:7.19.7-46.el6 will be installed
    ---> Package libedit-devel.x86_64 0:2.11-4.20080712cvs.1.el6 will be installed
    ---> Package libevent.x86_64 0:1.4.13-4.el6 will be installed
    ---> Package libevent-devel.x86_64 0:1.4.13-4.el6 will be installed
    --> Processing Dependency: libevent-headers = 1.4.13-4.el6 for package: libevent-devel-1.4.13-4.el6.x86_64
    --> Processing Dependency: libevent-doc = 1.4.13-4.el6 for package: libevent-devel-1.4.13-4.el6.x86_64
    ---> Package libgcj.x86_64 0:4.4.7-16.el6 will be installed
    --> Processing Dependency: zip >= 2.1 for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libart_lgpl >= 2.1.0 for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: gtk2 >= 2.4.0 for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libatk-1.0.so.0()(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libasound.so.2()(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libXtst.so.6()(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libXrender.so.1()(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    --> Processing Dependency: libXrandr.so.2()(64bit) for package: libgcj-4.4.7-16.el6.x86_64
    ---> Package libidn-devel.x86_64 0:1.18-2.el6 will be installed
    ---> Package libjpeg-turbo-devel.x86_64 0:1.2.1-3.el6_5 will be installed
    ---> Package libpng-devel.x86_64 2:1.2.49-1.el6_2 will be installed
    ---> Package libtidy.x86_64 0:0.99.0-19.20070615.1.el6 will be installed
    ---> Package libtidy-devel.x86_64 0:0.99.0-19.20070615.1.el6 will be installed
    ---> Package libtool.x86_64 0:2.2.6-15.5.el6 will be installed
    ---> Package libtool-ltdl.x86_64 0:2.2.6-15.5.el6 will be installed
    ---> Package libtool-ltdl-devel.x86_64 0:2.2.6-15.5.el6 will be installed
    ---> Package libvpx.x86_64 0:1.3.0-5.el6_5 will be installed
    ---> Package libvpx-devel.x86_64 0:1.3.0-5.el6_5 will be installed
    ---> Package libxml2.x86_64 0:2.7.6-17.el6_6.1 will be updated
    ---> Package libxml2.x86_64 0:2.7.6-20.el6 will be an update
    ---> Package libxml2-devel.x86_64 0:2.7.6-20.el6 will be installed
    ---> Package lsof.x86_64 0:4.82-4.el6 will be updated
    ---> Package lsof.x86_64 0:4.82-5.el6 will be an update
    ---> Package lua-devel.x86_64 0:5.1.4-4.1.el6 will be installed
    ---> Package mlocate.x86_64 0:0.22.2-4.el6 will be updated
    ---> Package mlocate.x86_64 0:0.22.2-6.el6 will be an update
    ---> Package nc.x86_64 0:1.84-24.el6 will be installed
    ---> Package ncurses.x86_64 0:5.7-3.20090208.el6 will be updated
    ---> Package ncurses.x86_64 0:5.7-4.20090207.el6 will be an update
    ---> Package ncurses-devel.x86_64 0:5.7-4.20090207.el6 will be installed
    --> Processing Dependency: ncurses-libs = 5.7-4.20090207.el6 for package: ncurses-devel-5.7-4.20090207.el6.x86_64
    ---> Package net-snmp.x86_64 1:5.5-50.el6_6.1 will be updated
    ---> Package net-snmp.x86_64 1:5.5-54.el6 will be an update
    ---> Package net-snmp-devel.x86_64 1:5.5-54.el6 will be installed
    --> Processing Dependency: tcp_wrappers-devel for package: 1:net-snmp-devel-5.5-54.el6.x86_64
    --> Processing Dependency: rpm-devel for package: 1:net-snmp-devel-5.5-54.el6.x86_64
    --> Processing Dependency: lm_sensors-devel for package: 1:net-snmp-devel-5.5-54.el6.x86_64
    --> Processing Dependency: elfutils-libelf-devel for package: 1:net-snmp-devel-5.5-54.el6.x86_64
    --> Processing Dependency: elfutils-devel for package: 1:net-snmp-devel-5.5-54.el6.x86_64
    ---> Package net-snmp-libs.x86_64 1:5.5-50.el6_6.1 will be updated
    ---> Package net-snmp-libs.x86_64 1:5.5-54.el6 will be an update
    ---> Package net-snmp-utils.x86_64 1:5.5-50.el6_6.1 will be updated
    ---> Package net-snmp-utils.x86_64 1:5.5-54.el6 will be an update
    ---> Package numactl.x86_64 0:2.0.9-2.el6 will be installed
    ---> Package openldap.x86_64 0:2.4.39-8.el6 will be updated
    ---> Package openldap.x86_64 0:2.4.40-5.el6 will be an update
    ---> Package openldap-devel.x86_64 0:2.4.40-5.el6 will be installed
    ---> Package openssh.x86_64 0:5.3p1-104.el6_6.1 will be updated
    --> Processing Dependency: openssh = 5.3p1-104.el6_6.1 for package: openssh-server-5.3p1-104.el6_6.1.x86_64
    --> Processing Dependency: openssh = 5.3p1-104.el6_6.1 for package: openssh-clients-5.3p1-104.el6_6.1.x86_64
    ---> Package openssh.x86_64 0:5.3p1-111.el6 will be an update
    ---> Package openssl.x86_64 0:1.0.1e-30.el6_6.5 will be updated
    ---> Package openssl.x86_64 0:1.0.1e-42.el6 will be an update
    ---> Package openssl-devel.x86_64 0:1.0.1e-42.el6 will be installed
    ---> Package pam-devel.x86_64 0:1.1.1-20.el6 will be installed
    ---> Package patch.x86_64 0:2.6-6.el6 will be installed
    ---> Package pcre.x86_64 0:7.8-6.el6 will be updated
    ---> Package pcre.x86_64 0:7.8-7.el6 will be an update
    ---> Package pcre-devel.x86_64 0:7.8-7.el6 will be installed
    ---> Package perl-Crypt-SSLeay.x86_64 0:0.57-17.el6 will be installed
    ---> Package perl-ExtUtils-MakeMaker.x86_64 0:6.55-141.el6 will be installed
    --> Processing Dependency: perl = 4:5.10.1-141.el6 for package: perl-ExtUtils-MakeMaker-6.55-141.el6.x86_64
    --> Processing Dependency: perl-devel for package: perl-ExtUtils-MakeMaker-6.55-141.el6.x86_64
    --> Processing Dependency: perl(Test::Harness) for package: perl-ExtUtils-MakeMaker-6.55-141.el6.x86_64
    ---> Package perl-Net-SSLeay.x86_64 0:1.35-9.el6 will be installed
    ---> Package perl-Test-Simple.x86_64 0:0.92-141.el6 will be installed
    ---> Package perl-Time-HiRes.x86_64 4:1.9721-141.el6 will be installed
    ---> Package perl-libwww-perl.noarch 0:5.833-2.el6 will be installed
    --> Processing Dependency: perl-HTML-Parser >= 3.33 for package: perl-libwww-perl-5.833-2.el6.noarch
    --> Processing Dependency: perl(URI::URL) for package: perl-libwww-perl-5.833-2.el6.noarch
    --> Processing Dependency: perl(URI::Heuristic) for package: perl-libwww-perl-5.833-2.el6.noarch
    --> Processing Dependency: perl(URI) for package: perl-libwww-perl-5.833-2.el6.noarch
    --> Processing Dependency: perl(HTML::Entities) for package: perl-libwww-perl-5.833-2.el6.noarch
    --> Processing Dependency: perl(Compress::Zlib) for package: perl-libwww-perl-5.833-2.el6.noarch
    ---> Package readline-devel.x86_64 0:6.0-4.el6 will be installed
    ---> Package recode.x86_64 0:3.6-28.1.el6 will be installed
    ---> Package recode-devel.x86_64 0:3.6-28.1.el6 will be installed
    ---> Package rrdtool.x86_64 0:1.3.8-7.el6 will be installed
    --> Processing Dependency: dejavu-sans-mono-fonts for package: rrdtool-1.3.8-7.el6.x86_64
    --> Processing Dependency: dejavu-lgc-sans-mono-fonts for package: rrdtool-1.3.8-7.el6.x86_64
    ---> Package screen.x86_64 0:4.0.3-18.el6 will be installed
    ---> Package strace.x86_64 0:4.8-10.el6 will be installed
    ---> Package subversion.x86_64 0:1.6.11-14.el6 will be installed
    --> Processing Dependency: libneon.so.27()(64bit) for package: subversion-1.6.11-14.el6.x86_64
    ---> Package sysstat.x86_64 0:9.0.4-27.el6 will be installed
    ---> Package t1lib.x86_64 0:5.1.2-6.el6_2.1 will be installed
    ---> Package t1lib-devel.x86_64 0:5.1.2-6.el6_2.1 will be installed
    ---> Package time.x86_64 0:1.7-37.1.el6 will be updated
    ---> Package time.x86_64 0:1.7-38.el6 will be an update
    ---> Package tk-devel.x86_64 1:8.5.7-5.el6 will be installed
    --> Processing Dependency: tk = 1:8.5.7-5.el6 for package: 1:tk-devel-8.5.7-5.el6.x86_64
    --> Processing Dependency: tcl-devel = 1:8.5.7 for package: 1:tk-devel-8.5.7-5.el6.x86_64
    --> Processing Dependency: libXft-devel for package: 1:tk-devel-8.5.7-5.el6.x86_64
    --> Processing Dependency: libtk8.5.so()(64bit) for package: 1:tk-devel-8.5.7-5.el6.x86_64
    ---> Package unzip.x86_64 0:6.0-1.el6 will be updated
    ---> Package unzip.x86_64 0:6.0-2.el6_6 will be an update
    ---> Package yum-plugin-security.noarch 0:1.1.30-30.el6 will be installed
    ---> Package yum-utils.noarch 0:1.1.30-30.el6 will be installed
    ---> Package zlib-devel.x86_64 0:1.2.3-29.el6 will be installed
    --> Running transaction check
    ---> Package OpenEXR-libs.x86_64 0:1.6.1-8.1.el6 will be installed
    ---> Package alsa-lib.x86_64 0:1.0.22-3.el6 will be installed
    ---> Package atk.x86_64 0:1.30.0-1.el6 will be installed
    ---> Package bind-libs.x86_64 32:9.8.2-0.30.rc1.el6_6.1 will be updated
    --> Processing Dependency: bind-libs = 32:9.8.2-0.30.rc1.el6_6.1 for package: 32:bind-9.8.2-0.30.rc1.el6_6.1.x86_64
    ---> Package bind-libs.x86_64 32:9.8.2-0.37.rc1.el6_7.2 will be an update
    ---> Package bluez-libs.x86_64 0:4.66-1.el6 will be installed
    ---> Package cairo.x86_64 0:1.8.8-6.el6_6 will be installed
    --> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.8.8-6.el6_6.x86_64
    ---> Package cloog-ppl.x86_64 0:0.15.7-1.2.el6 will be installed
    --> Processing Dependency: libppl_c.so.2()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
    --> Processing Dependency: libppl.so.7()(64bit) for package: cloog-ppl-0.15.7-1.2.el6.x86_64
    ---> Package cpp.x86_64 0:4.4.7-16.el6 will be installed
    ---> Package cronie-noanacron.x86_64 0:1.4.4-12.el6 will be updated
    ---> Package cronie-noanacron.x86_64 0:1.4.4-15.el6 will be an update
    ---> Package cyrus-imapd-utils.x86_64 0:2.3.16-13.el6_6 will be installed
    ---> Package cyrus-sasl-lib.x86_64 0:2.1.23-15.el6_6.1 will be updated
    ---> Package cyrus-sasl-lib.x86_64 0:2.1.23-15.el6_6.2 will be an update
    ---> Package dejavu-lgc-sans-mono-fonts.noarch 0:2.33-1.el6 will be installed
    --> Processing Dependency: dejavu-fonts-common = 2.33-1.el6 for package: dejavu-lgc-sans-mono-fonts-2.33-1.el6.noarch
    ---> Package dejavu-sans-mono-fonts.noarch 0:2.33-1.el6 will be installed
    ---> Package e2fsprogs-libs.i686 0:1.41.12-21.el6 will be updated
    ---> Package e2fsprogs-libs.x86_64 0:1.41.12-21.el6 will be updated
    ---> Package e2fsprogs-libs.i686 0:1.41.12-22.el6 will be an update
    ---> Package e2fsprogs-libs.x86_64 0:1.41.12-22.el6 will be an update
    ---> Package elfutils-devel.x86_64 0:0.161-3.el6 will be installed
    --> Processing Dependency: elfutils-libs(x86-64) = 0.161-3.el6 for package: elfutils-devel-0.161-3.el6.x86_64
    ---> Package elfutils-libelf-devel.x86_64 0:0.161-3.el6 will be installed
    --> Processing Dependency: elfutils-libelf(x86-64) = 0.161-3.el6 for package: elfutils-libelf-devel-0.161-3.el6.x86_64
    ---> Package fontconfig.x86_64 0:2.8.0-5.el6 will be installed
    ---> Package fontconfig-devel.x86_64 0:2.8.0-5.el6 will be installed
    ---> Package gdbm.x86_64 0:1.8.0-36.el6 will be updated
    ---> Package gdbm.x86_64 0:1.8.0-38.el6 will be an update
    ---> Package gdk-pixbuf2.x86_64 0:2.24.1-5.el6 will be installed
    ---> Package gettext-libs.x86_64 0:0.17-18.el6 will be installed
    ---> Package ghostscript.x86_64 0:8.70-21.el6 will be installed
    --> Processing Dependency: urw-fonts >= 1.1 for package: ghostscript-8.70-21.el6.x86_64
    --> Processing Dependency: ghostscript-fonts for package: ghostscript-8.70-21.el6.x86_64
    ---> Package ghostscript-devel.x86_64 0:8.70-21.el6 will be installed
    ---> Package glibc-devel.x86_64 0:2.12-1.166.el6_7.1 will be installed
    --> Processing Dependency: glibc-headers = 2.12-1.166.el6_7.1 for package: glibc-devel-2.12-1.166.el6_7.1.x86_64
    --> Processing Dependency: glibc = 2.12-1.166.el6_7.1 for package: glibc-devel-2.12-1.166.el6_7.1.x86_64
    --> Processing Dependency: glibc-headers for package: glibc-devel-2.12-1.166.el6_7.1.x86_64
    ---> Package gtk2.x86_64 0:2.24.23-6.el6 will be installed
    --> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.23-6.el6.x86_64
    --> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.23-6.el6.x86_64
    --> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.23-6.el6.x86_64
    --> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.23-6.el6.x86_64
    --> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.23-6.el6.x86_64
    --> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.23-6.el6.x86_64
    --> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.23-6.el6.x86_64
    ---> Package hunspell.x86_64 0:1.2.8-16.el6 will be installed
    ---> Package ilmbase.x86_64 0:1.0.1-6.1.el6 will be installed
    ---> Package jasper-devel.x86_64 0:1.900.1-16.el6_6.3 will be installed
    ---> Package jasper-libs.x86_64 0:1.900.1-16.el6_6.3 will be installed
    ---> Package keyutils-libs-devel.x86_64 0:1.4-5.el6 will be installed
    ---> Package krb5-libs.x86_64 0:1.10.3-33.el6 will be updated
    ---> Package krb5-libs.x86_64 0:1.10.3-42.el6 will be an update
    ---> Package lcms-devel.x86_64 0:1.19-1.el6 will be installed
    ---> Package lcms-libs.x86_64 0:1.19-1.el6 will be installed
    ---> Package libICE.x86_64 0:1.0.6-1.el6 will be installed
    ---> Package libSM.x86_64 0:1.2.1-2.el6 will be installed
    ---> Package libX11.x86_64 0:1.6.0-6.el6 will be installed
    --> Processing Dependency: libX11-common = 1.6.0-6.el6 for package: libX11-1.6.0-6.el6.x86_64
    --> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.0-6.el6.x86_64
    ---> Package libX11-devel.x86_64 0:1.6.0-6.el6 will be installed
    --> Processing Dependency: pkgconfig(xcb) >= 1.1.92 for package: libX11-devel-1.6.0-6.el6.x86_64
    --> Processing Dependency: pkgconfig(xcb) for package: libX11-devel-1.6.0-6.el6.x86_64
    ---> Package libXext.x86_64 0:1.3.2-2.1.el6 will be installed
    ---> Package libXft-devel.x86_64 0:2.3.1-2.el6 will be installed
    --> Processing Dependency: libXft = 2.3.1-2.el6 for package: libXft-devel-2.3.1-2.el6.x86_64
    --> Processing Dependency: pkgconfig(xrender) for package: libXft-devel-2.3.1-2.el6.x86_64
    --> Processing Dependency: libXft.so.2()(64bit) for package: libXft-devel-2.3.1-2.el6.x86_64
    ---> Package libXpm.x86_64 0:3.5.10-2.el6 will be installed
    ---> Package libXrandr.x86_64 0:1.4.1-2.1.el6 will be installed
    ---> Package libXrender.x86_64 0:0.9.8-2.1.el6 will be installed
    ---> Package libXt.x86_64 0:1.1.4-6.1.el6 will be installed
    ---> Package libXt-devel.x86_64 0:1.1.4-6.1.el6 will be installed
    --> Processing Dependency: pkgconfig(sm) for package: libXt-devel-1.1.4-6.1.el6.x86_64
    --> Processing Dependency: pkgconfig(ice) for package: libXt-devel-1.1.4-6.1.el6.x86_64
    ---> Package libXtst.x86_64 0:1.2.2-2.1.el6 will be installed
    ---> Package libarchive.x86_64 0:2.8.3-4.el6_2 will be installed
    ---> Package libart_lgpl.x86_64 0:2.3.20-5.1.el6 will be installed
    ---> Package libcom_err.i686 0:1.41.12-21.el6 will be updated
    ---> Package libcom_err.x86_64 0:1.41.12-21.el6 will be updated
    ---> Package libcom_err.i686 0:1.41.12-22.el6 will be an update
    ---> Package libcom_err.x86_64 0:1.41.12-22.el6 will be an update
    ---> Package libcom_err-devel.x86_64 0:1.41.12-22.el6 will be installed
    ---> Package libcurl.x86_64 0:7.19.7-40.el6_6.3 will be updated
    ---> Package libcurl.x86_64 0:7.19.7-46.el6 will be an update
    ---> Package libevent-doc.noarch 0:1.4.13-4.el6 will be installed
    ---> Package libevent-headers.noarch 0:1.4.13-4.el6 will be installed
    ---> Package libgcc.i686 0:4.4.7-11.el6 will be updated
    ---> Package libgcc.x86_64 0:4.4.7-11.el6 will be updated
    ---> Package libgcc.i686 0:4.4.7-16.el6 will be an update
    ---> Package libgcc.x86_64 0:4.4.7-16.el6 will be an update
    ---> Package libgomp.x86_64 0:4.4.7-11.el6 will be updated
    ---> Package libgomp.x86_64 0:4.4.7-16.el6 will be an update
    ---> Package librsvg2.x86_64 0:2.26.0-14.el6 will be installed
    --> Processing Dependency: libgsf >= 1.6.0 for package: librsvg2-2.26.0-14.el6.x86_64
    --> Processing Dependency: libgsf-1.so.114()(64bit) for package: librsvg2-2.26.0-14.el6.x86_64
    --> Processing Dependency: libcroco-0.6.so.3()(64bit) for package: librsvg2-2.26.0-14.el6.x86_64
    ---> Package libselinux-devel.x86_64 0:2.0.94-5.8.el6 will be installed
    --> Processing Dependency: libsepol-devel >= 2.0.32-1 for package: libselinux-devel-2.0.94-5.8.el6.x86_64
    --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.0.94-5.8.el6.x86_64
    ---> Package libss.x86_64 0:1.41.12-21.el6 will be updated
    ---> Package libss.x86_64 0:1.41.12-22.el6 will be an update
    ---> Package libstdc++.i686 0:4.4.7-11.el6 will be updated
    ---> Package libstdc++.x86_64 0:4.4.7-11.el6 will be updated
    ---> Package libstdc++.i686 0:4.4.7-16.el6 will be an update
    ---> Package libstdc++.x86_64 0:4.4.7-16.el6 will be an update
    ---> Package libstdc++-devel.x86_64 0:4.4.7-16.el6 will be installed
    ---> Package libtiff-devel.x86_64 0:3.9.4-10.el6_5 will be installed
    ---> Package libwmf.x86_64 0:0.2.8.4-23.el6 will be installed
    ---> Package libwmf-lite.x86_64 0:0.2.8.4-23.el6 will be installed
    ---> Package lm_sensors-devel.x86_64 0:3.1.1-17.el6 will be installed
    ---> Package mpfr.x86_64 0:2.4.1-6.el6 will be installed
    ---> Package ncurses-libs.i686 0:5.7-3.20090208.el6 will be updated
    ---> Package ncurses-libs.x86_64 0:5.7-3.20090208.el6 will be updated
    ---> Package ncurses-libs.i686 0:5.7-4.20090207.el6 will be an update
    --> Processing Dependency: ncurses-base = 5.7-4.20090207.el6 for package: ncurses-libs-5.7-4.20090207.el6.i686
    ---> Package ncurses-libs.x86_64 0:5.7-4.20090207.el6 will be an update
    ---> Package neon.x86_64 0:0.29.3-3.el6_4 will be installed
    --> Processing Dependency: libproxy.so.0()(64bit) for package: neon-0.29.3-3.el6_4.x86_64
    --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.29.3-3.el6_4.x86_64
    ---> Package openssh-clients.x86_64 0:5.3p1-104.el6_6.1 will be updated
    ---> Package openssh-clients.x86_64 0:5.3p1-111.el6 will be an update
    ---> Package openssh-server.x86_64 0:5.3p1-104.el6_6.1 will be updated
    ---> Package openssh-server.x86_64 0:5.3p1-111.el6 will be an update
    ---> Package pango.x86_64 0:1.28.1-10.el6 will be installed
    --> Processing Dependency: libthai >= 0.1.9 for package: pango-1.28.1-10.el6.x86_64
    --> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.28.1-10.el6.x86_64
    --> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.28.1-10.el6.x86_64
    ---> Package perl.x86_64 4:5.10.1-136.el6_6.1 will be updated
    --> Processing Dependency: perl = 4:5.10.1-136.el6_6.1 for package: 1:perl-Pod-Escapes-1.04-136.el6_6.1.x86_64
    --> Processing Dependency: perl = 4:5.10.1-136.el6_6.1 for package: 3:perl-version-0.77-136.el6_6.1.x86_64
    --> Processing Dependency: perl = 4:5.10.1-136.el6_6.1 for package: 1:perl-Pod-Simple-3.13-136.el6_6.1.x86_64
    --> Processing Dependency: perl = 4:5.10.1-136.el6_6.1 for package: 4:perl-libs-5.10.1-136.el6_6.1.x86_64
    --> Processing Dependency: perl = 4:5.10.1-136.el6_6.1 for package: 1:perl-Module-Pluggable-3.90-136.el6_6.1.x86_64
    ---> Package perl.x86_64 4:5.10.1-141.el6 will be an update
    ---> Package perl-Compress-Zlib.x86_64 0:2.021-141.el6 will be installed
    --> Processing Dependency: perl(IO::Uncompress::Gunzip) >= 2.021 for package: perl-Compress-Zlib-2.021-141.el6.x86_64
    --> Processing Dependency: perl(IO::Compress::Gzip::Constants) >= 2.021 for package: perl-Compress-Zlib-2.021-141.el6.x86_64
    --> Processing Dependency: perl(IO::Compress::Gzip) >= 2.021 for package: perl-Compress-Zlib-2.021-141.el6.x86_64
    --> Processing Dependency: perl(IO::Compress::Base::Common) >= 2.021 for package: perl-Compress-Zlib-2.021-141.el6.x86_64
    --> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.021 for package: perl-Compress-Zlib-2.021-141.el6.x86_64
    ---> Package perl-Error.noarch 1:0.17015-4.el6 will be installed
    ---> Package perl-Git.noarch 0:1.7.1-3.el6_4.1 will be installed
    ---> Package perl-HTML-Parser.x86_64 0:3.64-2.el6 will be installed
    --> Processing Dependency: perl(HTML::Tagset) >= 3.03 for package: perl-HTML-Parser-3.64-2.el6.x86_64
    --> Processing Dependency: perl(HTML::Tagset) for package: perl-HTML-Parser-3.64-2.el6.x86_64
    ---> Package perl-Test-Harness.x86_64 0:3.17-141.el6 will be installed
    ---> Package perl-URI.noarch 0:1.40-2.el6 will be installed
    ---> Package perl-devel.x86_64 4:5.10.1-141.el6 will be installed
    --> Processing Dependency: perl(ExtUtils::parseXS) for package: 4:perl-devel-5.10.1-141.el6.x86_64
    --> Processing Dependency: db4-devel for package: 4:perl-devel-5.10.1-141.el6.x86_64
    ---> Package rpm-devel.x86_64 0:4.8.0-47.el6 will be installed
    --> Processing Dependency: rpm = 4.8.0-47.el6 for package: rpm-devel-4.8.0-47.el6.x86_64
    --> Processing Dependency: popt-devel(x86-64) for package: rpm-devel-4.8.0-47.el6.x86_64
    --> Processing Dependency: file-devel(x86-64) for package: rpm-devel-4.8.0-47.el6.x86_64
    ---> Package tcl.x86_64 1:8.5.7-6.el6 will be installed
    ---> Package tcl-devel.x86_64 1:8.5.7-6.el6 will be installed
    ---> Package tcp_wrappers-devel.x86_64 0:7.6-57.el6 will be installed
    ---> Package tk.x86_64 1:8.5.7-5.el6 will be installed
    ---> Package xorg-x11-proto-devel.noarch 0:7.7-9.el6 will be installed
    ---> Package zip.x86_64 0:3.0-1.el6 will be installed
    --> Running transaction check
    ---> Package bind.x86_64 32:9.8.2-0.30.rc1.el6_6.1 will be updated
    ---> Package bind.x86_64 32:9.8.2-0.37.rc1.el6_7.2 will be an update
    ---> Package db4-devel.x86_64 0:4.7.25-19.el6_6 will be installed
    --> Processing Dependency: db4-cxx = 4.7.25-19.el6_6 for package: db4-devel-4.7.25-19.el6_6.x86_64
    --> Processing Dependency: db4 = 4.7.25-19.el6_6 for package: db4-devel-4.7.25-19.el6_6.x86_64
    --> Processing Dependency: libdb_cxx-4.7.so()(64bit) for package: db4-devel-4.7.25-19.el6_6.x86_64
    ---> Package dejavu-fonts-common.noarch 0:2.33-1.el6 will be installed
    --> Processing Dependency: fontpackages-filesystem for package: dejavu-fonts-common-2.33-1.el6.noarch
    ---> Package elfutils-libelf.x86_64 0:0.158-3.2.el6 will be updated
    --> Processing Dependency: elfutils-libelf(x86-64) = 0.158-3.2.el6 for package: elfutils-0.158-3.2.el6.x86_64
    ---> Package elfutils-libelf.x86_64 0:0.161-3.el6 will be an update
    ---> Package elfutils-libs.x86_64 0:0.158-3.2.el6 will be updated
    ---> Package elfutils-libs.x86_64 0:0.161-3.el6 will be an update
    ---> Package file-devel.x86_64 0:5.04-21.el6 will be installed
    ---> Package ghostscript-fonts.noarch 0:5.50-23.2.el6 will be installed
    --> Processing Dependency: xorg-x11-font-utils for package: ghostscript-fonts-5.50-23.2.el6.noarch
    ---> Package glibc.i686 0:2.12-1.149.el6_6.5 will be updated
    --> Processing Dependency: glibc = 2.12-1.149.el6_6.5 for package: glibc-common-2.12-1.149.el6_6.5.x86_64
    --> Processing Dependency: glibc = 2.12-1.149.el6_6.5 for package: nscd-2.12-1.149.el6_6.5.x86_64
    ---> Package glibc.x86_64 0:2.12-1.149.el6_6.5 will be updated
    ---> Package glibc.i686 0:2.12-1.166.el6_7.1 will be an update
    ---> Package glibc.x86_64 0:2.12-1.166.el6_7.1 will be an update
    ---> Package glibc-headers.x86_64 0:2.12-1.166.el6_7.1 will be installed
    --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.12-1.166.el6_7.1.x86_64
    --> Processing Dependency: kernel-headers for package: glibc-headers-2.12-1.166.el6_7.1.x86_64
    ---> Package hicolor-icon-theme.noarch 0:0.11-1.1.el6 will be installed
    ---> Package libICE-devel.x86_64 0:1.0.6-1.el6 will be installed
    ---> Package libSM-devel.x86_64 0:1.2.1-2.el6 will be installed
    ---> Package libX11-common.noarch 0:1.6.0-6.el6 will be installed
    ---> Package libXcomposite.x86_64 0:0.4.3-4.el6 will be installed
    ---> Package libXcursor.x86_64 0:1.1.14-2.1.el6 will be installed
    ---> Package libXdamage.x86_64 0:1.1.3-4.el6 will be installed
    ---> Package libXfixes.x86_64 0:5.0.1-2.1.el6 will be installed
    ---> Package libXft.x86_64 0:2.3.1-2.el6 will be installed
    ---> Package libXi.x86_64 0:1.7.2-2.2.el6 will be installed
    ---> Package libXinerama.x86_64 0:1.1.3-2.1.el6 will be installed
    ---> Package libXrender-devel.x86_64 0:0.9.8-2.1.el6 will be installed
    ---> Package libcroco.x86_64 0:0.6.2-5.el6 will be installed
    ---> Package libgsf.x86_64 0:1.14.15-5.el6 will be installed
    --> Processing Dependency: GConf2 for package: libgsf-1.14.15-5.el6.x86_64
    --> Processing Dependency: GConf2 for package: libgsf-1.14.15-5.el6.x86_64
    ---> Package libproxy.x86_64 0:0.3.0-10.el6 will be installed
    --> Processing Dependency: libproxy-python = 0.3.0-10.el6 for package: libproxy-0.3.0-10.el6.x86_64
    --> Processing Dependency: libproxy-bin = 0.3.0-10.el6 for package: libproxy-0.3.0-10.el6.x86_64
    ---> Package libsepol-devel.x86_64 0:2.0.41-4.el6 will be installed
    ---> Package libthai.x86_64 0:0.1.12-3.el6 will be installed
    ---> Package libxcb.x86_64 0:1.9.1-3.el6 will be installed
    --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.9.1-3.el6.x86_64
    ---> Package libxcb-devel.x86_64 0:1.9.1-3.el6 will be installed
    --> Processing Dependency: pkgconfig(xau) >= 0.99.2 for package: libxcb-devel-1.9.1-3.el6.x86_64
    ---> Package ncurses-base.x86_64 0:5.7-3.20090208.el6 will be updated
    ---> Package ncurses-base.x86_64 0:5.7-4.20090207.el6 will be an update
    ---> Package pakchois.x86_64 0:0.4-3.2.el6 will be installed
    ---> Package perl-Compress-Raw-Zlib.x86_64 1:2.021-141.el6 will be installed
    ---> Package perl-ExtUtils-ParseXS.x86_64 1:2.2003.0-141.el6 will be installed
    ---> Package perl-HTML-Tagset.noarch 0:3.20-4.el6 will be installed
    ---> Package perl-IO-Compress-Base.x86_64 0:2.021-141.el6 will be installed
    ---> Package perl-IO-Compress-Zlib.x86_64 0:2.021-141.el6 will be installed
    ---> Package perl-Module-Pluggable.x86_64 1:3.90-136.el6_6.1 will be updated
    ---> Package perl-Module-Pluggable.x86_64 1:3.90-141.el6 will be an update
    ---> Package perl-Pod-Escapes.x86_64 1:1.04-136.el6_6.1 will be updated
    ---> Package perl-Pod-Escapes.x86_64 1:1.04-141.el6 will be an update
    ---> Package perl-Pod-Simple.x86_64 1:3.13-136.el6_6.1 will be updated
    ---> Package perl-Pod-Simple.x86_64 1:3.13-141.el6 will be an update
    ---> Package perl-libs.x86_64 4:5.10.1-136.el6_6.1 will be updated
    ---> Package perl-libs.x86_64 4:5.10.1-141.el6 will be an update
    ---> Package perl-version.x86_64 3:0.77-136.el6_6.1 will be updated
    ---> Package perl-version.x86_64 3:0.77-141.el6 will be an update
    ---> Package pixman.x86_64 0:0.32.4-4.el6 will be installed
    ---> Package popt-devel.x86_64 0:1.13-7.el6 will be installed
    ---> Package ppl.x86_64 0:0.10.2-11.el6 will be installed
    ---> Package rpm.x86_64 0:4.8.0-38.el6_6 will be updated
    --> Processing Dependency: rpm = 4.8.0-38.el6_6 for package: rpm-python-4.8.0-38.el6_6.x86_64
    --> Processing Dependency: rpm = 4.8.0-38.el6_6 for package: rpm-libs-4.8.0-38.el6_6.x86_64
    ---> Package rpm.x86_64 0:4.8.0-47.el6 will be an update
    ---> Package urw-fonts.noarch 0:2.4-10.el6 will be installed
    --> Running transaction check
    ---> Package GConf2.x86_64 0:2.28.0-6.el6 will be installed
    --> Processing Dependency: sgml-common for package: GConf2-2.28.0-6.el6.x86_64
    --> Processing Dependency: dbus for package: GConf2-2.28.0-6.el6.x86_64
    --> Processing Dependency: libpolkit-gobject-1.so.0()(64bit) for package: GConf2-2.28.0-6.el6.x86_64
    --> Processing Dependency: libORBit-2.so.0()(64bit) for package: GConf2-2.28.0-6.el6.x86_64
    ---> Package db4.x86_64 0:4.7.25-18.el6_4 will be updated
    --> Processing Dependency: db4 = 4.7.25-18.el6_4 for package: db4-utils-4.7.25-18.el6_4.x86_64
    ---> Package db4.x86_64 0:4.7.25-19.el6_6 will be an update
    ---> Package db4-cxx.x86_64 0:4.7.25-19.el6_6 will be installed
    ---> Package elfutils.x86_64 0:0.158-3.2.el6 will be updated
    ---> Package elfutils.x86_64 0:0.161-3.el6 will be an update
    ---> Package fontpackages-filesystem.noarch 0:1.41-1.1.el6 will be installed
    ---> Package glibc-common.x86_64 0:2.12-1.149.el6_6.5 will be updated
    ---> Package glibc-common.x86_64 0:2.12-1.166.el6_7.1 will be an update
    ---> Package kernel-headers.x86_64 0:2.6.32-573.1.1.el6 will be installed
    ---> Package libXau.x86_64 0:1.0.6-4.el6 will be installed
    ---> Package libXau-devel.x86_64 0:1.0.6-4.el6 will be installed
    ---> Package libproxy-bin.x86_64 0:0.3.0-10.el6 will be installed
    ---> Package libproxy-python.x86_64 0:0.3.0-10.el6 will be installed
    ---> Package nscd.x86_64 0:2.12-1.149.el6_6.5 will be updated
    ---> Package nscd.x86_64 0:2.12-1.166.el6_7.1 will be an update
    ---> Package rpm-libs.x86_64 0:4.8.0-38.el6_6 will be updated
    ---> Package rpm-libs.x86_64 0:4.8.0-47.el6 will be an update
    ---> Package rpm-python.x86_64 0:4.8.0-38.el6_6 will be updated
    ---> Package rpm-python.x86_64 0:4.8.0-47.el6 will be an update
    ---> Package xorg-x11-font-utils.x86_64 1:7.2-11.el6 will be installed
    --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.2-11.el6.x86_64
    --> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.2-11.el6.x86_64
    --> Running transaction check
    ---> Package ORBit2.x86_64 0:2.14.17-5.el6 will be installed
    --> Processing Dependency: libIDL-2.so.0()(64bit) for package: ORBit2-2.14.17-5.el6.x86_64
    ---> Package db4-utils.x86_64 0:4.7.25-18.el6_4 will be updated
    ---> Package db4-utils.x86_64 0:4.7.25-19.el6_6 will be an update
    ---> Package dbus.x86_64 1:1.2.24-8.el6_6 will be installed
    --> Processing Dependency: dbus-libs = 1:1.2.24-8.el6_6 for package: 1:dbus-1.2.24-8.el6_6.x86_64
    ---> Package libXfont.x86_64 0:1.4.5-4.el6_6 will be installed
    ---> Package libfontenc.x86_64 0:1.0.5-2.el6 will be installed
    ---> Package polkit.x86_64 0:0.96-11.el6 will be installed
    --> Processing Dependency: ConsoleKit for package: polkit-0.96-11.el6.x86_64
    --> Processing Dependency: libeggdbus-1.so.0()(64bit) for package: polkit-0.96-11.el6.x86_64
    ---> Package sgml-common.noarch 0:0.6.3-33.el6 will be installed
    --> Running transaction check
    ---> Package ConsoleKit.x86_64 0:0.4.1-3.el6 will be installed
    --> Processing Dependency: libck-connector.so.0()(64bit) for package: ConsoleKit-0.4.1-3.el6.x86_64
    ---> Package dbus-libs.x86_64 1:1.2.24-7.el6_3 will be updated
    ---> Package dbus-libs.x86_64 1:1.2.24-8.el6_6 will be an update
    ---> Package eggdbus.x86_64 0:0.6-3.el6 will be installed
    ---> Package libIDL.x86_64 0:0.8.13-2.1.el6 will be installed
    --> Running transaction check
    ---> Package ConsoleKit-libs.x86_64 0:0.4.1-3.el6 will be installed
    --> Finished Dependency Resolution
    Error:  Multilib version problems found. This often means that the root
           cause is something else and multilib version checking is just
           pointing out that there is a problem. Eg.:
    
             1. You have an upgrade for libxml2 which is missing some
                dependency that another package requires. Yum is trying to
                solve this by installing an older version of libxml2 of the
                different architecture. If you exclude the bad architecture
                yum will tell you what the root cause is (which package
                requires what). You can try redoing the upgrade with
                --exclude libxml2.otherarch ... this should give you an error
                message showing the root cause of the problem.
    
             2. You have multiple architectures of libxml2 installed, but
                yum can only see an upgrade for one of those arcitectures.
                If you don't want/need both architectures anymore then you
                can remove the one with the missing update and everything
                will work.
    
             3. You have duplicate versions of libxml2 installed already.
                You can use "yum check" to get yum show these errors.
    
           ...you can also use --setopt=protected_multilib=false to remove
           this checking, however this is almost never the correct thing to
           do as something else is very likely to go wrong (often causing
           much more problems).
    
           Protected multilib versions: libxml2-2.7.6-20.el6.x86_64 != libxml2-2.7.6-17.el6_6.1.i686
    Loaded plugins: fastestmirror
    Setting up Install Process
    Loading mirror speeds from cached hostfile
    * base: ftp.usf.edu
    * extras: ftp.usf.edu
    * updates: ftp.usf.edu
    Resolving Dependencies
    --> Running transaction check
    ---> Package epel-release.noarch 0:6-8 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ====================================================================================================================================
    Package                             Arch                          Version                      Repository                     Size
    ====================================================================================================================================
    Installing:
    epel-release                        noarch                        6-8                          extras                         14 k
    
    Transaction Summary
    ====================================================================================================================================
    Install       1 Package(s)
    
    Total download size: 14 k
    Installed size: 22 k
    Downloading Packages:
    epel-release-6-8.noarch.rpm                                                                                  |  14 kB     00:00
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing : epel-release-6-8.noarch                                                                                          1/1
      Verifying  : epel-release-6-8.noarch                                                                                          1/1
    
    Installed:
      epel-release.noarch 0:6-8
    
    Complete!
    Loaded plugins: fastestmirror
    Setting up Install Process
    Loading mirror speeds from cached hostfile
    epel/metalink                                                                                                |  12 kB     00:00
    * base: ftp.usf.edu
    * epel: [URL='http://www.gtlib.gatech.edu']Georgia Tech Software Library (GTlib) | Home[/URL]
    * extras: ftp.usf.edu
    * updates: ftp.usf.edu
    epel                                                                                                         | 4.4 kB     00:00
    epel/primary_db                                                                                              | 6.7 MB     00:03
    No package aria2 available.
    Package xz-4.999.9-0.5.beta.20091007git.el6.x86_64 already installed and latest version
    No package libJudy available.
    No package axel available.
    Resolving Dependencies
    --> Running transaction check
    ---> Package bash-completion.noarch 1:1.3-7.el6 will be installed
    ---> Package clang.x86_64 0:3.4.2-4.el6 will be installed
    --> Processing Dependency: llvm(x86-64) = 3.4.2-4.el6 for package: clang-3.4.2-4.el6.x86_64
    --> Processing Dependency: libstdc++-devel for package: clang-3.4.2-4.el6.x86_64
    --> Processing Dependency: libLLVM-3.4.so()(64bit) for package: clang-3.4.2-4.el6.x86_64
    ---> Package clang-devel.x86_64 0:3.4.2-4.el6 will be installed
    ---> Package cmake28.x86_64 0:2.8.11.2-1.el6 will be installed
    --> Processing Dependency: libarchive.so.2()(64bit) for package: cmake28-2.8.11.2-1.el6.x86_64
    ---> Package glances.noarch 0:1.7.4-1.el6 will be installed
    --> Processing Dependency: python-psutil >= 0.4.1 for package: glances-1.7.4-1.el6.noarch
    --> Processing Dependency: python-setuptools for package: glances-1.7.4-1.el6.noarch
    ---> Package jemalloc.x86_64 0:3.6.0-1.el6 will be installed
    ---> Package jemalloc-devel.x86_64 0:3.6.0-1.el6 will be installed
    ---> Package jpegoptim.x86_64 0:1.4.3-1.el6 will be installed
    ---> Package kernel-devel.x86_64 0:2.6.32-573.1.1.el6 will be installed
    ---> Package kernel-headers.x86_64 0:2.6.32-573.1.1.el6 will be installed
    ---> Package libmcrypt.x86_64 0:2.5.8-9.el6 will be installed
    ---> Package libmcrypt-devel.x86_64 0:2.5.8-9.el6 will be installed
    ---> Package lz4.x86_64 0:r131-1.el6 will be installed
    ---> Package mlocate.x86_64 0:0.22.2-4.el6 will be updated
    ---> Package mlocate.x86_64 0:0.22.2-6.el6 will be an update
    ---> Package optipng.x86_64 0:0.6.4-1.el6 will be installed
    ---> Package pbzip2.x86_64 0:1.1.6-1.el6 will be installed
    ---> Package pigz.x86_64 0:2.3.3-1.el6 will be installed
    ---> Package pngquant.x86_64 0:2.4.1-1.el6 will be installed
    --> Processing Dependency: liblcms2.so.2()(64bit) for package: pngquant-2.4.1-1.el6.x86_64
    --> Processing Dependency: libimagequant.so.0()(64bit) for package: pngquant-2.4.1-1.el6.x86_64
    ---> Package pwgen.x86_64 0:2.07-1.el6 will be installed
    ---> Package pxz.x86_64 0:4.999.9-1.beta.20100608git.el6 will be installed
    ---> Package re2c.x86_64 0:0.13.5-1.el6 will be installed
    --> Running transaction check
    ---> Package lcms2.x86_64 0:2.3-2.el6 will be installed
    ---> Package libarchive.x86_64 0:2.8.3-4.el6_2 will be installed
    ---> Package libimagequant.x86_64 0:2.4.1-1.el6 will be installed
    ---> Package libstdc++-devel.x86_64 0:4.4.7-16.el6 will be installed
    --> Processing Dependency: libstdc++(x86-64) = 4.4.7-16.el6 for package: libstdc++-devel-4.4.7-16.el6.x86_64
    ---> Package llvm.x86_64 0:3.4.2-4.el6 will be installed
    ---> Package llvm-libs.x86_64 0:3.4.2-4.el6 will be installed
    ---> Package python-psutil.x86_64 0:0.6.1-1.el6 will be installed
    ---> Package python-setuptools.noarch 0:0.6.10-3.el6 will be installed
    --> Running transaction check
    ---> Package libstdc++.i686 0:4.4.7-11.el6 will be updated
    ---> Package libstdc++.x86_64 0:4.4.7-11.el6 will be updated
    ---> Package libstdc++.i686 0:4.4.7-16.el6 will be an update
    ---> Package libstdc++.x86_64 0:4.4.7-16.el6 will be an update
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ====================================================================================================================================
    Package                          Arch                  Version                                        Repository              Size
    ====================================================================================================================================
    Installing:
    bash-completion                  noarch                1:1.3-7.el6                                    epel                   216 k
    clang                            x86_64                3.4.2-4.el6                                    epel                    20 M
    clang-devel                      x86_64                3.4.2-4.el6                                    epel                   1.3 M
    cmake28                          x86_64                2.8.11.2-1.el6                                 epel                   7.1 M
    glances                          noarch                1.7.4-1.el6                                    epel                   116 k
    jemalloc                         x86_64                3.6.0-1.el6                                    epel                   100 k
    jemalloc-devel                   x86_64                3.6.0-1.el6                                    epel                    23 k
    jpegoptim                        x86_64                1.4.3-1.el6                                    epel                    27 k
    kernel-devel                     x86_64                2.6.32-573.1.1.el6                             updates                 10 M
    kernel-headers                   x86_64                2.6.32-573.1.1.el6                             updates                3.9 M
    libmcrypt                        x86_64                2.5.8-9.el6                                    epel                    96 k
    libmcrypt-devel                  x86_64                2.5.8-9.el6                                    epel                    12 k
    lz4                              x86_64                r131-1.el6                                     epel                    63 k
    optipng                          x86_64                0.6.4-1.el6                                    epel                    82 k
    pbzip2                           x86_64                1.1.6-1.el6                                    epel                    48 k
    pigz                             x86_64                2.3.3-1.el6                                    epel                    62 k
    pngquant                         x86_64                2.4.1-1.el6                                    epel                    26 k
    pwgen                            x86_64                2.07-1.el6                                     epel                    23 k
    pxz                              x86_64                4.999.9-1.beta.20100608git.el6                 epel                    18 k
    re2c                             x86_64                0.13.5-1.el6                                   epel                   200 k
    Updating:
    mlocate                          x86_64                0.22.2-6.el6                                   base                    86 k
    Installing for dependencies:
    lcms2                            x86_64                2.3-2.el6                                      epel                   127 k
    libarchive                       x86_64                2.8.3-4.el6_2                                  base                   126 k
    libimagequant                    x86_64                2.4.1-1.el6                                    epel                    41 k
    libstdc++-devel                  x86_64                4.4.7-16.el6                                   base                   1.6 M
    llvm                             x86_64                3.4.2-4.el6                                    epel                   1.2 M
    llvm-libs                        x86_64                3.4.2-4.el6                                    epel                   7.8 M
    python-psutil                    x86_64                0.6.1-1.el6                                    epel                    84 k
    python-setuptools                noarch                0.6.10-3.el6                                   base                   336 k
    Updating for dependencies:
    libstdc++                        i686                  4.4.7-16.el6                                   base                   302 k
    libstdc++                        x86_64                4.4.7-16.el6                                   base                   295 k
    
    Transaction Summary
    ====================================================================================================================================
    Install      28 Package(s)
    Upgrade       3 Package(s)
    
    Total download size: 55 M
    Downloading Packages:
    (1/31): bash-completion-1.3-7.el6.noarch.rpm                                                                 | 216 kB     00:00
    (2/31): clang-3.4.2-4.el6.x86_64.rpm                                                                         |  20 MB     00:10
    (3/31): clang-devel-3.4.2-4.el6.x86_64.rpm                                                                   | 1.3 MB     00:00
    (4/31): cmake28-2.8.11.2-1.el6.x86_64.rpm                                                                    | 7.1 MB     00:02
    (5/31): glances-1.7.4-1.el6.noarch.rpm                                                                       | 116 kB     00:00
    (6/31): jemalloc-3.6.0-1.el6.x86_64.rpm                                                                      | 100 kB     00:00
    (7/31): jemalloc-devel-3.6.0-1.el6.x86_64.rpm                                                                |  23 kB     00:00
    (8/31): jpegoptim-1.4.3-1.el6.x86_64.rpm                                                                     |  27 kB     00:00
    (9/31): kernel-devel-2.6.32-573.1.1.el6.x86_64.rpm                                                           |  10 MB     00:06
    (10/31): kernel-headers-2.6.32-573.1.1.el6.x86_64.rpm                                                        | 3.9 MB     00:04
    (11/31): lcms2-2.3-2.el6.x86_64.rpm                                                                          | 127 kB     00:00
    (12/31): libarchive-2.8.3-4.el6_2.x86_64.rpm                                                                 | 126 kB     00:00
    (13/31): libimagequant-2.4.1-1.el6.x86_64.rpm                                                                |  41 kB     00:00
    (14/31): libmcrypt-2.5.8-9.el6.x86_64.rpm                                                                    |  96 kB     00:00
    (15/31): libmcrypt-devel-2.5.8-9.el6.x86_64.rpm                                                              |  12 kB     00:00
    (16/31): libstdc++-4.4.7-16.el6.i686.rpm                                                                     | 302 kB     00:00
    (17/31): libstdc++-4.4.7-16.el6.x86_64.rpm                                                                   | 295 kB     00:00
    (18/31): libstdc++-devel-4.4.7-16.el6.x86_64.rpm                                                             | 1.6 MB     00:01
    (19/31): llvm-3.4.2-4.el6.x86_64.rpm                                                                         | 1.2 MB     00:01
    (20/31): llvm-libs-3.4.2-4.el6.x86_64.rpm                                                                    | 7.8 MB     00:02
    (21/31): lz4-r131-1.el6.x86_64.rpm                                                                           |  63 kB     00:00
    (22/31): mlocate-0.22.2-6.el6.x86_64.rpm                                                                     |  86 kB     00:00
    (23/31): optipng-0.6.4-1.el6.x86_64.rpm                                                                      |  82 kB     00:00
    (24/31): pbzip2-1.1.6-1.el6.x86_64.rpm                                                                       |  48 kB     00:00
    (25/31): pigz-2.3.3-1.el6.x86_64.rpm                                                                         |  62 kB     00:00
    (26/31): pngquant-2.4.1-1.el6.x86_64.rpm                                                                     |  26 kB     00:00
    (27/31): pwgen-2.07-1.el6.x86_64.rpm                                                                         |  23 kB     00:00
    (28/31): pxz-4.999.9-1.beta.20100608git.el6.x86_64.rpm                                                       |  18 kB     00:00
    (29/31): python-psutil-0.6.1-1.el6.x86_64.rpm                                                                |  84 kB     00:00
    (30/31): python-setuptools-0.6.10-3.el6.noarch.rpm                                                           | 336 kB     00:00
    (31/31): re2c-0.13.5-1.el6.x86_64.rpm                                                                        | 200 kB     00:00
    ------------------------------------------------------------------------------------------------------------------------------------
    Total                                                                                               1.5 MB/s |  55 MB     00:36
    warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY
    Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
    Importing GPG key 0x0608B895:
    Userid : EPEL (6) <epel@fedoraproject.org>
    Package: epel-release-6-8.noarch (@extras)
    From   : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Updating   : libstdc++-4.4.7-16.el6.x86_64                                                                                   1/34
      Installing : llvm-libs-3.4.2-4.el6.x86_64                                                                                    2/34
      Installing : lcms2-2.3-2.el6.x86_64                                                                                          3/34
      Installing : libimagequant-2.4.1-1.el6.x86_64                                                                                4/34
      Installing : llvm-3.4.2-4.el6.x86_64                                                                                         5/34
      Installing : libstdc++-devel-4.4.7-16.el6.x86_64                                                                             6/34
      Installing : clang-3.4.2-4.el6.x86_64                                                                                        7/34
      Installing : libarchive-2.8.3-4.el6_2.x86_64                                                                                 8/34
      Installing : libmcrypt-2.5.8-9.el6.x86_64                                                                                    9/34
      Installing : python-setuptools-0.6.10-3.el6.noarch                                                                          10/34
      Installing : python-psutil-0.6.1-1.el6.x86_64                                                                               11/34
      Installing : jemalloc-3.6.0-1.el6.x86_64                                                                                    12/34
      Installing : jemalloc-devel-3.6.0-1.el6.x86_64                                                                              13/34
      Installing : glances-1.7.4-1.el6.noarch                                                                                     14/34
      Installing : libmcrypt-devel-2.5.8-9.el6.x86_64                                                                             15/34
      Installing : cmake28-2.8.11.2-1.el6.x86_64                                                                                  16/34
      Installing : clang-devel-3.4.2-4.el6.x86_64                                                                                 17/34
      Installing : pngquant-2.4.1-1.el6.x86_64                                                                                    18/34
      Installing : pbzip2-1.1.6-1.el6.x86_64                                                                                      19/34
      Installing : re2c-0.13.5-1.el6.x86_64                                                                                       20/34
      Installing : jpegoptim-1.4.3-1.el6.x86_64                                                                                   21/34
      Installing : pwgen-2.07-1.el6.x86_64                                                                                        22/34
      Installing : lz4-r131-1.el6.x86_64                                                                                          23/34
      Installing : 1:bash-completion-1.3-7.el6.noarch                                                                             24/34
      Installing : kernel-headers-2.6.32-573.1.1.el6.x86_64                                                                       25/34
      Installing : pigz-2.3.3-1.el6.x86_64                                                                                        26/34
      Updating   : mlocate-0.22.2-6.el6.x86_64                                                                                    27/34
      Installing : kernel-devel-2.6.32-573.1.1.el6.x86_64                                                                         28/34
      Installing : optipng-0.6.4-1.el6.x86_64                                                                                     29/34
      Installing : pxz-4.999.9-1.beta.20100608git.el6.x86_64                                                                      30/34
      Updating   : libstdc++-4.4.7-16.el6.i686                                                                                    31/34
      Cleanup    : libstdc++-4.4.7-11.el6                                                                                         32/34
      Cleanup    : libstdc++-4.4.7-11.el6                                                                                         33/34
      Cleanup    : mlocate-0.22.2-4.el6.x86_64                                                                                    34/34
      Verifying  : llvm-libs-3.4.2-4.el6.x86_64                                                                                    1/34
      Verifying  : pxz-4.999.9-1.beta.20100608git.el6.x86_64                                                                       2/34
      Verifying  : optipng-0.6.4-1.el6.x86_64                                                                                      3/34
      Verifying  : glances-1.7.4-1.el6.noarch                                                                                      4/34
      Verifying  : pbzip2-1.1.6-1.el6.x86_64                                                                                       5/34
      Verifying  : cmake28-2.8.11.2-1.el6.x86_64                                                                                   6/34
      Verifying  : kernel-devel-2.6.32-573.1.1.el6.x86_64                                                                          7/34
      Verifying  : libimagequant-2.4.1-1.el6.x86_64                                                                                8/34
      Verifying  : mlocate-0.22.2-6.el6.x86_64                                                                                     9/34
      Verifying  : pngquant-2.4.1-1.el6.x86_64                                                                                    10/34
      Verifying  : re2c-0.13.5-1.el6.x86_64                                                                                       11/34
      Verifying  : libstdc++-4.4.7-16.el6.i686                                                                                    12/34
      Verifying  : lcms2-2.3-2.el6.x86_64                                                                                         13/34
      Verifying  : pigz-2.3.3-1.el6.x86_64                                                                                        14/34
      Verifying  : clang-devel-3.4.2-4.el6.x86_64                                                                                 15/34
      Verifying  : libstdc++-4.4.7-16.el6.x86_64                                                                                  16/34
      Verifying  : jemalloc-3.6.0-1.el6.x86_64                                                                                    17/34
      Verifying  : kernel-headers-2.6.32-573.1.1.el6.x86_64                                                                       18/34
      Verifying  : 1:bash-completion-1.3-7.el6.noarch                                                                             19/34
      Verifying  : llvm-3.4.2-4.el6.x86_64                                                                                        20/34
      Verifying  : clang-3.4.2-4.el6.x86_64                                                                                       21/34
      Verifying  : lz4-r131-1.el6.x86_64                                                                                          22/34
      Verifying  : python-psutil-0.6.1-1.el6.x86_64                                                                               23/34
      Verifying  : python-setuptools-0.6.10-3.el6.noarch                                                                          24/34
      Verifying  : libstdc++-devel-4.4.7-16.el6.x86_64                                                                            25/34
      Verifying  : libmcrypt-2.5.8-9.el6.x86_64                                                                                   26/34
      Verifying  : pwgen-2.07-1.el6.x86_64                                                                                        27/34
      Verifying  : libarchive-2.8.3-4.el6_2.x86_64                                                                                28/34
      Verifying  : jpegoptim-1.4.3-1.el6.x86_64                                                                                   29/34
      Verifying  : libmcrypt-devel-2.5.8-9.el6.x86_64                                                                             30/34
      Verifying  : jemalloc-devel-3.6.0-1.el6.x86_64                                                                              31/34
      Verifying  : libstdc++-4.4.7-11.el6.x86_64                                                                                  32/34
      Verifying  : libstdc++-4.4.7-11.el6.i686                                                                                    33/34
      Verifying  : mlocate-0.22.2-4.el6.x86_64                                                                                    34/34
    
    Installed:
      bash-completion.noarch 1:1.3-7.el6               clang.x86_64 0:3.4.2-4.el6          clang-devel.x86_64 0:3.4.2-4.el6
      cmake28.x86_64 0:2.8.11.2-1.el6                  glances.noarch 0:1.7.4-1.el6        jemalloc.x86_64 0:3.6.0-1.el6
      jemalloc-devel.x86_64 0:3.6.0-1.el6              jpegoptim.x86_64 0:1.4.3-1.el6      kernel-devel.x86_64 0:2.6.32-573.1.1.el6
      kernel-headers.x86_64 0:2.6.32-573.1.1.el6       libmcrypt.x86_64 0:2.5.8-9.el6      libmcrypt-devel.x86_64 0:2.5.8-9.el6
      lz4.x86_64 0:r131-1.el6                          optipng.x86_64 0:0.6.4-1.el6        pbzip2.x86_64 0:1.1.6-1.el6
      pigz.x86_64 0:2.3.3-1.el6                        pngquant.x86_64 0:2.4.1-1.el6       pwgen.x86_64 0:2.07-1.el6
      pxz.x86_64 0:4.999.9-1.beta.20100608git.el6      re2c.x86_64 0:0.13.5-1.el6
    
    Dependency Installed:
      lcms2.x86_64 0:2.3-2.el6                    libarchive.x86_64 0:2.8.3-4.el6_2             libimagequant.x86_64 0:2.4.1-1.el6
      libstdc++-devel.x86_64 0:4.4.7-16.el6       llvm.x86_64 0:3.4.2-4.el6                     llvm-libs.x86_64 0:3.4.2-4.el6
      python-psutil.x86_64 0:0.6.1-1.el6          python-setuptools.noarch 0:0.6.10-3.el6
    
    Updated:
      mlocate.x86_64 0:0.22.2-6.el6
    
    Dependency Updated:
      libstdc++.i686 0:4.4.7-16.el6                                   libstdc++.x86_64 0:4.4.7-16.el6
    
    Complete!
    Loaded plugins: fastestmirror
    Setting up Install Process
    Loading mirror speeds from cached hostfile
    * base: ftp.usf.edu
    * epel: reflector.westga.edu
    * extras: ftp.usf.edu
    * updates: ftp.usf.edu
    Resolving Dependencies
    --> Running transaction check
    ---> Package GeoIP.x86_64 0:1.6.5-1.el6 will be installed
    --> Processing Dependency: geoipupdate for package: GeoIP-1.6.5-1.el6.x86_64
    --> Processing Dependency: GeoIP-data for package: GeoIP-1.6.5-1.el6.x86_64
    ---> Package GeoIP-devel.x86_64 0:1.6.5-1.el6 will be installed
    --> Running transaction check
    ---> Package GeoIP-GeoLite-data.noarch 0:2015.04-2.el6 will be installed
    --> Processing Dependency: GeoIP-GeoLite-data-extra = 2015.04-2.el6 for package: GeoIP-GeoLite-data-2015.04-2.el6.noarch
    ---> Package geoipupdate.x86_64 0:2.2.1-2.el6 will be installed
    --> Running transaction check
    ---> Package GeoIP-GeoLite-data-extra.noarch 0:2015.04-2.el6 will be installed
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ====================================================================================================================================
    Package                                    Arch                     Version                           Repository              Size
    ====================================================================================================================================
    Installing:
    GeoIP                                      x86_64                   1.6.5-1.el6                       epel                   113 k
    GeoIP-devel                                x86_64                   1.6.5-1.el6                       epel                    16 k
    Installing for dependencies:
    GeoIP-GeoLite-data                         noarch                   2015.04-2.el6                     epel                   343 k
    GeoIP-GeoLite-data-extra                   noarch                   2015.04-2.el6                     epel                    23 M
    geoipupdate                                x86_64                   2.2.1-2.el6                       epel                    28 k
    
    Transaction Summary
    ====================================================================================================================================
    Install       5 Package(s)
    
    Total download size: 23 M
    Installed size: 48 M
    Downloading Packages:
    (1/5): GeoIP-1.6.5-1.el6.x86_64.rpm                                                                          | 113 kB     00:00
    (2/5): GeoIP-GeoLite-data-2015.04-2.el6.noarch.rpm                                                           | 343 kB     00:00
    (3/5): GeoIP-GeoLite-data-extra-2015.04-2.el6.noarch.rpm                                                     |  23 MB     00:06
    (4/5): GeoIP-devel-1.6.5-1.el6.x86_64.rpm                                                                    |  16 kB     00:00
    (5/5): geoipupdate-2.2.1-2.el6.x86_64.rpm                                                                    |  28 kB     00:00
    ------------------------------------------------------------------------------------------------------------------------------------
    Total                                                                                               3.6 MB/s |  23 MB     00:06
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Installing : GeoIP-GeoLite-data-2015.04-2.el6.noarch                                                                          1/5
      Installing : GeoIP-GeoLite-data-extra-2015.04-2.el6.noarch                                                                    2/5
      Installing : geoipupdate-2.2.1-2.el6.x86_64                                                                                   3/5
      Installing : GeoIP-1.6.5-1.el6.x86_64                                                                                         4/5
      Installing : GeoIP-devel-1.6.5-1.el6.x86_64                                                                                   5/5
      Verifying  : GeoIP-devel-1.6.5-1.el6.x86_64                                                                                   1/5
      Verifying  : geoipupdate-2.2.1-2.el6.x86_64                                                                                   2/5
      Verifying  : GeoIP-GeoLite-data-extra-2015.04-2.el6.noarch                                                                    3/5
      Verifying  : GeoIP-1.6.5-1.el6.x86_64                                                                                         4/5
      Verifying  : GeoIP-GeoLite-data-2015.04-2.el6.noarch                                                                          5/5
    
    Installed:
      GeoIP.x86_64 0:1.6.5-1.el6                                    GeoIP-devel.x86_64 0:1.6.5-1.el6
    
    Dependency Installed:
      GeoIP-GeoLite-data.noarch 0:2015.04-2.el6   GeoIP-GeoLite-data-extra.noarch 0:2015.04-2.el6   geoipupdate.x86_64 0:2.2.1-2.el6
    
    Complete!
    downloading Centmin Mod...
    --2015-08-12 12:10:18--  [URL]https://github.com/centminmod/centminmod/archive/123.08stable.zip[/URL]
    Resolving github.com... 192.30.252.128
    Connecting to github.com|192.30.252.128|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: [URL]https://codeload.github.com/centminmod/centminmod/zip/123.08stable[/URL] [following]
    --2015-08-12 12:10:19--  [URL]https://codeload.github.com/centminmod/centminmod/zip/123.08stable[/URL]
    Resolving codeload.github.com... 192.30.252.146
    Connecting to codeload.github.com|192.30.252.146|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [application/zip]
    Saving to: “123.08stable.zip”
    
        [                   <=>                                                                     ] 39,686,125  10.9M/s   in 4.4s
    
    2015-08-12 12:10:23 (8.62 MB/s) - “123.08stable.zip” saved [39686125]
    
    Archive:  123.08stable.zip
    b86d228fc20e2011857c7c6e077a9348666608bf
       creating: centminmod-123.08stable/
      inflating: centminmod-123.08stable/.gitignore
       creating: centminmod-123.08stable/Extras/
      inflating: centminmod-123.08stable/Extras/axivo_install.sh
      inflating: centminmod-123.08stable/README.md
       creating: centminmod-123.08stable/addons/
      inflating: centminmod-123.08stable/addons/avginstall.sh
      inflating: centminmod-123.08stable/addons/customcurl.sh
      inflating: centminmod-123.08stable/addons/geoip.sh
      inflating: centminmod-123.08stable/addons/ioncube.sh
      inflating: centminmod-123.08stable/addons/linfo.sh
      inflating: centminmod-123.08stable/addons/maldet.sh
      inflating: centminmod-123.08stable/addons/mysqladmin_shell.sh
      inflating: centminmod-123.08stable/addons/passenger.sh
      inflating: centminmod-123.08stable/addons/python27_install.sh
      inflating: centminmod-123.08stable/addons/wpcli.sh
      inflating: centminmod-123.08stable/centmin-mod-logo.png
      inflating: centminmod-123.08stable/centmin.sh
      inflating: centminmod-123.08stable/changes.html
      inflating: centminmod-123.08stable/command_shortcuts.txt
       creating: centminmod-123.08stable/config/
       creating: centminmod-123.08stable/config/apc/
      inflating: centminmod-123.08stable/config/apc/apc-min.ini
      inflating: centminmod-123.08stable/config/apc/apc.ini
       creating: centminmod-123.08stable/config/etc/
      inflating: centminmod-123.08stable/config/etc/resolv.conf
       creating: centminmod-123.08stable/config/htpasswdgen/
      inflating: centminmod-123.08stable/config/htpasswdgen/htpasswd.py
       creating: centminmod-123.08stable/config/memcached/
      inflating: centminmod-123.08stable/config/memcached/memcached
      inflating: centminmod-123.08stable/config/memcached/memcached2
      inflating: centminmod-123.08stable/config/memcached/twemcache
      inflating: centminmod-123.08stable/config/memcached/twemcache2
       creating: centminmod-123.08stable/config/mysql/
      inflating: centminmod-123.08stable/config/mysql/my-mdb-4gb.cnf
      inflating: centminmod-123.08stable/config/mysql/my-mdb-min.cnf
      inflating: centminmod-123.08stable/config/mysql/my-mdb.cnf
      inflating: centminmod-123.08stable/config/mysql/my-mdb10-4gb.cnf
      inflating: centminmod-123.08stable/config/mysql/my-mdb10-min.cnf
      inflating: centminmod-123.08stable/config/mysql/my-mdb10.cnf
      inflating: centminmod-123.08stable/config/mysql/my-mdb55-4gb.cnf
      inflating: centminmod-123.08stable/config/mysql/my-mdb55-min.cnf
      inflating: centminmod-123.08stable/config/mysql/my-mdb55.cnf
      inflating: centminmod-123.08stable/config/mysql/my.cnf
       creating: centminmod-123.08stable/config/nginx/
      inflating: centminmod-123.08stable/config/nginx/block.conf
       creating: centminmod-123.08stable/config/nginx/conf.d/
      inflating: centminmod-123.08stable/config/nginx/conf.d/demodomain.com.conf
      inflating: centminmod-123.08stable/config/nginx/conf.d/ssl.conf
      inflating: centminmod-123.08stable/config/nginx/conf.d/virtual.conf
      inflating: centminmod-123.08stable/config/nginx/drop.conf
      inflating: centminmod-123.08stable/config/nginx/errorpage.conf
      inflating: centminmod-123.08stable/config/nginx/fastcgi_param_https_map.conf
      inflating: centminmod-123.08stable/config/nginx/fastcgi_params
      inflating: centminmod-123.08stable/config/nginx/geoip.conf
      inflating: centminmod-123.08stable/config/nginx/nginx.conf
      inflating: centminmod-123.08stable/config/nginx/pagespeed.conf
      inflating: centminmod-123.08stable/config/nginx/pagespeedadmin.conf
      inflating: centminmod-123.08stable/config/nginx/pagespeedhandler.conf
      inflating: centminmod-123.08stable/config/nginx/php-pool2.conf
      inflating: centminmod-123.08stable/config/nginx/php-pool3.conf
      inflating: centminmod-123.08stable/config/nginx/php-pool4.conf
      inflating: centminmod-123.08stable/config/nginx/php-pool5.conf
      inflating: centminmod-123.08stable/config/nginx/php.conf
      inflating: centminmod-123.08stable/config/nginx/phpalt.conf
       creating: centminmod-123.08stable/config/nginx/phpfpmd/
      inflating: centminmod-123.08stable/config/nginx/phpfpmd/phpfpm_pool2.conf
      inflating: centminmod-123.08stable/config/nginx/phpfpmd/phpfpm_pool3.conf
      inflating: centminmod-123.08stable/config/nginx/phpfpmd/phpfpm_pool4.conf
      inflating: centminmod-123.08stable/config/nginx/phpfpmd/phpfpm_pool5.conf
      inflating: centminmod-123.08stable/config/nginx/phpssl.conf
      inflating: centminmod-123.08stable/config/nginx/phpstatus.conf
      inflating: centminmod-123.08stable/config/nginx/proxy.conf
      inflating: centminmod-123.08stable/config/nginx/pscontrol
      inflating: centminmod-123.08stable/config/nginx/ssl-include.conf
       creating: centminmod-123.08stable/config/nginx/ssl/
      inflating: centminmod-123.08stable/config/nginx/ssl/.gitignore
      inflating: centminmod-123.08stable/config/nginx/staticfiles.conf
    extracting: centminmod-123.08stable/config/nginx/vts_http.conf
      inflating: centminmod-123.08stable/config/nginx/vts_mainserver.conf
    extracting: centminmod-123.08stable/config/nginx/vts_server.conf
      inflating: centminmod-123.08stable/config/nginx/wpffpc.conf
       creating: centminmod-123.08stable/config/nsd/
       creating: centminmod-123.08stable/config/nsd/master/
      inflating: centminmod-123.08stable/config/nsd/master/demo.com.zone
      inflating: centminmod-123.08stable/config/nsd/nsd.conf
       creating: centminmod-123.08stable/config/php-fpm/
      inflating: centminmod-123.08stable/config/php-fpm/php-fpm-2pools.conf
      inflating: centminmod-123.08stable/config/php-fpm/php-fpm-min-2pools.conf
      inflating: centminmod-123.08stable/config/php-fpm/php-fpm-min.conf
      inflating: centminmod-123.08stable/config/php-fpm/php-fpm-min.conf-fullcomments
      inflating: centminmod-123.08stable/config/php-fpm/php-fpm-minond.conf
      inflating: centminmod-123.08stable/config/php-fpm/php-fpm-minond_readme.txt
      inflating: centminmod-123.08stable/config/php-fpm/php-fpm.conf
      inflating: centminmod-123.08stable/config/php-fpm/php-fpm.conf-fullcomments
      inflating: centminmod-123.08stable/config/php-fpm/php-fpm.conf.default
       creating: centminmod-123.08stable/config/sendmail/
      inflating: centminmod-123.08stable/config/sendmail/sendmail.mc
       creating: centminmod-123.08stable/config/xcache/
      inflating: centminmod-123.08stable/config/xcache/xcache-min.ini
      inflating: centminmod-123.08stable/config/xcache/xcache-min_php54.ini
      inflating: centminmod-123.08stable/config/xcache/xcache.ini
      inflating: centminmod-123.08stable/config/xcache/xcache3.ini
      inflating: centminmod-123.08stable/config/xcache/xcache3_php54.ini
      inflating: centminmod-123.08stable/config/xcache/xcache_admin_setup_instructions.txt
      inflating: centminmod-123.08stable/config/xcache/xcache_php54.ini
       creating: centminmod-123.08stable/config/yum/
      inflating: centminmod-123.08stable/config/yum/yum.conf
       creating: centminmod-123.08stable/config/yum_mirrors/
      inflating: centminmod-123.08stable/config/yum_mirrors/epel_history.txt
      inflating: centminmod-123.08stable/config/yum_mirrors/mariadb_history.txt
       creating: centminmod-123.08stable/config/zendopcache/
      inflating: centminmod-123.08stable/config/zendopcache/opcache.php
      inflating: centminmod-123.08stable/config/zendopcache/zendopcache-min.ini
      inflating: centminmod-123.08stable/config/zendopcache/zendopcache.ini
       creating: centminmod-123.08stable/config/zram/
      inflating: centminmod-123.08stable/config/zram/zram
       creating: centminmod-123.08stable/cron/
      inflating: centminmod-123.08stable/cron/diskalert
       creating: centminmod-123.08stable/downloads/
      inflating: centminmod-123.08stable/downloads/curlrpms.zip
      inflating: centminmod-123.08stable/downloads/ffmpeg-depends.zip
      inflating: centminmod-123.08stable/downloads/hiredis-rpms.zip
      inflating: centminmod-123.08stable/downloads/rpms.zip
    extracting: centminmod-123.08stable/downloads/svr-setup.zip
       creating: centminmod-123.08stable/htdocs/
       creating: centminmod-123.08stable/htdocs/custom_errorpages/
      inflating: centminmod-123.08stable/htdocs/custom_errorpages/403.html
      inflating: centminmod-123.08stable/htdocs/custom_errorpages/404.html
      inflating: centminmod-123.08stable/htdocs/custom_errorpages/500.html
      inflating: centminmod-123.08stable/htdocs/custom_errorpages/502.html
      inflating: centminmod-123.08stable/htdocs/custom_errorpages/503.html
      inflating: centminmod-123.08stable/htdocs/custom_errorpages/504.html
      inflating: centminmod-123.08stable/htdocs/custom_errorpages/50x.html
      inflating: centminmod-123.08stable/htdocs/custom_errorpages/maintenance.html
       creating: centminmod-123.08stable/htdocs/default/
      inflating: centminmod-123.08stable/htdocs/default/cmlogo.png
      inflating: centminmod-123.08stable/htdocs/default/index.html
    extracting: centminmod-123.08stable/htdocs/default/phpi.php
       creating: centminmod-123.08stable/htdocs/demodomain.com/
      inflating: centminmod-123.08stable/htdocs/demodomain.com/index.html
       creating: centminmod-123.08stable/inc/
      inflating: centminmod-123.08stable/inc/apcinstall.inc
      inflating: centminmod-123.08stable/inc/apcprotect.inc
      inflating: centminmod-123.08stable/inc/apcreinstall.inc
      inflating: centminmod-123.08stable/inc/axelsetup.inc
      inflating: centminmod-123.08stable/inc/bookmark.inc
      inflating: centminmod-123.08stable/inc/ccache.inc
      inflating: centminmod-123.08stable/inc/centminfinish.inc
      inflating: centminmod-123.08stable/inc/centminlogs.inc
      inflating: centminmod-123.08stable/inc/centos_seven.inc
      inflating: centminmod-123.08stable/inc/centoscheck.inc
      inflating: centminmod-123.08stable/inc/compress.inc
      inflating: centminmod-123.08stable/inc/cpcheck.inc
      inflating: centminmod-123.08stable/inc/cpucount.inc
      inflating: centminmod-123.08stable/inc/csfinstall.inc
      inflating: centminmod-123.08stable/inc/csftweaks.inc
      inflating: centminmod-123.08stable/inc/customrpms.inc
      inflating: centminmod-123.08stable/inc/diskalert.inc
      inflating: centminmod-123.08stable/inc/downloadlinks.inc
      inflating: centminmod-123.08stable/inc/downloads.inc
      inflating: centminmod-123.08stable/inc/downloads_centosfive.inc
      inflating: centminmod-123.08stable/inc/downloads_centosseven.inc
      inflating: centminmod-123.08stable/inc/downloads_centossix.inc
      inflating: centminmod-123.08stable/inc/entropy.inc
      inflating: centminmod-123.08stable/inc/ffmpeginstall.inc
      inflating: centminmod-123.08stable/inc/gcc.inc
      inflating: centminmod-123.08stable/inc/geoip.inc
    extracting: centminmod-123.08stable/inc/google_perftools.inc
      inflating: centminmod-123.08stable/inc/htpasswdsh.inc
      inflating: centminmod-123.08stable/inc/igbinary.inc
      inflating: centminmod-123.08stable/inc/imagick_install.inc
      inflating: centminmod-123.08stable/inc/logrotate_nginx.inc
      inflating: centminmod-123.08stable/inc/logrotate_phpfpm.inc
      inflating: centminmod-123.08stable/inc/luajit.inc
      inflating: centminmod-123.08stable/inc/mainmenu.inc
      inflating: centminmod-123.08stable/inc/mainmenu_cli.inc
      inflating: centminmod-123.08stable/inc/mariadb_install.inc
      inflating: centminmod-123.08stable/inc/mariadb_submenu.inc
      inflating: centminmod-123.08stable/inc/mariadb_upgrade.inc
      inflating: centminmod-123.08stable/inc/mariadb_upgrade10.inc
      inflating: centminmod-123.08stable/inc/mariadb_upgrade53.inc
      inflating: centminmod-123.08stable/inc/mariadb_upgrade55.inc
      inflating: centminmod-123.08stable/inc/memcacheadmin.inc
      inflating: centminmod-123.08stable/inc/memcached_install.inc
      inflating: centminmod-123.08stable/inc/memcheck.inc
      inflating: centminmod-123.08stable/inc/mongodb.inc
      inflating: centminmod-123.08stable/inc/motd.inc
      inflating: centminmod-123.08stable/inc/mysql_install.inc
      inflating: centminmod-123.08stable/inc/mysql_proclimit.inc
      inflating: centminmod-123.08stable/inc/mysqladmin.inc
      inflating: centminmod-123.08stable/inc/mysqlsecure.inc
      inflating: centminmod-123.08stable/inc/mysqltmp.inc
      inflating: centminmod-123.08stable/inc/nginx_addvhost.inc
      inflating: centminmod-123.08stable/inc/nginx_backup.inc
      inflating: centminmod-123.08stable/inc/nginx_configure.inc
      inflating: centminmod-123.08stable/inc/nginx_configure_openresty.inc
      inflating: centminmod-123.08stable/inc/nginx_errorpage.inc
      inflating: centminmod-123.08stable/inc/nginx_install.inc
      inflating: centminmod-123.08stable/inc/nginx_mimetype.inc
      inflating: centminmod-123.08stable/inc/nginx_modules.inc
      inflating: centminmod-123.08stable/inc/nginx_modules_openresty.inc
      inflating: centminmod-123.08stable/inc/nginx_pagespeed.inc
      inflating: centminmod-123.08stable/inc/nginx_upgrade.inc
      inflating: centminmod-123.08stable/inc/nsd_install.inc
      inflating: centminmod-123.08stable/inc/nsd_reinstall.inc
      inflating: centminmod-123.08stable/inc/nsdsetup.inc
      inflating: centminmod-123.08stable/inc/openssl_install.inc
      inflating: centminmod-123.08stable/inc/openvz_stack.inc
      inflating: centminmod-123.08stable/inc/php_configure.inc
      inflating: centminmod-123.08stable/inc/php_upgrade.inc
      inflating: centminmod-123.08stable/inc/phpfpmdir.inc
      inflating: centminmod-123.08stable/inc/phpng_download.inc
      inflating: centminmod-123.08stable/inc/phpsededit.inc
      inflating: centminmod-123.08stable/inc/postfix.inc
      inflating: centminmod-123.08stable/inc/pureftpd.inc
      inflating: centminmod-123.08stable/inc/python_install.inc
      inflating: centminmod-123.08stable/inc/questions.inc
      inflating: centminmod-123.08stable/inc/ramdisk.inc
      inflating: centminmod-123.08stable/inc/redis.inc
      inflating: centminmod-123.08stable/inc/sendmail.inc
      inflating: centminmod-123.08stable/inc/shortcuts_install.inc
      inflating: centminmod-123.08stable/inc/siegeinstall.inc
      inflating: centminmod-123.08stable/inc/sshd.inc
      inflating: centminmod-123.08stable/inc/suhosin_setup.inc
      inflating: centminmod-123.08stable/inc/undo.inc
      inflating: centminmod-123.08stable/inc/updater_submenu.inc
      inflating: centminmod-123.08stable/inc/wpsetup.inc
      inflating: centminmod-123.08stable/inc/xcache_install.inc
      inflating: centminmod-123.08stable/inc/xcache_installask.inc
      inflating: centminmod-123.08stable/inc/xcache_reinstall.inc
      inflating: centminmod-123.08stable/inc/yuminstall.inc
      inflating: centminmod-123.08stable/inc/yumpriorities.inc
      inflating: centminmod-123.08stable/inc/yumskip.inc
      inflating: centminmod-123.08stable/inc/zendopcache_55ini.inc
      inflating: centminmod-123.08stable/inc/zendopcache_install.inc
      inflating: centminmod-123.08stable/inc/zendopcache_reinstall.inc
      inflating: centminmod-123.08stable/inc/zendopcache_submenu.inc
      inflating: centminmod-123.08stable/inc/zendopcache_upgrade.inc
       creating: centminmod-123.08stable/init/
      inflating: centminmod-123.08stable/init/nginx
      inflating: centminmod-123.08stable/init/nginx-centmin
      inflating: centminmod-123.08stable/init/nsd
      inflating: centminmod-123.08stable/init/php-fpm
      inflating: centminmod-123.08stable/installer.sh
      inflating: centminmod-123.08stable/license.txt
       creating: centminmod-123.08stable/logrotate/
      inflating: centminmod-123.08stable/logrotate/nginx
      inflating: centminmod-123.08stable/readme.txt
       creating: centminmod-123.08stable/sysconfig/
      inflating: centminmod-123.08stable/sysconfig/nsd
       creating: centminmod-123.08stable/tools/
      inflating: centminmod-123.08stable/tools/centminmod_packager.sh
      inflating: centminmod-123.08stable/tools/cminfo.sh
      inflating: centminmod-123.08stable/tools/gitsetup.sh
      inflating: centminmod-123.08stable/tools/mytimes.sh
      inflating: centminmod-123.08stable/tools/nv.sh
      inflating: centminmod-123.08stable/versions.txt
    inc/memcheck.inc: line 12: bc: command not found
    inc/memcheck.inc: line 13: bc: command not found
    bc not found !!
    installing bc
    bc installed
    aborting script...
    please re-run centmin.sh again for install
    
    Created command shortcuts:
    * type cmdir to change to Centmin Mod install directory
      at /usr/local/src/centminmod
    * type centmin call and run centmin.sh
      at /usr/local/src/centminmod/centmin.sh
    
    bash: line 129: /root/centminlogs/firstyum_installtime_120815-120835.log: No such file or directory
    ---------------------------------------------------------------------------
    bash: line 131: /root/centminlogs/firstyum_installtime_120815-120835.log: No such file or directory
    tail: cannot open `/root/centminlogs/firstyum_installtime_*.log' for reading: No such file or directory
    tail: cannot open `/root/centminlogs/centminmod_yumtimes_*.log' for reading: No such file or directory
    tail: cannot open `/root/centminlogs/centminmod_downloadtimes_*.log' for reading: No such file or directory
    tail: cannot open `/root/centminlogs/centminmod_ngxinstalltime_*.log' for reading: No such file or directory
    tail: cannot open `/root/centminlogs/centminmod_phpinstalltime_*.log' for reading: No such file or directory
    tail: cannot open `/root/centminlogs/*_install.log' for reading: No such file or directory
    awk: cmd. line:1: fatal: cannot open file `/root/centminlogs/firstyum_installtime_*.log' for reading (No such file or directory)
    awk: cmd. line:1: fatal: cannot open file `/root/centminlogs/*_install.log' for reading (No such file or directory)
    (standard_in) 1: syntax error
    (standard_in) 1: syntax error
    Total YUM + Source Download Time: 0.0000
    Total Nginx First Time Install Time: 0.0000
    Total PHP First Time Install Time: 0.0000
    Download Zip From Github Time: 5.0087
    Total Time Other eg. source compiles: 0.0000
    Total Centmin Mod Install Time: 0.0000
    ---------------------------------------------------------------------------
    Total Install Time (curl yum + cm install + zip download): 0.0000 seconds
    ---------------------------------------------------------------------------
    
    [root@atlonenet ~]#
    
    
     
  9. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    5:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    proper command is without URL tags
    Code:
    curl -sL http://centminmod.com/installer.sh | bash
    problem is here, the CentOS OS template is the problem it has both i686 and x86_64 packages installed
    centmin.sh line 775 should already take care of that duplicate packages so not sure why it isn't for you

    are you using this OS image.. "CentOS 6.5 x86_64 Minimal" ? that is the one I use on all my servers at RamNode without problem - looks like that isn't available on RamNode now, they must of updated it as I only see CentOS 6 Minimal 64-bit so that could be the problem.
     
  10. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    5:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    I submitted a ticket to RamNode too to get them to check that CentOS 6 Minimal 64-bit image.

    You can also try the CentOS 6 64bit image non-minimal to see if that is okay

    also what output do you get when you run

    Code:
    yum -y remove \*.i686
     
  11. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    OK, Hopefully they will be able to get it sorted out shortly.

    When I get a chance, I will try doing a one-line install on my AWS machine and see what happens with it.

    I don't remember just what it was doing, but it sent up red flags with me.

    I can send you the log from the centmin.sh option #1 if you want it.

    -John
     
  12. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    Yes, the CentOS 6 Minimal 64-bit image is the one I used.

    -John
     
  13. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    5:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    from How to troubleshoot Centmin Mod initial install issues | Centmin Mod Community

     
  14. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    I was not sure if you wanted the log any more.....

    here it is....
    Code:
    https://gist.github.com/196f0d232ff4a0f9b063.git
    
     
  15. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    5:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    thanks for the log definitely is multilib version issues the base OS template has both i686 and x86_64 packages installed

    Code:
    ================================================================================
    Package               Arch   Version                             Repository
                                                                               Size
    ================================================================================
    Updating:
    authconfig            x86_64 6.1.12-23.el6                       base    377 k
    bash                  x86_64 4.1.2-33.el6                        base    907 k
    binutils              x86_64 2.20.51.0.2-5.43.el6                base    2.8 M
    ca-certificates       noarch 2015.2.4-65.0.1.el6_6               base    1.3 M
    centos-release        x86_64 6-7.el6.centos.12.3                 base     21 k
    chkconfig             x86_64 1.3.49.3-5.el6                      base    159 k
    cups-libs             x86_64 1:1.4.2-72.el6                      base    321 k
    dhclient              x86_64 12:4.1.1-49.P1.el6.centos           base    319 k
    dhcp-common           x86_64 12:4.1.1-49.P1.el6.centos           base    143 k
    ethtool               x86_64 2:3.5-6.el6                         base    103 k
    gnutls                x86_64 2.8.5-18.el6                        base    347 k
    grep                  x86_64 2.20-3.el6                          base    345 k
    httpd                 x86_64 2.2.15-45.el6.centos                base    829 k
    httpd-tools           x86_64 2.2.15-45.el6.centos                base     77 k
    hwdata                noarch 0.233-14.1.el6                      base    1.3 M
    initscripts           x86_64 9.03.49-1.el6.centos                base    945 k
    iproute               x86_64 2.6.32-45.el6                       base    367 k
    iptables              x86_64 1.4.7-16.el6                        base    254 k
    iputils               x86_64 20071127-20.el6                     base    120 k
    libpcap               x86_64 14:1.4.0-4.20130826git2dbcaa1.el6   base    131 k
    libsemanage           x86_64 2.0.43-5.1.el6                      base    104 k
    libssh2               x86_64 1.4.2-1.el6_6.1                     base    123 k
    libuser               x86_64 0.56.13-8.el6_7                     updates 368 k
    libxml2               i686   2.7.6-20.el6                        base    801 k
    libxml2               x86_64 2.7.6-20.el6                        base    801 k
    logrotate             x86_64 3.7.8-23.el6                        base     58 k
    lsof                  x86_64 4.82-5.el6                          base    324 k
    module-init-tools     x86_64 3.9-25.el6                          base    466 k
    ncurses               x86_64 5.7-4.20090207.el6                  base    268 k
    nspr                  x86_64 4.10.8-1.el6_6                      base    113 k
    nss                   x86_64 3.19.1-3.el6_6                      updates 856 k
    nss-softokn           x86_64 3.14.3-22.el6_6                     base    262 k
    nss-softokn-freebl    i686   3.14.3-22.el6_6                     base    157 k
    nss-softokn-freebl    x86_64 3.14.3-22.el6_6                     base    167 k
    nss-sysinit           x86_64 3.19.1-3.el6_6                      updates  46 k
    nss-tools             x86_64 3.19.1-3.el6_6                      updates 433 k
    nss-util              x86_64 3.19.1-1.el6_6                      updates  66 k
    ntsysv                x86_64 1.3.49.3-5.el6                      base     29 k
    openssh               x86_64 5.3p1-111.el6                       base    274 k
    openssh-clients       x86_64 5.3p1-111.el6                       base    438 k
    openssh-server        x86_64 5.3p1-111.el6                       base    324 k
    pinentry              x86_64 0.7.6-8.el6                         base     66 k
    policycoreutils       x86_64 2.0.83-24.el6                       base    651 k
    procps                x86_64 3.2.8-33.el6                        base    217 k
    python                x86_64 2.6.6-64.el6                        base     76 k
    python-libs           x86_64 2.6.6-64.el6                        base    5.3 M
    quota                 x86_64 1:3.17-23.el6                       base    202 k
    samba                 x86_64 3.6.23-20.el6                       base    5.0 M
    samba-client          x86_64 3.6.23-20.el6                       base     11 M
    samba-common          x86_64 3.6.23-20.el6                       base     10 M
    samba-winbind         x86_64 3.6.23-20.el6                       base    2.2 M
    samba-winbind-clients x86_64 3.6.23-20.el6                       base    2.0 M
    sendmail              x86_64 8.14.4-9.el6                        base    716 k
    sendmail-cf           noarch 8.14.4-9.el6                        base    184 k
    shadow-utils          x86_64 2:4.1.4.2-19.el6_6.1                base    899 k
    sudo                  x86_64 1.8.6p3-19.el6                      base    707 k
    sysvinit-tools        x86_64 2.87-6.dsf.el6                      base     60 k
    tar                   x86_64 2:1.23-13.el6                       base    809 k
    tcpdump               x86_64 14:4.0.0-5.20090921gitdf3cb4.2.el6  base    338 k
    tcsh                  x86_64 6.17-25.el6_6                       base    414 k
    time                  x86_64 1.7-38.el6                          base     26 k
    tzdata                noarch 2015e-1.el6                         base    442 k
    udev                  x86_64 147-2.63.el6                        base    355 k
    unzip                 x86_64 6.0-2.el6_6                         base    149 k
    vim-common            x86_64 2:7.4.629-5.el6                     base    6.7 M
    vim-enhanced          x86_64 2:7.4.629-5.el6                     base    1.0 M
    vim-minimal           x86_64 2:7.4.629-5.el6                     base    422 k
    Installing for dependencies:
    vim-filesystem        x86_64 2:7.4.629-5.el6                     base     15 k
    
    Transaction Summary
    ================================================================================
    however, further down in centminmod does remove the i686 ones at the beginning on the actual install stage for centminmod
    Code:
    removing any i686 packages installed by default
    Loaded plugins: fastestmirror, priorities, security
    Setting up Remove Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package bzip2-libs.i686 0:1.0.5-7.el6_0 will be erased
    ---> Package e2fsprogs-libs.i686 0:1.41.12-22.el6 will be erased
    ---> Package gamin.i686 0:0.1.10-9.el6 will be erased
    ---> Package glib2.i686 0:2.28.8-4.el6 will be erased
    ---> Package glibc.i686 0:2.12-1.166.el6_7.1 will be erased
    ---> Package libacl.i686 0:2.2.49-6.el6 will be erased
    ---> Package libattr.i686 0:2.4.44-7.el6 will be erased
    ---> Package libcom_err.i686 0:1.41.12-22.el6 will be erased
    ---> Package libgcc.i686 0:4.4.7-16.el6 will be erased
    ---> Package libpng.i686 2:1.2.49-1.el6_2 will be erased
    ---> Package libselinux.i686 0:2.0.94-5.8.el6 will be erased
    ---> Package libstdc++.i686 0:4.4.7-16.el6 will be erased
    ---> Package libxml2.i686 0:2.7.6-20.el6 will be erased
    ---> Package ncurses-libs.i686 0:5.7-4.20090207.el6 will be erased
    ---> Package nss-softokn-freebl.i686 0:3.14.3-22.el6_6 will be erased
    ---> Package xz-libs.i686 0:4.999.9-0.5.beta.20091007git.el6 will be erased
    ---> Package zlib.i686 0:1.2.3-29.el6 will be erased
    --> Finished Dependency Resolution
    
    Dependencies Resolved
    
    ================================================================================
    Package             Arch  Version                             Repository  Size
    ================================================================================
    Removing:
    bzip2-libs          i686  1.0.5-7.el6_0                       installed   69 k
    e2fsprogs-libs      i686  1.41.12-22.el6                      @base      277 k
    gamin               i686  0.1.10-9.el6                        installed  403 k
    glib2               i686  2.28.8-4.el6                        @base      7.7 M
    glibc               i686  2.12-1.166.el6_7.1                  @updates    13 M
    libacl              i686  2.2.49-6.el6                        installed   30 k
    libattr             i686  2.4.44-7.el6                        installed   17 k
    libcom_err          i686  1.41.12-22.el6                      @base       57 k
    libgcc              i686  4.4.7-16.el6                        @base      144 k
    libpng              i686  2:1.2.49-1.el6_2                    @updates   642 k
    libselinux          i686  2.0.94-5.8.el6                      @base      124 k
    libstdc++           i686  4.4.7-16.el6                        @base      908 k
    libxml2             i686  2.7.6-20.el6                        @base      1.7 M
    ncurses-libs        i686  5.7-4.20090207.el6                  @base      687 k
    nss-softokn-freebl  i686  3.14.3-22.el6_6                     @base      381 k
    xz-libs             i686  4.999.9-0.5.beta.20091007git.el6    @base      218 k
    zlib                i686  1.2.3-29.el6                        @base      136 k
    
    Transaction Summary
    ================================================================================
    Remove       17 Package(s)
    
    Installed size: 27 M
    Downloading Packages:
    Running rpm_check_debug
    Running Transaction Test
    Transaction Test Succeeded
    Running Transaction
      Erasing    : glib2-2.28.8-4.el6.i686                                     1/17
      Erasing    : gamin-0.1.10-9.el6.i686                                     2/17
      Erasing    : libacl-2.2.49-6.el6.i686                                    3/17
      Erasing    : e2fsprogs-libs-1.41.12-22.el6.i686                          4/17
      Erasing    : libxml2-2.7.6-20.el6.i686                                   5/17
      Erasing    : 2:libpng-1.2.49-1.el6_2.i686                                6/17
      Erasing    : libstdc++-4.4.7-16.el6.i686                                 7/17
      Erasing    : zlib-1.2.3-29.el6.i686                                      8/17
      Erasing    : libcom_err-1.41.12-22.el6.i686                              9/17
      Erasing    : libattr-2.4.44-7.el6.i686                                  10/17
      Erasing    : libselinux-2.0.94-5.8.el6.i686                             11/17
      Erasing    : xz-libs-4.999.9-0.5.beta.20091007git.el6.i686              12/17
      Erasing    : bzip2-libs-1.0.5-7.el6_0.i686                              13/17
      Erasing    : ncurses-libs-5.7-4.20090207.el6.i686                       14/17
      Erasing    : nss-softokn-freebl-3.14.3-22.el6_6.i686                    15/17
      Erasing    : glibc-2.12-1.166.el6_7.1.i686                              16/17
      Erasing    : libgcc-4.4.7-16.el6.i686                                   17/17
      Verifying  : gamin-0.1.10-9.el6.i686                                     1/17
      Verifying  : libgcc-4.4.7-16.el6.i686                                    2/17
      Verifying  : zlib-1.2.3-29.el6.i686                                      3/17
      Verifying  : libstdc++-4.4.7-16.el6.i686                                 4/17
      Verifying  : 2:libpng-1.2.49-1.el6_2.i686                                5/17
      Verifying  : libxml2-2.7.6-20.el6.i686                                   6/17
      Verifying  : ncurses-libs-5.7-4.20090207.el6.i686                        7/17
      Verifying  : e2fsprogs-libs-1.41.12-22.el6.i686                          8/17
      Verifying  : libacl-2.2.49-6.el6.i686                                    9/17
      Verifying  : nss-softokn-freebl-3.14.3-22.el6_6.i686                    10/17
      Verifying  : libselinux-2.0.94-5.8.el6.i686                             11/17
      Verifying  : libattr-2.4.44-7.el6.i686                                  12/17
      Verifying  : bzip2-libs-1.0.5-7.el6_0.i686                              13/17
      Verifying  : xz-libs-4.999.9-0.5.beta.20091007git.el6.i686              14/17
      Verifying  : libcom_err-1.41.12-22.el6.i686                             15/17
      Verifying  : glibc-2.12-1.166.el6_7.1.i686                              16/17
      Verifying  : glib2-2.28.8-4.el6.i686                                    17/17
    
    Removed:
      bzip2-libs.i686 0:1.0.5-7.el6_0
      e2fsprogs-libs.i686 0:1.41.12-22.el6
      gamin.i686 0:0.1.10-9.el6
      glib2.i686 0:2.28.8-4.el6
      glibc.i686 0:2.12-1.166.el6_7.1
      libacl.i686 0:2.2.49-6.el6
      libattr.i686 0:2.4.44-7.el6
      libcom_err.i686 0:1.41.12-22.el6
      libgcc.i686 0:4.4.7-16.el6
      libpng.i686 2:1.2.49-1.el6_2
      libselinux.i686 0:2.0.94-5.8.el6
      libstdc++.i686 0:4.4.7-16.el6
      libxml2.i686 0:2.7.6-20.el6
      ncurses-libs.i686 0:5.7-4.20090207.el6
      nss-softokn-freebl.i686 0:3.14.3-22.el6_6
      xz-libs.i686 0:4.999.9-0.5.beta.20091007git.el6
      zlib.i686 0:1.2.3-29.el6
    
    but yeah PHP-FPM install part failed
    Code:
    --------------------------------------------------------
    Check PHP-FPM Version:
    --------------------------------------------------------
    inc/centminfinish.inc: line 55: php: command not found
    Code:
    Configuring extensions
    checking size of long... (cached) 8
    checking size of int... (cached) 4
    checking for int32_t... yes
    checking for uint32_t... yes
    checking for sys/types.h... (cached) yes
    checking for inttypes.h... (cached) yes
    checking for stdint.h... (cached) yes
    checking for string.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for strtoll... yes
    checking for atoll... yes
    checking for strftime... (cached) yes
    checking which regex library to use... php
    checking whether to enable LIBXML support... yes
    checking libxml2 install dir... no
    checking for xml2-config path...
    configure: error: xml2-config not found. Please check your libxml2 installation.
    make: *** No targets specified and no makefile found.  Stop.
    
    real    0m0.002s
    user    0m0.002s
    sys     0m0.000s
    make: *** No rule to make target `install'.  Stop.
    
    real    0m0.004s
    user    0m0.001s
    sys     0m0.000s
    
    strip PHP binary...
    ls: cannot access /usr/local/bin/php: No such file or directory
    ls: cannot access /usr/local/bin/php-cgi: No such file or directory
    strip: '/usr/local/bin/php': No such file
    strip: '/usr/local/bin/php-cgi': No such file
    ls: cannot access /usr/local/bin/php: No such file or directory
    ls: cannot access /usr/local/bin/php-cgi: No such file or directory
    
    ----------------------------------------------------------------------------------
    PHP was not installed properly
    ----------------------------------------------------------------------------------
     
  16. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    5:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  17. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    OK. I am installing on AWS now.

    One-liner failed..... Logs to follow later....

    I will let you know how method one works when it finishes...

    -John
     
  18. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    Are you ready for me to try again with Ramnode?

    -John
     
  19. eva2000

    eva2000 Administrator Staff Member

    55,237
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    5:37 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yes please do.. fingers crossed :)
     
  20. jscott

    jscott Member

    104
    14
    18
    Aug 13, 2015
    Ratings:
    +33
    Local Time:
    3:37 AM
    AWS install did not work....

    It looks like it ran out of free space on /var/cache ....

    WHAT!!! That drive was 8Gig....

    here is the log file...

    Code:
    https://gist.github.com/36417d78393fe1fd80f3.git