Want to subscribe to topics you're interested in?
Become a Member

CentOS 7 Beta Branch update inc/downloadlinks.inc

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 1, 2015.

  1. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    3:55 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  2. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:55 PM
    Code:
    [hostmaster@21311 ~]$ php -v
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/igbinary.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/igbinary.so:[B] cannot open shared object file: No such file or directory in Unknown on line 0[/B]
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/memcached.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
    PHP 5.4.39 (cli) (built: Apr  1 2015 15:11:44)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    [hostmaster@21311 ~]$
    
    
    problem !

    Code:
    [hostmaster@21311 ~]$ sudo nprestart
    [sudo] password for hostmaster:
    nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
    nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
    Stopping nginx:                                            [  OK  ]
    Starting nginx:                                            [  OK  ]
    Gracefully shutting down php-fpm . done
    Starting php-fpm [01-Apr-2015 15:34:24] NOTICE: PHP message: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/igbinary.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/igbinary.so: cannot open shared object file: No such file or directory in Unknown on line 0
    [01-Apr-2015 15:34:24] NOTICE: PHP message: PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/memcached.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
    done
     
  3. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:55 PM
  4. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:55 PM
    Admin!
    Code:
    rm -rf /etc/centminmod/php.d/geoip.ini
    rm -rf /etc/centminmod/php.d/igbinary.ini
    rm -rf /etc/centminmod/php.d/imagick.ini
    rm -rf /etc/centminmod/php.d/memcache.ini
    rm -rf /etc/centminmod/php.d/memcached.ini
    This will correct the problem with the warning?
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    3:55 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    can you check the install log to see what the problem was How to troubleshoot Centmin Mod initial install issues | Centmin Mod Community for igbinary and memcached downloads and install
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    3:55 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    run centmin.sh menu option 10 to reinstall memcached and igbinary
     
  7. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:55 PM
    i made :
    the following result:
    Code:
    [hostmaster@21311 ~]$ php -v
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/igbinary.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/igbinary.so: cannot open shared object file: No such file or directory in Unknown on line 0
    PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/memcached.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/memcached.so: cannot open shared object file: No such file or directory in Unknown on line 0
    PHP 5.6.7 (cli) (built: Apr  1 2015 15:59:22)
    Copyright (c) 1997-2015 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
    [hostmaster@21311 ~]$
    Watch folder:
    Code:
    [hostmaster@21311 no-debug-non-zts-20131226]$ sudo ls -lah
    итого 2,5M
    drwxr-xr-x 2 root root 4,0K Апр  1 21:17 .
    drwxr-xr-x 4 root root 4,0K Апр  1 16:00 ..
    -rwxr-xr-x 1 root root  54K Апр  1 16:02 geoip.so
    -rwxr-xr-x 1 root root 837K Апр  1 16:01 imagick.so
    -rwxr-xr-x 1 root root 382K Апр  1 21:17 memcache.so
    -rwxr-xr-x 1 root root 731K Апр  1 16:00 opcache.a
    -rwxr-xr-x 1 root root 509K Апр  1 16:00 opcache.so
    [hostmaster@21311 no-debug-non-zts-20131226]$
    
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    3:55 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  9. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:55 PM
    08 beta02 code first. Clean install of Centos 6.6.
    -----------
    My VPS provider offers only 7.1 CentOS. This centmin does not support:)
     
  10. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    3:55 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes CentOS 7.1 has not be tested yet so won't work with Centmin Mod .07 but will eventually for .08 beta 02 - maybe by end of today CentOS 7.x - CentOS 7.1 (1503) Released | Centmin Mod Community :)
     
    Last edited: Apr 2, 2015
  11. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:55 PM
    Now a new error after the last commit in git hub.
    Code:
    Error: csf.tgz download failed.
    check Centmin Mod log for details at /root/centminlogs/
    Aborting script...
    Clean install on centos 6.6 x32.
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    3:55 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah still a few typos and changes I missed :eek:
     
  13. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:55 PM
    a) Please, when you can install:)
    b) Please tell me when it will be possible to install

    p.s. Sorry for my English
     
  14. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    3:55 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Good idea to watch .08 beta 02 branch commit change log at Commits · centminmod/centminmod · GitHub I think last few commits fixed it
     
  15. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:55 PM
    Code:
    Download php-5.4.39.tar.gz ...
    2015-04-02 00:14:27 URL:http://php.net/distributions/php-5.4.39.tar.gz [15310419/15310419] -> "php-.tar.gz" [1]
    Download done.
    tar (child): php-5.4.39.tar.gz: Функция open завершилась с ошибкой: Нет такого файла или каталога / Translation: Open function failed with the error: no such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    Error: php-5.4.39.tar.gz extraction failed.
    check Centmin Mod log for details at /root/centminlogs/
    Aborting script...
    
    centos 7.1 x64 :eek:
     
    Last edited: Apr 2, 2015
  16. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    3:55 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah one more fix fix PHP install on .08 beta 02 · centminmod/centminmod@046670b · GitHub .. hehe :happy:

    edit: actually spotted another fix needed.. maybe best to wait 24hrs before trying heh
     
  17. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:55 PM
    Noticed a feature when you install centmin:
    If you run the command
    Code:
    $ yum update
    the following error message:
    This is a conclusion based on your vps server. Maybe this will help those, who encountered such a problem
     
    Last edited: Apr 3, 2015
  18. eva2000

    eva2000 Administrator Staff Member

    54,107
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,738
    Local Time:
    3:55 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    download latest update of .08 beta 02 branch to replace server's copy and re-run centmin.sh menu option 10

    should work, tested it myself