Welcome to Centmin Mod Community
Become a Member

Logs from beta install

Discussion in 'Beta release code' started by cloud9, Dec 31, 2021.

  1. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 7 64bit
    • Centmin Mod Version Installed: 123.09beta01
    • Nginx Version Installed: 1.21.5
    • PHP Version Installed: 8.1.1
    • MariaDB MySQL Version Installed: i.e. 10.0.x or 10.1.xx or 10.2.xx
    • When was last time updated Centmin Mod code base ? : beta today
    • Persistent Config:
      Code (Text):
      LETSENCRYPT_DETECT='y'
      
      CUSTOM_CURLRPM=y
      
      SSL_PROTOCOL_MODERN='y'
      
      

    Nginx 1.21.5+ PCRE2 Beta Testing

    Code:
    Run
    
    ls -lAh /root/centminlogs/$(ls -rt /root/centminlogs/ | grep nginx_pcre_checks | tail -1)
    
    Output
    
    nginx -V
    nginx version: nginx/1.21.5 (311221-133040-centos7-kvm-6a85c75)
    built by gcc 10.2.1 20210130 (Red Hat 10.2.1-11) (GCC)
    built with OpenSSL 1.1.1m  14 Dec 2021
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-Wl,-E -L/usr/local/zlib-cf/lib -L/usr/local/nginx-dep/lib -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/zli$
    
    nginx -t
    nginx: [warn] duplicate value "TLSv1.2" in /usr/local/nginx/conf/conf.d/MYDOMAIN.com.ssl.conf:42
    nginx: [warn] duplicate value "TLSv1.3" in /usr/local/nginx/conf/conf.d/MYDOMAIN.com.ssl.conf:42
    nginx: [warn] conflicting server name "MYDOMAIN.com" on 0.0.0.0:80, ignored
    nginx: [warn] conflicting server name "www.MYDOMAIN.com" on 0.0.0.0:80, ignored
    nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
    nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
    
    ldd /usr/local/sbin/nginx
            linux-vdso.so.1 =>  (0x00007ffd5e1de000)
            libjemalloc.so.1 => /lib64/libjemalloc.so.1 (0x00007f5289fed000)
            libdl.so.2 => /lib64/libdl.so.2 (0x00007f5289de9000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5289bcd000)
            libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f5289996000)
            libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x00007f5289727000)
            libGeoIP.so.1 => /lib64/libGeoIP.so.1 (0x00007f52894f5000)
            libatomic_ops.so.1 => /usr/local/nginx-dep/lib/libatomic_ops.so.1 (0x00007f52892f3000)
            libc.so.6 => /lib64/libc.so.6 (0x00007f5288f25000)
            /lib64/ld-linux-x86-64.so.2 (0x00007f528a221000)
            libfreebl3.so => /lib64/libfreebl3.so (0x00007f5288d22000)
    
    PKG_CONFIG_PATH='/usr/local/nginx-dep/lib/pkgconfig/' pkg-config --modversion libpcre
    8.45
    PKG_CONFIG_PATH='/usr/local/nginx-dep/lib/pkgconfig/' pkg-config --modversion atomic_ops
    7.6.12
    
    
    Commands
    
    [13:37][root@server.MYDOMAIN.com lib]# PKG_CONFIG_PATH='/usr/local/nginx-dep/lib/pkgconfig/' pkg-config --modversion libpcre
    8.45
    [13:38][root@server.MYDOMAIN.com lib]# PKG_CONFIG_PATH='/usr/local/nginx-dep/lib/pkgconfig/' pkg-config --modversion atomic_ops
    7.6.12
    [13:38][root@server.MYDOMAIN.com lib]#
    


     
  2. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Thanks will try again, maybe thats why IPS wouldn't load after the beta upgrade
     
  4. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Ok installed the beta code again and then added drop box - as per your instructions - dont seem to be getting your DB output at the end though and have an error now

    Code:
    ./configure: error: the HTTP rewrite module requires the PCRE library.
    You can either disable the module by using --without-http_rewrite_module
    option, or install the PCRE library into the system, or build the PCRE library
    statically from the source with nginx by using --with-pcre=<path> option.
    
    
    Sat Jan  1 08:42:36 UTC 2022
    Success: Nginx configure ok
    
                _   _         _                __  __         _         
               | \ | |  __ _ (_) _ __  __  __ |  \/  |  __ _ | | __ ___
               |  \| | / _` || || '_ \ \ \/ / | |\/| | / _` || |/ // _ \
               | |\  || (_| || || | | | >  <  | |  | || (_| ||   <|  __/
               |_| \_| \__, ||_||_| |_|/_/\_\ |_|  |_| \__,_||_|\_\\___|
                       |___/                                           
    make: *** No rule to make target `build', needed by `default'.  Stop.
    
    real    0m0.002s
    user    0m0.002s
    sys    0m0.001s
    
    Sat Jan  1 08:42:36 UTC 2022
    Error: 2, Nginx make failed
    
    report errors on the forums at community.centminmod.com/forums/8/
    with info asked at community.centminmod.com/threads/17778/
    
                  total        used        free      shared  buff/cache   available
    Mem:           3789         890         340         159        2558        2461
    Swap:          1023           1        1022
    
    Filesystem     Type      Size  Used Avail Use% Mounted on
    devtmpfs       devtmpfs  1.9G     0  1.9G   0% /dev
    tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
    tmpfs          tmpfs     1.9G  161M  1.7G   9% /run
    tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
    /dev/vda1      ext4       76G   10G   62G  14% /
    /dev/loop0     ext4      5.8G   25M  5.5G   1% /tmp
    tmpfs          tmpfs     379M     0  379M   0% /run/user/0
    
    CPU: Intel Xeon Processor (Cascadelake) (2)
    
    version increment history
    123.09beta01.b782 #Fri Dec 31 19:00:16 UTC 2021
    123.09beta01.b782 #Fri Dec 31 19:00:58 UTC 2021
    123.09beta01.b782 #Sat Jan  1 08:29:20 UTC 2022
    123.09beta01.b782 #Sat Jan  1 08:31:14 UTC 2022
    123.09beta01.b782 #Sat Jan  1 08:41:44 UTC 2022
    
    last Centmin Mod local git commit entry
    /usr/local/src/centminmod /svr-setup/nginx-1.21.5 /usr/local/src/centminmod
    
    6a85c75 George Liu Thu, 30 Dec 2021 11:59:56 +1000
    part 2 prep for pcre2 Nginx support in 123.09beta01
    
    1    1    centmin-cli.sh
    1    1    centmin.sh
    2    2    inc/nginx_configure.inc
    18    0    inc/pcre.inc
     4 files changed, 22 insertions(+), 4 deletions(-)
    /svr-setup/nginx-1.21.5 /usr/local/src/centminmod
    
    log files saved at /root/centminlogs
    -rw-r--r-- 1 root root 1.4K Jan  1 08:41 inc-custom-config-settings_010122-084139.log
    -rw-r--r-- 1 root root   99 Jan  1 08:41 etc-centminmod-custom-config-settings_010122-084139.log
    -rw-r--r-- 1 root root    0 Jan  1 08:41 patch_opensslpatches_010122-084139.log
    -rw-r--r-- 1 root root   44 Jan  1 08:42 centminmod_opensslinstalltime_010122-084139.log
    -rw-r--r-- 1 root root  166 Jan  1 08:42 patch_patchnginx_010122-084139.log
    -rw-r--r-- 1 root root 7.7K Jan  1 08:42 nginx-configure-010122-084139.log
    -rw-r--r-- 1 root root 868K Jan  1 08:42 centminmod_123.09beta01.b782_010122-084139_nginx_upgrade.log
    Total Nginx Upgrade Time: 49.525624209 seconds
    cmupdate didnt do anything the first time round, doing cmupdate now I get this

    Code:
    cmupdate
    Saved working directory and index state WIP on 123.09beta01: 6a85c75 part 2 prep for pcre2 Nginx support in 123.09beta01
    HEAD is now at 6a85c75 part 2 prep for pcre2 Nginx support in 123.09beta01
    Already up-to-date.
    
    So going to run the beta code installer again
     
  5. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Still not getting dropbox output

    Code:
    ./configure: error: the HTTP rewrite module requires the PCRE library.
    You can either disable the module by using --without-http_rewrite_module
    option, or install the PCRE library into the system, or build the PCRE library
    statically from the source with nginx by using --with-pcre=<path> option.
    
    
    Sat Jan  1 08:49:45 UTC 2022
    Success: Nginx configure ok
    
                _   _         _                __  __         _         
               | \ | |  __ _ (_) _ __  __  __ |  \/  |  __ _ | | __ ___
               |  \| | / _` || || '_ \ \ \/ / | |\/| | / _` || |/ // _ \
               | |\  || (_| || || | | | >  <  | |  | || (_| ||   <|  __/
               |_| \_| \__, ||_||_| |_|/_/\_\ |_|  |_| \__,_||_|\_\\___|
                       |___/                                           
    make: *** No rule to make target `build', needed by `default'.  Stop.
    
    real    0m0.002s
    user    0m0.001s
    sys    0m0.002s
    
    Sat Jan  1 08:49:45 UTC 2022
    Error: 2, Nginx make failed
    
    report errors on the forums at community.centminmod.com/forums/8/
    with info asked at community.centminmod.com/threads/17778/
    
                  total        used        free      shared  buff/cache   available
    Mem:           3789         889         403         158        2496        2462
    Swap:          1023           2        1021
    
    Filesystem     Type      Size  Used Avail Use% Mounted on
    devtmpfs       devtmpfs  1.9G     0  1.9G   0% /dev
    tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
    tmpfs          tmpfs     1.9G  161M  1.7G   9% /run
    tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
    /dev/vda1      ext4       76G   10G   62G  14% /
    /dev/loop0     ext4      5.8G   25M  5.5G   1% /tmp
    tmpfs          tmpfs     379M     0  379M   0% /run/user/0
    
    CPU: Intel Xeon Processor (Cascadelake) (2)
    
    version increment history
    123.09beta01.b782 #Fri Dec 31 19:00:58 UTC 2021
    123.09beta01.b782 #Sat Jan  1 08:29:20 UTC 2022
    123.09beta01.b782 #Sat Jan  1 08:31:14 UTC 2022
    123.09beta01.b782 #Sat Jan  1 08:41:44 UTC 2022
    123.09beta01.b782 #Sat Jan  1 08:48:55 UTC 2022
    
    last Centmin Mod local git commit entry
    /usr/local/src/centminmod /svr-setup/nginx-1.21.5
    
    6a85c75 George Liu Thu, 30 Dec 2021 11:59:56 +1000
    part 2 prep for pcre2 Nginx support in 123.09beta01
    
    1    1    centmin-cli.sh
    1    1    centmin.sh
    2    2    inc/nginx_configure.inc
    18    0    inc/pcre.inc
     4 files changed, 22 insertions(+), 4 deletions(-)
    /svr-setup/nginx-1.21.5
    
    log files saved at /root/centminlogs
    -rw-r--r-- 1 root root 1.4K Jan  1 08:48 inc-custom-config-settings_010122-084849.log
    -rw-r--r-- 1 root root   99 Jan  1 08:48 etc-centminmod-custom-config-settings_010122-084849.log
    -rw-r--r-- 1 root root    0 Jan  1 08:49 patch_opensslpatches_010122-084849.log
    -rw-r--r-- 1 root root   44 Jan  1 08:49 centminmod_opensslinstalltime_010122-084849.log
    -rw-r--r-- 1 root root  166 Jan  1 08:49 patch_patchnginx_010122-084849.log
    -rw-r--r-- 1 root root 7.7K Jan  1 08:49 nginx-configure-010122-084849.log
    -rw-r--r-- 1 root root 868K Jan  1 08:49 centminmod_123.09beta01.b782_010122-084849_nginx_upgrade.log
    Total Nginx Upgrade Time: 47.552774174 seconds
    
    Output of

    Code:
    ls -lAh /root/centminlogs/$(ls -rt /root/centminlogs/ | grep nginx_pcre_checks | tail -1)
    gives nothing
     
  6. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Dropbox

    Screenshot 2022-01-01 at 08.54.14.png Screenshot 2022-01-01 at 08.54.30.png
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    nginx_pcre_checks logs only generate if nginx compiles successfully, in which your case it didn't.

    Are you double checking that you updated the patch correctly with these commands
    Code (Text):
    # update local Centmin Mod code first
    cmupdate
    cd /usr/local/src/centminmod
    # remove inc/sync.inc file
    rm -f /usr/local/src/centminmod/inc/sync.inc
    # download patch
    wget -4 https://gist.github.com/centminmod/b7366d8b9a509f8d0da1f95914a167a7/raw/pcre2dirs.patch -O /usr/local/src/centminmod/pcre2dirs.patch
    # apply patch
    patch -p1 < pcre2dirs.patch
    # run centmin.sh menu option 4
    ./centmin.sh
    


    and are you doing step 1 or step 2 tests from https://community.centminmod.com/threads/centmin-mod-nginx-1-21-5-pcre2-beta-testing.22326/ ?
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    as to Dropbox do you have these 2 variables set in persistent config file /etc/centminmod/custom_config.inc?
    Code (Text):
    DROPBOX_SEND='y'
    RCLONE_ENABLE='y'
    
     
  9. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Code:
    LETSENCRYPT_DETECT='y'
    CUSTOM_CURLRPM=y
    SSL_PROTOCOL_MODERN='y'
    RCLONE_ENABLE='y'
    DROPBOX_SEND='y'
    And definitely ran the commands in Step 1 above (twice) - And installed Rclone with the key etc

    Screenshot 2022-01-01 at 12.03.45.png

    Will do it again to be sure
     
    Last edited: Jan 1, 2022
  10. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Ok that time it seems ok but with an error - yet dropbox still not working

    Code:
    ./configure: error: the HTTP rewrite module requires the PCRE library.
    You can either disable the module by using --without-http_rewrite_module
    option, or install the PCRE library into the system, or build the PCRE library
    statically from the source with nginx by using --with-pcre=<path> option.
    
    
    Sat Jan  1 12:11:03 UTC 2022
    Success: Nginx configure ok
    
                _   _         _                __  __         _        
               | \ | |  __ _ (_) _ __  __  __ |  \/  |  __ _ | | __ ___
               |  \| | / _` || || '_ \ \ \/ / | |\/| | / _` || |/ // _ \
               | |\  || (_| || || | | | >  <  | |  | || (_| ||   <|  __/
               |_| \_| \__, ||_||_| |_|/_/\_\ |_|  |_| \__,_||_|\_\\___|
                       |___/                                          
    make: *** No rule to make target `build', needed by `default'.  Stop.
    
    real    0m0.002s
    user    0m0.002s
    sys    0m0.001s
    
    Sat Jan  1 12:11:03 UTC 2022
    Error: 2, Nginx make failed
    
    report errors on the forums at community.centminmod.com/forums/8/
    with info asked at community.centminmod.com/threads/17778/
    
                  total        used        free      shared  buff/cache   available
    Mem:           3789         888         447         158        2453        2463
    Swap:          1023           2        1021
    
    Filesystem     Type      Size  Used Avail Use% Mounted on
    devtmpfs       devtmpfs  1.9G     0  1.9G   0% /dev
    tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
    tmpfs          tmpfs     1.9G  161M  1.7G   9% /run
    tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
    /dev/vda1      ext4       76G   10G   62G  14% /
    /dev/loop0     ext4      5.8G   25M  5.5G   1% /tmp
    tmpfs          tmpfs     379M     0  379M   0% /run/user/0
    
    CPU: Intel Xeon Processor (Cascadelake) (2)
    
    version increment history
    123.09beta01.b782 #Sat Jan  1 08:41:44 UTC 2022
    123.09beta01.b782 #Sat Jan  1 08:48:55 UTC 2022
    123.09beta01.b782 #Sat Jan  1 08:53:29 UTC 2022
    123.09beta01.b782 #Sat Jan  1 12:04:53 UTC 2022
    123.09beta01.b782 #Sat Jan  1 12:10:11 UTC 2022
    
    last Centmin Mod local git commit entry
    /usr/local/src/centminmod /svr-setup/nginx-1.21.5
    
    6a85c75 George Liu Thu, 30 Dec 2021 11:59:56 +1000
    part 2 prep for pcre2 Nginx support in 123.09beta01
    
    1    1    centmin-cli.sh
    1    1    centmin.sh
    2    2    inc/nginx_configure.inc
    18    0    inc/pcre.inc
     4 files changed, 22 insertions(+), 4 deletions(-)
    /svr-setup/nginx-1.21.5
    
    log files saved at /root/centminlogs
    -rw-r--r-- 1 root root 1.4K Jan  1 12:10 inc-custom-config-settings_010122-121005.log
    -rw-r--r-- 1 root root   99 Jan  1 12:10 etc-centminmod-custom-config-settings_010122-121005.log
    -rw-r--r-- 1 root root    0 Jan  1 12:10 patch_opensslpatches_010122-121005.log
    -rw-r--r-- 1 root root   44 Jan  1 12:10 centminmod_opensslinstalltime_010122-121005.log
    -rw-r--r-- 1 root root  166 Jan  1 12:10 patch_patchnginx_010122-121005.log
    -rw-r--r-- 1 root root 7.7K Jan  1 12:11 nginx-configure-010122-121005.log
    -rw-r--r-- 1 root root 868K Jan  1 12:11 centminmod_123.09beta01.b782_010122-121005_nginx_upgrade.log
    Total Nginx Upgrade Time: 50.571528452 seconds

    Code:
    nginx -V
    nginx version: nginx/1.21.5 (311221-133040-centos7-kvm-6a85c75)
    built by gcc 10.2.1 20210130 (Red Hat 10.2.1-11) (GCC)
    built with OpenSSL 1.1.1m  14 Dec 2021
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-Wl,-E -L/usr/local/zlib-cf/lib -L/usr/local/nginx-dep/lib -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/zlib-cf/lib:/usr/local/n$
    
    nginx -t
    nginx: [warn] duplicate value "TLSv1.2" in /usr/local/nginx/conf/conf.d/MYDOMAIN.com.ssl.conf:42
    nginx: [warn] duplicate value "TLSv1.3" in /usr/local/nginx/conf/conf.d/MYDOMAIN.com.ssl.conf:42
    nginx: [warn] conflicting server name "MYDOMAIN.com" on 0.0.0.0:80, ignored
    nginx: [warn] conflicting server name "www.MYDOMAIN.com" on 0.0.0.0:80, ignored
    nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
    nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
    
    ldd /usr/local/sbin/nginx
            linux-vdso.so.1 =>  (0x00007ffd5e1de000)
            libjemalloc.so.1 => /lib64/libjemalloc.so.1 (0x00007f5289fed000)
            libdl.so.2 => /lib64/libdl.so.2 (0x00007f5289de9000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5289bcd000)
            libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007f5289996000)
            libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x00007f5289727000)
            libGeoIP.so.1 => /lib64/libGeoIP.so.1 (0x00007f52894f5000)
            libatomic_ops.so.1 => /usr/local/nginx-dep/lib/libatomic_ops.so.1 (0x00007f52892f3000)
            libc.so.6 => /lib64/libc.so.6 (0x00007f5288f25000)
            /lib64/ld-linux-x86-64.so.2 (0x00007f528a221000)
            libfreebl3.so => /lib64/libfreebl3.so (0x00007f5288d22000)
    
    PKG_CONFIG_PATH='/usr/local/nginx-dep/lib/pkgconfig/' pkg-config --modversion libpcre
    8.45
    PKG_CONFIG_PATH='/usr/local/nginx-dep/lib/pkgconfig/' pkg-config --modversion atomic_ops
    7.6.12
    Code:
    (which nginx)
        linux-vdso.so.1 =>  (0x00007fff549dc000)
        libjemalloc.so.1 => /lib64/libjemalloc.so.1 (0x00007fd119ad1000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fd1198cd000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fd1196b1000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fd11947a000)
        libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x00007fd11920b000)
        libGeoIP.so.1 => /lib64/libGeoIP.so.1 (0x00007fd118fd9000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fd118c0b000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fd119d05000)
        libfreebl3.so => /lib64/libfreebl3.so (0x00007fd118a08000)
     
  11. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Dropbox - I used my existing DB account rather than setting up a new one - dont know if thats the issue ?
     
  12. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    seems you're still stuck with old pcre path at /usr/local/lib for some reason

    I've updated pcre2dirs.patch https://community.centminmod.com/th...x-1-21-5-pcre2-beta-testing.22326/#post-91361 today with more diagnostic debug info when Nginx configure stage fails so might highlight where the issue is if you try again with updated patch settings
    Code (Text):
    # update local Centmin Mod code first
    cmupdate
    cd /usr/local/src/centminmod
    # remove inc/sync.inc file
    rm -f /usr/local/src/centminmod/inc/sync.inc
    # download patch
    wget -4 https://gist.github.com/centminmod/b7366d8b9a509f8d0da1f95914a167a7/raw/pcre2dirs.patch -O /usr/local/src/centminmod/pcre2dirs.patch
    # apply patch
    patch -p1 < pcre2dirs.patch
    # run centmin.sh menu option 4
    ./centmin.sh
    

    Or install the new pre2patch script/command via command which will install a shell script at /usr/local/bin/pcre2patch with the above pcre2dirs.patch update commands already added.
    Code (Text):
    wget -4 https://gist.githubusercontent.com/centminmod/b7366d8b9a509f8d0da1f95914a167a7/raw/pcre2patch.sh -O /usr/local/bin/pcre2patch && chmod +x /usr/local/bin/pcre2patch

    So in SSH, running the command = pcre2patch will auto apply the pcre2dirs.patch to your system and auto pull the latest pcre2dirs.patch when the command is ran. Then you can run centmin.sh menu option 4.

    That shouldn't matter. There is though a check that the compressed log files generated need to exist, before they are sent to your Dropbox account. So if the Nginx centmin.sh menu option 4 compile stage errors out before specific logs can be generated and/or compressed, then they won't exist and won't be sent.

    Also, the logs are only sent near the end of the Nginx compile routine. I've updated the pcre2dirs.patch to also send whatever logs you have at errored out exits of Nginx configure and make stages now too so that should help :)
     
  13. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    ok, went back to standard beta - ran step 1

    dropbox appears to be sent but have error still

    Code:
    ./configure: error: the HTTP rewrite module requires the PCRE library.
    You can either disable the module by using --without-http_rewrite_module
    option, or install the PCRE library into the system, or build the PCRE library
    statically from the source with nginx by using --with-pcre=<path> option.
    
    
    Sun Jan  2 10:45:28 UTC 2022
    Success: Nginx configure ok
    
                _   _         _                __  __         _         
               | \ | |  __ _ (_) _ __  __  __ |  \/  |  __ _ | | __ ___
               |  \| | / _` || || '_ \ \ \/ / | |\/| | / _` || |/ // _ \
               | |\  || (_| || || | | | >  <  | |  | || (_| ||   <|  __/
               |_| \_| \__, ||_||_| |_|/_/\_\ |_|  |_| \__,_||_|\_\\___|
                       |___/                                           
    make: *** No rule to make target `build', needed by `default'.  Stop.
    
    real    0m0.002s
    user    0m0.002s
    sys    0m0.001s
    
    Sun Jan  2 10:45:28 UTC 2022
    Error: 2, Nginx make failed
    
    report errors on the forums at community.centminmod.com/forums/8/
    with info asked at community.centminmod.com/threads/17778/
    
                  total        used        free      shared  buff/cache   available
    Mem:           3789         893        1151         173        1743        2452
    Low:           3789        2637        1151
    High:             0           0           0
    Swap:          1023           3        1020
    Total:         4813         896        2172
    
    Filesystem     Type      Size  Used Avail Use% Mounted on
    devtmpfs       devtmpfs  1.9G     0  1.9G   0% /dev
    tmpfs          tmpfs     1.9G     0  1.9G   0% /dev/shm
    tmpfs          tmpfs     1.9G  177M  1.7G  10% /run
    tmpfs          tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
    /dev/vda1      ext4       76G  8.1G   63G  12% /
    /dev/loop0     ext4      5.8G   25M  5.5G   1% /tmp
    tmpfs          tmpfs     379M     0  379M   0% /run/user/0
    
    CPU: Intel Xeon Processor (Cascadelake) (2)
    
    PCRE/PCRE2 Settings
    NGINX_PCRE=y
    NGINX_PCRE_TWO=n
    DROPBOX_SEND=y
    RCLONE_ENABLE=y
    ORESTY_LUANGINX=n
    NGINX_MODSECURITY=n
    NGX_LDMOLD=n
    NGXEXTRA_LDGOLDCCOPT= -flto=2 -fuse-ld=gold
    
    ls -lAhrt /usr/local/lib | egrep 'libpcre.so|libpcre2-8.so'
    -rwxr-xr-x  1 root root 1.5M Dec 24 12:24 libpcre.so.1.2.13
    lrwxrwxrwx  1 root root   17 Dec 24 12:24 libpcre.so.1 -> libpcre.so.1.2.13
    lrwxrwxrwx  1 root root   17 Dec 24 12:24 libpcre.so -> libpcre.so.1.2.13
    
    ls -lAhrt /usr/local/nginx-dep/lib | egrep 'libpcre.so|libpcre2-8.so'
    lrwxrwxrwx 1 root root   17 Dec 31 13:30 libpcre.so.1 -> libpcre.so.1.2.13
    lrwxrwxrwx 1 root root   17 Dec 31 13:30 libpcre.so -> libpcre.so.1.2.13
    -rwxr-xr-x 1 root root    0 Dec 31 13:36 libpcre.so.1.2.13
    
    pcre install log: /root/centminlogs/centminmod_123.09beta01.b782_020122-104456_pcre-nginx_install.log
    ls: cannot access /root/centminlogs/centminmod_123.09beta01.b782_020122-104456_pcre-nginx_install.log: No such file or directory
    
    
    version increment history
    123.09beta01.b782 #Sat Jan  1 12:04:53 UTC 2022
    123.09beta01.b782 #Sat Jan  1 12:10:11 UTC 2022
    123.09beta01.b782 #Sat Jan  1 13:50:18 UTC 2022
    123.09beta01.b782 #Sun Jan  2 10:41:31 UTC 2022
    123.09beta01.b782 #Sun Jan  2 10:45:01 UTC 2022
    
    last Centmin Mod local git commit entry
    /usr/local/src/centminmod /svr-setup/nginx-1.21.5
    
    6a85c75 George Liu Thu, 30 Dec 2021 11:59:56 +1000
    part 2 prep for pcre2 Nginx support in 123.09beta01
    
    1    1    centmin-cli.sh
    1    1    centmin.sh
    2    2    inc/nginx_configure.inc
    18    0    inc/pcre.inc
     4 files changed, 22 insertions(+), 4 deletions(-)
    /svr-setup/nginx-1.21.5
    
    log files saved at /root/centminlogs
    -rw-r--r-- 1 root root 1.4K Jan  2 10:45 inc-custom-config-settings_020122-104456.log
    -rw-r--r-- 1 root root   99 Jan  2 10:45 etc-centminmod-custom-config-settings_020122-104456.log
    -rw-r--r-- 1 root root   76 Jan  2 10:45 centminmod_opensslinstall_skipped_020122-104456.log
    -rw-r--r-- 1 root root  166 Jan  2 10:45 patch_patchnginx_020122-104456.log
    -rw-r--r-- 1 root root 7.7K Jan  2 10:45 nginx-configure-020122-104456.log
    -rw-r--r-- 1 root root  64K Jan  2 10:45 centminmod_123.09beta01.b782_020122-104456_nginx_upgrade.log
    
    dropbox_generate 020122-104456
    
    Send Nginx Upgrade Logs To Dropbox Account
    
    /usr/sbin/rclone copy pcre2log-020122-104456.log.gz dropbox1:
    
    
    Total Nginx Upgrade Time: 31.375819940 seconds
     
  14. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Not sure how to share the log with you though - email ?
     

    Attached Files:

  15. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just private message me the Dropbox link should suffice
     
  16. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Strange indeed, I'm doing PCRE2 Nginx beta testing on 5 different servers and not one has your error right now.

    Your Dropbox log shows the issue though as it can't find the libcpre library from what the diagnostic info shows
    Code (Text):
    ./configure --with-ld-opt="-Wl,-E -L/usr/local/zlib-cf/lib -L/usr/local/nginx-dep/lib -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/zlib-cf/lib:/usr/local/nginx-dep/lib -flto=2 -fuse-ld=gold" --with-cc-opt="-I/usr/local/zlib-cf/include -I/usr/local/nginx-dep/include -m64 -march=native -DTCP_FASTOPEN=23 -g -O3 -fstack-protector-strong -flto=2 -fuse-ld=gold --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wno-pointer-sign  -Wimplicit-fallthrough=0 -Wno-missing-profile -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-unused-result -fcode-hoisting -Wno-cast-function-type -Wno-format-extra-args -Wno-vla-parameter -Wp,-D_FORTIFY_SOURCE=2" --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --build=020122-104519-centos7-kvm-6a85c75 --with-compat --without-pcre2 --with-http_stub_status_module --with-http_secure_link_module --with-libatomic --with-http_gzip_static_module --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.2 --add-module=../ngx_cache_purge-2.5.1 --add-dynamic-module=../ngx_devel_kit-0.3.0 --add-dynamic-module=../set-misc-nginx-module-0.32 --add-dynamic-module=../echo-nginx-module-0.62 --add-module=../redis2-nginx-module-0.15 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.19 --add-module=../srcache-nginx-module-0.32 --add-dynamic-module=../headers-more-nginx-module-0.33 --with-pcre-jit --with-zlib=../zlib-cloudflare-1.3.0 --with-http_ssl_module --with-http_v2_module --with-openssl=../openssl-1.1.1m --with-openssl-opt="enable-ec_nistp_64_gcc_128 enable-tls1_3 -fuse-ld=gold"
    checking for OS
     + Linux 3.10.0-1160.49.1.el7.x86_64 x86_64
    checking for C compiler ... found
     + using GNU C compiler
     + gcc version: 10.2.1 20210130 (Red Hat 10.2.1-11) (GCC)
    checking for gcc -pipe switch ... found
    checking for --with-ld-opt="-Wl,-E -L/usr/local/zlib-cf/lib -L/usr/local/nginx-dep/lib -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/zlib-cf/lib:/usr/local/nginx-dep/lib -flto=2 -fuse-ld=gold" ... found
    checking for -Wl,-E switch ... found
    checking for gcc builtin atomic operations ... found
    checking for C99 variadic macros ... found
    checking for gcc variadic macros ... found
    checking for gcc builtin 64 bit byteswap ... found
    checking for unistd.h ... found
    checking for inttypes.h ... found
    checking for limits.h ... found
    checking for sys/filio.h ... not found
    checking for sys/param.h ... found
    checking for sys/mount.h ... found
    checking for sys/statvfs.h ... found
    checking for crypt.h ... found
    checking for Linux specific features
    checking for epoll ... found
    checking for EPOLLRDHUP ... found
    checking for EPOLLEXCLUSIVE ... not found
    checking for eventfd() ... found
    checking for O_PATH ... found
    checking for sendfile() ... found
    checking for sendfile64() ... found
    checking for sys/prctl.h ... found
    checking for prctl(PR_SET_DUMPABLE) ... found
    checking for prctl(PR_SET_KEEPCAPS) ... found
    checking for capabilities ... found
    checking for crypt_r() ... found
    checking for sys/vfs.h ... found
    checking for nobody group ... found
    checking for poll() ... found
    checking for /dev/poll ... not found
    checking for kqueue ... not found
    checking for crypt() ... not found
    checking for crypt() in libcrypt ... found
    checking for F_READAHEAD ... not found
    checking for posix_fadvise() ... found
    checking for O_DIRECT ... found
    checking for F_NOCACHE ... not found
    checking for directio() ... not found
    checking for statfs() ... found
    checking for statvfs() ... found
    checking for dlopen() ... not found
    checking for dlopen() in libdl ... found
    checking for sched_yield() ... found
    checking for sched_setaffinity() ... found
    checking for SO_SETFIB ... not found
    checking for SO_REUSEPORT ... found
    checking for SO_ACCEPTFILTER ... not found
    checking for SO_BINDANY ... not found
    checking for IP_TRANSPARENT ... found
    checking for IP_BINDANY ... not found
    checking for IP_BIND_ADDRESS_NO_PORT ... found
    checking for IP_RECVDSTADDR ... not found
    checking for IP_SENDSRCADDR ... not found
    checking for IP_PKTINFO ... found
    checking for IPV6_RECVPKTINFO ... found
    checking for TCP_DEFER_ACCEPT ... found
    checking for TCP_KEEPIDLE ... found
    checking for TCP_FASTOPEN ... found
    checking for TCP_INFO ... found
    checking for accept4() ... found
    checking for int size ... 4 bytes
    checking for long size ... 8 bytes
    checking for long long size ... 8 bytes
    checking for void * size ... 8 bytes
    checking for uint32_t ... found
    checking for uint64_t ... found
    checking for sig_atomic_t ... found
    checking for sig_atomic_t size ... 4 bytes
    checking for socklen_t ... found
    checking for in_addr_t ... found
    checking for in_port_t ... found
    checking for rlim_t ... found
    checking for uintptr_t ... uintptr_t found
    checking for system byte ordering ... little endian
    checking for size_t size ... 8 bytes
    checking for off_t size ... 8 bytes
    checking for time_t size ... 8 bytes
    checking for AF_INET6 ... found
    checking for setproctitle() ... not found
    checking for pread() ... found
    checking for pwrite() ... found
    checking for pwritev() ... found
    checking for strerrordesc_np() ... not found
    checking for sys_nerr ... found
    checking for localtime_r() ... found
    checking for clock_gettime(CLOCK_MONOTONIC) ... found
    checking for posix_memalign() ... found
    checking for memalign() ... found
    checking for mmap(MAP_ANON|MAP_SHARED) ... found
    checking for mmap("/dev/zero", MAP_SHARED) ... found
    checking for System V shared memory ... found
    checking for POSIX semaphores ... not found
    checking for POSIX semaphores in libpthread ... found
    checking for struct msghdr.msg_control ... found
    checking for ioctl(FIONBIO) ... found
    checking for ioctl(FIONREAD) ... found
    checking for struct tm.tm_gmtoff ... found
    checking for struct dirent.d_namlen ... not found
    checking for struct dirent.d_type ... found
    checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
    checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found
    checking for openat(), fstatat() ... found
    checking for getaddrinfo() ... found
    configuring additional modules
    adding module in ../ngx_cache_purge-2.5.1
     + ngx_http_cache_purge_module was configured
    adding module in ../redis2-nginx-module-0.15
     + ngx_http_redis2_module was configured
    adding module in ../ngx_http_redis-0.3.7
     + ngx_http_redis_module was configured
    adding module in ../memc-nginx-module-0.19
     + ngx_http_memc_module was configured
    adding module in ../srcache-nginx-module-0.32
     + ngx_http_srcache_filter_module was configured
    configuring additional dynamic modules
    adding module in ../ngx-fancyindex-0.4.2
     + ngx_http_fancyindex_module was configured
    adding module in ../ngx_devel_kit-0.3.0
     + ngx_devel_kit was configured
    adding module in ../set-misc-nginx-module-0.32
    found ngx_devel_kit for ngx_set_misc; looks good.
     + ngx_http_set_misc_module was configured
    adding module in ../echo-nginx-module-0.62
     + ngx_http_echo_module was configured
    adding module in ../headers-more-nginx-module-0.33
     + ngx_http_headers_more_filter_module was configured
    checking for PCRE library ... not found
    checking for PCRE library in /usr/local/ ... not found
    checking for PCRE library in /usr/include/pcre/ ... not found
    checking for PCRE library in /usr/pkg/ ... not found
    checking for PCRE library in /opt/local/ ... not found
    
    ./configure: error: the HTTP rewrite module requires the PCRE library.
    You can either disable the module by using --without-http_rewrite_module
    option, or install the PCRE library into the system, or build the PCRE library
    statically from the source with nginx by using --with-pcre=<path> option.
    

    Nginx can't find the PCRE library
    Code (Text):
    checking for PCRE library ... not found
    checking for PCRE library in /usr/local/ ... not found
    checking for PCRE library in /usr/include/pcre/ ... not found
    checking for PCRE library in /usr/pkg/ ... not found
    checking for PCRE library in /opt/local/ ... not found
    
    ./configure: error: the HTTP rewrite module requires the PCRE library.
    You can either disable the module by using --without-http_rewrite_module
    option, or install the PCRE library into the system, or build the PCRE library
    statically from the source with nginx by using --with-pcre=<path> option.
    

    And diagnostic log you provided shows why it seems
    Code (Text):
    CPU: Intel Xeon Processor (Cascadelake) (2)
    
    PCRE/PCRE2 Settings
    NGINX_PCRE=y
    NGINX_PCRE_TWO=n
    DROPBOX_SEND=y
    RCLONE_ENABLE=y
    ORESTY_LUANGINX=n
    NGINX_MODSECURITY=n
    NGX_LDMOLD=n
    NGXEXTRA_LDGOLDCCOPT= -flto=2 -fuse-ld=gold
    
    ls -lAhrt /usr/local/lib | egrep 'libpcre.so|libpcre2-8.so'
    -rwxr-xr-x  1 root root 1.5M Dec 24 12:24 libpcre.so.1.2.13
    lrwxrwxrwx  1 root root   17 Dec 24 12:24 libpcre.so.1 -> libpcre.so.1.2.13
    lrwxrwxrwx  1 root root   17 Dec 24 12:24 libpcre.so -> libpcre.so.1.2.13
    
    ls -lAhrt /usr/local/nginx-dep/lib | egrep 'libpcre.so|libpcre2-8.so'
    lrwxrwxrwx 1 root root   17 Dec 31 13:30 libpcre.so.1 -> libpcre.so.1.2.13
    lrwxrwxrwx 1 root root   17 Dec 31 13:30 libpcre.so -> libpcre.so.1.2.13
    -rwxr-xr-x 1 root root    0 Dec 31 13:36 libpcre.so.1.2.13
    
    pcre install log: /root/centminlogs/centminmod_123.09beta01.b782_020122-104456_pcre-nginx_install.log
    ls: cannot access /root/centminlogs/centminmod_123.09beta01.b782_020122-104456_pcre-nginx_install.log: No such file
    

    The pcre nginx install log is missing which suggests, pcre nginx install didn't complete and it looks to be correct as libpcre.so.1.2.13 file is 0 bytes in size

    compared to a working pcre nginx install sizes
    Code (Text):
    ls -lAhrt /usr/local/nginx-dep/lib | egrep 'libpcre.so|libpcre2-8.so'
    -rwxr-xr-x 1 root root 1.5M Jan  2 12:28 libpcre.so.1.2.13
    lrwxrwxrwx 1 root root   17 Jan  2 12:28 libpcre.so.1 -> libpcre.so.1.2.13
    lrwxrwxrwx 1 root root   17 Jan  2 12:28 libpcre.so -> libpcre.so.1.2.13
    

    I need to update the routine to check that pcre nginx install actually completed error free and if not, abort or wipe those incomplete built libpcre.so* library files.

    Thanks for testing and providing the logs, I'll work on the fix and update you when I have them added to latest pcre2dirs.patch :)
     
  17. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Updated pcre2dirs.patch with the fix so you can try again. I've also added more error checking and an additional log that is sent to Dropbox if pcre nginx install fails for logs ending in pcre-nginx_install.log.gz for PCRE or logs ending in pcre2_install.log.gz for PCRE2.
     
  18. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Step 1 working fine

    Step 2 completed - this doesnt dropbox any of the logs though ?

    Output from

    Code:
    ls -lAh /root/centminlogs/$(ls -rt /root/centminlogs/ | grep nginx_pcre_checks | tail -1)
    Code:
    nginx -V
    nginx version: nginx/1.21.5 (030122-113615-centos7-kvm-6a85c75)
    built by gcc 10.2.1 20210130 (Red Hat 10.2.1-11) (GCC)
    built with OpenSSL 1.1.1m  14 Dec 2021
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-Wl,-E -L/usr/local/zlib-cf/lib -L/usr/local/nginx-dep/lib -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/zlib-cf/lib$
    
    nginx -t
    nginx: [warn] duplicate value "TLSv1.2" in /usr/local/nginx/conf/conf.d/MYDOMAIN.ssl.conf:42
    nginx: [warn] duplicate value "TLSv1.3" in /usr/local/nginx/conf/conf.d/MYDOMAIN.ssl.conf:42
    nginx: [warn] conflicting server name "MYDOMAIN" on 0.0.0.0:80, ignored
    nginx: [warn] conflicting server name "www.MYDOMAIN" on 0.0.0.0:80, ignored
    nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
    nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
    
    ldd /usr/local/sbin/nginx
            linux-vdso.so.1 =>  (0x00007ffe155bc000)[CODE]ldd $(which nginx)
            libjemalloc.so.1 => /lib64/libjemalloc.so.1 (0x00007fce1c9bf000)
            libdl.so.2 => /lib64/libdl.so.2 (0x00007fce1c7bb000)
            libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fce1c59f000)
            libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fce1c368000)
            libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x00007fce1c0f9000)
            libGeoIP.so.1 => /lib64/libGeoIP.so.1 (0x00007fce1bec7000)
            libatomic_ops.so.1 => /usr/local/nginx-dep/lib/libatomic_ops.so.1 (0x00007fce1bcc5000)
            libc.so.6 => /lib64/libc.so.6 (0x00007fce1b8f7000)
            /lib64/ld-linux-x86-64.so.2 (0x00007fce1cbf3000)
            libfreebl3.so => /lib64/libfreebl3.so (0x00007fce1b6f4000)
    
    PKG_CONFIG_PATH='/usr/local/nginx-dep/lib/pkgconfig/' pkg-config --modversion libpcre
    8.45
    PKG_CONFIG_PATH='/usr/local/nginx-dep/lib/pkgconfig/' pkg-config --modversion atomic_ops
    7.6.12
    Then

    Code:
    ldd $(which nginx)
    Gives

    Code:
        linux-vdso.so.1 =>  (0x00007fff18f6c000)
        libjemalloc.so.1 => /lib64/libjemalloc.so.1 (0x00007fdacf7ed000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fdacf5e9000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fdacf3cd000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fdacf196000)
        libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x00007fdacef27000)
        libGeoIP.so.1 => /lib64/libGeoIP.so.1 (0x00007fdacecf5000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fdace927000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fdacfa21000)
        libfreebl3.so => /lib64/libfreebl3.so (0x00007fdace724000)
     

    Attached Files:

  19. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:58 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  20. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    11:58 AM
    1.25.3
    10.6.x
    Custom Config

    Code:
    LETSENCRYPT_DETECT='y'
    CUSTOM_CURLRPM=y
    SSL_PROTOCOL_MODERN='y'
    RCLONE_ENABLE='y'
    DROPBOX_SEND='y'
    NGINX_PCRE_TWO='y'