Discover Centmin Mod today
Register Now

Nginx nginx upgrade error with flv/mp4 module enabled

Discussion in 'Install & Upgrades or Pre-Install Questions' started by alan, Dec 23, 2016.

  1. alan

    alan New Member

    20
    4
    3
    Dec 16, 2016
    Ratings:
    +5
    Local Time:
    12:49 PM
    pls refer to attached upgrade log
    Thanks in advance

     

    Attached Files:

    Last edited: Dec 23, 2016
  2. eva2000

    eva2000 Administrator Staff Member

    54,934
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    2:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    how did you enable those modules ? it seems the download url for them was broken as the version number was missing in download url for unrelated ngx_cache_purge module

    Code (Text):
    Initializing download: http://labs.frickle.com/files/ngx_cache_purge-.tar.gz
    HTTP/1.1 404 Not Found
    tar (child): ngx_cache_purge-.tar.gz: Cannot open: No such file or directory
    tar (child): Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error is not recoverable: exiting now
    [1;32;40mNginx-accesskey 2.0.3 Archive found, skipping download...
    (B[mnginx-accesskey-2.0.3/
    nginx-accesskey-2.0.3/config
    nginx-accesskey-2.0.3/ngx_http_accesskey_module.c
    grep: /svr-setup/nginx-1.11.7/auto/modules: No such file or directory
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,934
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    2:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  4. alan

    alan New Member

    20
    4
    3
    Dec 16, 2016
    Ratings:
    +5
    Local Time:
    12:49 PM
    it's fresh install.
    I enabled the 2 modules by editing centmin.sh
    • NGINX_FLV=y.
    • NGINX_MP4=y.
     
    Last edited: Dec 23, 2016
  5. eva2000

    eva2000 Administrator Staff Member

    54,934
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    2:49 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update 123.09beta01 and use persistent config file set to /etc/centminmod/custom_config.inc set to below to enable
    Code (Text):
    NGINX_FLV=y
    NGINX_MP4=y

    then run centmin.sh menu option 4
     
  6. alan

    alan New Member

    20
    4
    3
    Dec 16, 2016
    Ratings:
    +5
    Local Time:
    12:49 PM
    problem solved.
    Thanks alot