Want more timely Centmin Mod News Updates?
Become a Member

Beta Branch Centmin Mod .08 beta3 + clang compiler ngx_pagespeed psol

Discussion in 'Beta release code' started by rdan, Jun 10, 2015.

  1. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:48 PM
    Mainline
    10.2
    Same error even after:
    rm -rf /svr-setup/*

     
  2. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:48 PM
    Mainline
    10.2
    I think this is where the problem trigger:
    So not a 32 bit problem.
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,388
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    try deleting the old pagespeed files in /svr-setup first
    Code:
    rm -rf /svr-setup/ngx_pagespeed-release*
    rm -rf /svr-setup/release-1.9.32*
    
    Yeah could be older centmin mod used ngx_pagespeed master branch code while latest .08 betas use tagged version branches
     
  4. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:48 PM
    Mainline
    10.2
    Same error Eva :/
     
  5. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:48 PM
    Mainline
    10.2
    On the ramnode VPS, I succeed because I disable ngx_pagespeed on it.
    So this problem is not really solve until now :(

    Can you please try my modified centmin.sh if that matters: gist:c4aeb019302c3c3eea92
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,388
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    hmm i haven't been able to reproduce this nginx pagespeed psol library compile error under clang :( Done dozen of installs and upgrades the past few days.
     
  7. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:48 PM
    Mainline
    10.2
    Why i'm having this both Ramnode 32 bit and OVH 64 bit :(
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,388
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    none of those changes would/should affect nginx psol compilation - the problem is related to how clang compiler is having issues with nginx pagespeed psol library compile for nginx.

    maybe try wiping the nginx 1.9.1 source files too so they get redownloaded as well

    Code:
    rm -rf /svr-setup/ngx_pagespeed-release*
    rm -rf /svr-setup/release-1.9.32*
    rm -rf /svr-setup/nginx-1.9.1*
    then centmin.sh menu option 4 to recompile nginx with ngx_pagespeed enabled NGINX_PAGESPEED=y in centmin.sh
     
  9. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:48 PM
    Mainline
    10.2
    The same error Eva :(
     
  10. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:48 PM
    Mainline
    10.2
    Why Clang works fine with someone not for me :/
     
  11. eva2000

    eva2000 Administrator Staff Member

    54,388
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    found and fixed your problem

    problem was you needed to update to .08 beta03 code fully as some files were not updated ;)

    differences between your copy and latest .08 beta03
    Code:
    cd /usr/local/src
    diff -qr centmin-v1.2.3mod centmin-v1.2.3mod-orig/
    Files centmin-v1.2.3mod/centmin.sh and centmin-v1.2.3mod-orig/centmin.sh differ
    Only in centmin-v1.2.3mod: .git
    Files centmin-v1.2.3mod/inc/ccache.inc and centmin-v1.2.3mod-orig/inc/ccache.inc differ
    Files centmin-v1.2.3mod/inc/motd.inc and centmin-v1.2.3mod-orig/inc/motd.inc differ
    Files centmin-v1.2.3mod/inc/openssl_install.inc and centmin-v1.2.3mod-orig/inc/openssl_install.inc differ
    Files centmin-v1.2.3mod/inc/php_configure.inc and centmin-v1.2.3mod-orig/inc/php_configure.inc differ
    nginx recompiled successfully with ngx_pagespeed and all default .08 beta03 options :)
    Code:
    tail -1 /root/centminlogs/centminmod_1.2.3-eva2000.08_110615-103259_nginx_upgrade.log
    Total Nginx Upgrade Time: 142.101556503 seconds
     
    Last edited: Jun 11, 2015
  12. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    6:48 PM
    Mainline
    10.2
    Thanks a lot for your time digging on it Eva. :)
     
  13. eva2000

    eva2000 Administrator Staff Member

    54,388
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    8:48 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+