Want more timely Centmin Mod News Updates?
Become a Member

Nginx Rebuild Latest Nginx error

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by pamamolf, Oct 15, 2016.

  1. pamamolf

    pamamolf Premium Member Premium Member

    4,086
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    10:42 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Hi

    Using latest Centminmod i was enable pagespeed and did some tests and then i try to rebuild latest Nginx without pagespeed and got that at the end:

    Code:
    --with-pcre=../pcre-8.39 --with-pcre-jit --with-http_ssl_module --with-http_spdy_module --with-openssl=../libressl-2.4.3
    ./configure: error: invalid option "--with-pcre-jit"
    
    Fri Oct 14 20:35:42 EEST 2016
    Error: 1, Nginx configure failed
    But Nginx is working.....


    Dedicated server and Centos 6.8 64bit

    I found a few unrelated issues on log file also bellow:

    From logs i can see this:

    Code:
    grep: /svr-setup/nginx-1.1.5/auto/modules: No such file or directory
    I think it should look at nginx-1.11.5 and not at nginx-1.1.5 :)

    Also i found a warning but not have any idea if needs any fix or not to be better :

    Code:
    /svr-setup/libressl-2.4.3/apps/nc/netcat.c:414: warning: the use of `mktemp' is dangerous, better use `mkstemp'
    Also a lot of:

    Code:
    clang: warning: argument unused during compilation
    Log:

    Do you want to run YUM install checks ? [y/n] This will increase your upgr - Pastebin.com
     
    Last edited: Oct 15, 2016
  2. eva2000

    eva2000 Administrator Staff Member

    54,860
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    6:42 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    You typed the wrong nginx version ;)
    Code (Text):
    Install which version of Nginx? (version i.e. type 1.11.5): 1.1.5
     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,086
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    10:42 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    :facepalm:
     
  4. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    9:42 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    :p

    Code:
    Changes with nginx 1.1.5                                         05 Oct 2011
    
        *) Feature: the "uwsgi_buffering" and "scgi_buffering" directives.
           Thanks to Peter Smit.
    
        *) Bugfix: non-cacheable responses might be cached if
           "proxy_cache_bypass" directive was used.
           Thanks to John Ferlito.
    
        *) Bugfix: in HTTP/1.1 support in the ngx_http_proxy_module.
    
        *) Bugfix: cached responses with an empty body were returned
           incorrectly; the bug had appeared in 0.8.31.
    
        *) Bugfix: 201 responses of the ngx_http_dav_module were incorrect; the
           bug had appeared in 0.8.32.
    
        *) Bugfix: in the "return" directive.
    
        *) Bugfix: the "ssl_session_cache builtin" directive caused segmentation
           fault; the bug had appeared in 1.1.1.
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,860
    12,239
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,810
    Local Time:
    6:42 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah version is a tad too old :)