Join the community today
Become a Member

Nginx Nginx 1.11.6 Released

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Nov 16, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:50 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    yup.. the official fix is actually same as the patch i made, so one in the same :)

     
  2. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    5:50 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Nice...
     
  3. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    6:50 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    So are all incompatibilities fixed for it and we can go ahead and install it? :)
     
  4. jackton

    jackton New Member

    13
    0
    1
    Sep 24, 2014
    Ratings:
    +1
    Local Time:
    1:50 PM
    1.6.2
    10.0.13
    Code:
    make[5]: Leaving directory `/svr-setup/libressl-2.4.4/man'                                                                                                                           
    make[4]: Leaving directory `/svr-setup/libressl-2.4.4/man'                                                                                                                           
    make[3]: Leaving directory `/svr-setup/libressl-2.4.4/man'                                                                                                                           
    make[3]: Entering directory `/svr-setup/libressl-2.4.4'                                                                                                                             
    make[4]: Entering directory `/svr-setup/libressl-2.4.4'                                                                                                                             
    make[4]: Nothing to be done for `install-exec-am'.                                                                                                                                   
     /bin/mkdir -p '/svr-setup/nginx-1.11.6/../libressl-2.4.4/.openssl/lib/pkgconfig'                                                                                                   
     /bin/install -c -m 644 libcrypto.pc libssl.pc libtls.pc openssl.pc '/svr-setup/nginx-1.11.6/../libressl-2.4.4/.openssl/lib/pkgconfig'                                               
    make[4]: Leaving directory `/svr-setup/libressl-2.4.4'                                                                                                                               
    make[3]: Leaving directory `/svr-setup/libressl-2.4.4'                                                                                                                               
    make[2]: Leaving directory `/svr-setup/libressl-2.4.4'                                                                                                                               
    make[1]: Leaving directory `/svr-setup/nginx-1.11.6'                                                                                                                                 
    make: *** [build] Error 2                                                                                                                                                           
                                                                                                                                                                                        
    real    0m23.636s                                                                                                                                                                   
    user    0m29.652s                                                                                                                                                                   
    sys     0m22.793s                                                                                                                                                                   
                                                                                                                                                                                        
    strip nginx binary...                                                                                                                                                               
    ls: cannot access objs/nginx: No such file or directory                                                                                                                             
    strip: 'objs/nginx': No such file                                                                                                                                                   
    ls: cannot access objs/nginx: No such file or directory                                                                                                                             
                                                                                                                                                                                        
                                                                                                                                                                                        
    Thu Nov 17 15:37:12 CST 2016                                                                                                                                                         
    Error: 2, Nginx make failed                                                                                                                                                         
                                                                                                                                                                                        
    report errors on the forums at community.centminmod.com/forums/8/                                                                                                                   
    Total Nginx Upgrade Time: 1272.994825258 seconds  
     
  5. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:50 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    @jackton need the full log

    To troubleshoot, you need to check the the nginx upgrade log at /root/centminlogs and instructions under Sharing logs and errors heading for using Pastebin.com or Gists to share a sanitised version of the contents of the nginx_upgrade.log log. You can see full details at How to troubleshoot Centmin Mod initial install issues

    also what's output of
    Code (Text):
    nginx -t

    when you run centmin.sh menu option 4 there's a nginx upgrade log timestamped at /root/centminlogs

    if you type this command it lists all logs in date ascending order so latest log at bottom
    Code (Text):
    ls -lArt /root/centminlogs

    so copy the entire contents of latest nginx_upgrade log to gist.github.com or pastebin.com

    you can use grep to filter the logs, i.e. look for nginx_upgrade in log name
    Code (Text):
    ls -lahrt /root/centminlogs/ | grep nginx_upgrade
    -rw-r--r--  1 root root 3.2M Oct 11 15:55 centminmod_1.2.3-eva2000.09.001_111016-155345_nginx_upgrade.log
    -rw-r--r--  1 root root 672K Oct 11 22:06 centminmod_1.2.3-eva2000.09.001_111016-220515_nginx_upgrade.log

    So the last nginx upgrade log was named centminmod_1.2.3-eva2000.09.001_111016-220515_nginx_upgrade.log and located at /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-220515_nginx_upgrade.log
    then use cat command to output the contents of that log

    clear your ssh window buffer/screen and type
    Code (Text):
    cat /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-220515_nginx_upgrade.log

    then select and copy and paste output to pastebin.com or gist.github.com file to share

    so only need content of one specific log, in this case most recent nginx_upgrade.log log

    yes
     
  6. jackton

    jackton New Member

    13
    0
    1
    Sep 24, 2014
    Ratings:
    +1
    Local Time:
    1:50 PM
    1.6.2
    10.0.13
    @eva2000

    Code:
    nginx -t                                                                                                                                            
    nginx: [emerg] dlopen() "/usr/local/nginx/modules/ngx_http_brotli_filter_module.so" failed (/usr/local/nginx/modules/ngx_http_brotli_filter_module.so: undefined symbol: _ZN6brotli16
    BrotliCompressorD1Ev) in /usr/local/nginx/conf/dynamic-modules.conf:4                                                                                                              
    nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed    

    nginx up ยท GitHub
     
  7. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:50 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
  8. eva2000

    eva2000 Administrator Staff Member

    58,905
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:50 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    @jackton there's another error in your nginx log for failed extraction of pcre 8.39 tarball
    Code (Text):
    [1;33;40mDownload pcre-8.39.tar.gz ...
    (B[m[1;32;40mpcre-8.39.tar.gz Archive found, skipping download...
    (B[m
    gzip: stdin: unexpected end of file
    tar: Unexpected EOF in archive
    tar: Unexpected EOF in archive
    tar: Error is not recoverable: exiting now
    [1;32;40mError: pcre-8.39.tar.gz extraction failed.
    (B[mcheck Centmin Mod log for details at /root/centminlogs/
    Aborting script...
    

    could be related
    try removing it in /svr-setup so next centmin.sh menu option 4 run redownloads it
    Code (Text):
    cd /svr-setup
    rm -rf /svr-setup/pcre-8.39*