Want more timely Centmin Mod News Updates?
Become a Member

Nginx Error 2 when upgrading ngnx

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by JarylW, May 2, 2016.

  1. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    4:23 PM
    upgrading to 1.9.15 from 1.9.9 on centmin .09

    Code:
    make[2]: Entering directory `/svr-setup/libressl-2.2.5'
    make[2]: *** No rule to make target `install_sw'.  Stop.
    make[2]: Leaving directory `/svr-setup/libressl-2.2.5'
    make[1]: *** [../libressl-2.2.5/.openssl/include/openssl/ssl.h] Error 2
    make[1]: Leaving directory `/svr-setup/nginx-1.9.15'
    make: *** [install] Error 2
    
    real    1m26.780s
    user    0m35.057s
    sys     0m38.307s
    
    Mon May  2 07:11:48 SGT 2016
    Success: Nginx was installed properly
    


     
  2. eva2000

    eva2000 Administrator Staff Member

    55,811
    12,273
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,859
    Local Time:
    6:23 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Your 123.09beta01 needs updating - it uses libressl 2.3.3 now ;)

    Upgrading Centmin Mod Code to Latest Version



    Getting Started Guide step 19 outlines also how to keep Centmin Mod code updated or how to switch version branches.

    Centmin Mod LEMP stack's script code is constantly updated for improvements, bug fixes and security fixes so keeping the Centmin Mod code up to date is important. With Centmin Mod 1.2.3-eva2000.08) (123.08stable) and higher releases, a newly added centmin.sh menu option 23 allows much easier code updates and version branch swicthing via Git backed environment you can setup. For full details read the following links:
    Upgrading Centmin Mod involves 2 parts.
    1. Upgrading the actual Centmin Mod code outlined at Upgrade Centmin Mod. This is heart of Centmin Mod where the code is the engine that runs centmin.sh shell based menu and all the automation you're accustomed to. You can easily update within a Centmin Mod version branch or switch version branches via centmin.sh menu option 23 outlined here.
    2. Upgrade software that Centmin Mod installed or manages. For this part following outline at How to upgrade Centmin Mod software installed on your server.
    So essentially, you can upgrade from .07 to .08 in place, but not everything is upgraded as some things like server initial environment setup isn't changed i.e. how swap, tmp setup and allocation are created etc. The main parts from part 2 above are what in place upgrades do i.e. Nginx and PHP-FPM compilation and config/settings parameters and MariaDB version from 5.5 to 10.0.x. If you want the full environment changed including tmp and swap setup to .08's configuration, then you would need a fresh OS install and fresh .08 initial install. You can think of it like upgrading Windows 7 to Windows 8. An in place upgrade will upgrade code but won't change your computer environment from when you installed Windows 7 i.e. disk configuration and partition sizes won't change from when you initially installed Windows 7. Only way to change that would be fresh Windows 8 install.