Want more timely Centmin Mod News Updates?
Become a Member

Beta Branch update addons/nodejs.sh at NODEJS_SOURCEINSTALL=n variable

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jan 23, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,858
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    12:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update addons/nodejs.sh at NODEJS_SOURCEINSTALL=n variable

    CentOS 6.x source compile of node.js 4.x branch fails even if devtoolset-3 GCC and GCC Toolchain is set. For now added a variable NODEJS_SOURCEINSTALL=n to disable source compile for node.js on CentOS 6.x and just exit addons/nodejs.sh until can find a solution.

    Code:
    addons/nodejs.sh install
    
    CentOS 6.x detected...
    addons/nodejs.sh nodesource YUM install currently only works on CentOS 7.x systems
    compiling node.js from source instead
    this may take a while due to devtoolset-3 & source compilation
    
    Do you want to continue with node.js source install ? [y/n]: y
    
    
    NODEJS_SOURCEINSTALL=n is set
    exiting...
    Continue reading...


    123.09beta01 branch