Join the community today
Register Now

Beta Branch devtoolset-3 switch to devtoolset-4 in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Nov 4, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    4:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  2. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    4:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    persistent config file /etc/centminmod/custom_config.inc set with to enable devtoolset-4's GCC 5.2.1 on centos 7 instead of centos 7 default GCC 4.8.5 or devtoolset-3 GCC 4.9.2
    Code (Text):
    CLANG='n'
    NGINX_DEVTOOLSETGCC='y'
    GENERAL_DEVTOOLSETGCC='y'
    

     
  3. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    4:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    with ngx_pagespeed and ngx_brotli modules enabled - 2 modules that require higher GCC versions which can also trigger devtoolset-4 install/usage on CentOS 6 at least

    with persistent config file /etc/centminmod/custom_config.inc set
    Code (Text):
    CLANG='n'
    NGINX_DEVTOOLSETGCC='y'
    GENERAL_DEVTOOLSETGCC='y'
    
    NGXDYNAMIC_BROTLI='y'
    NGINX_LIBBROTLI='y'
    
    NGXDYNAMIC_NGXPAGESPEED='y'
    NGINX_PAGESPEED='y'

     
  4. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    8:18 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    I do not have
    Code:
    GENERAL_DEVTOOLSETGCC='y'
    Just:
    Code:
    NGINX_LIBBROTLI=y # Brotly extension
    NGXDYNAMIC_BROTLI=y # Brotly dynamic module extension
    NGINX_PAGESPEED=n # nginx page speed
    NGXDYNAMIC_NGXPAGESPEED=n # nginx dynamic page speed
    PHP_MEMCACHE=n # memcache PHP extension
    PHP_MEMCACHED=n # memcached PHP extension
    PHP_PGO='y' # PGO Let It Go - Profile Guided Optimizations for PHP 7
    AUDITD_ENABLE='y' # Auditd skripta
    NGINX_DEVTOOLSETGCC='y' # umjesto clang ide gcc kompilacija kod nginx
    CLANG='n' # potrebno za gcc kompilaciju nginx
    RCLONE_ENABLE='y' # Rclone skripta
    
    Is it need it in custom_config.inc set?
     
  5. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    4:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  6. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    8:18 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Already asked by me and answered by you.
    I am not using memcache, so that is not for me.
    Thanks @eva2000 (y)