Discover Centmin Mod today
Register Now

php7.4 installation not successful with custom_config

Discussion in 'AlmaLinux 8 & Rocky Linux 8 Beta Testing' started by Eddie, Jun 10, 2023.

  1. Eddie

    Eddie New Member

    15
    0
    1
    Oct 4, 2018
    Ratings:
    +3
    Local Time:
    7:30 PM
    Rocky 8.8 EL8 Beta Testing

    With fresh installation of the OS(Rocky 8.8) and Centminmod EL8 Beta script, php-fpm is not starting with a certain custom_config.
    Then, using centmin menu 5 (php upgrade/downgrade) I could install php again successfully resulting in php-fpm starting successfully with the same custom_config.

    I do not know if my custom_config is problematic or the installer has some bug.
    I infer that the successful, error-free installation of PHP-FPM using the same custom_config through Centmin Menu option 5 suggests that this configuration should have worked correctly from the initial installation.

    All the details described below.

    Installation:) php74 + mariadb10.6 through custom_config)
    Code:
    yum -y update
    curl -4sL https://centminmod.com/installer-el8x-74.sh -o installer-el8x-74.sh; bash installer-el8x-74.sh
    php-fpm not starting successfully right after the installation.
    upload_2023-6-10_16-16-41.png

    upload_2023-6-10_16-17-3.png

    journalctl -xe
    Code:
    -- Unit php-fpm.service has begun starting up.
    Jun 10 07:17:46 ip-172-31-56-81.ap-northeast-2.compute.internal systemd[301256]: php-fpm.service: Failed to execute command: No such file or directory
    Jun 10 07:17:46 ip-172-31-56-81.ap-northeast-2.compute.internal systemd[301256]: php-fpm.service: Failed at step EXEC spawning /usr/local/sbin/php-fpm: No such file or directory
    -- Subject: Process /usr/local/sbin/php-fpm could not be executed
    -- Defined-By: systemd
    -- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
    --
    -- The process /usr/local/sbin/php-fpm could not be executed and failed.
    --
    -- The error number returned by this process is 2.
    Jun 10 07:17:46 ip-172-31-56-81.ap-northeast-2.compute.internal systemd[1]: php-fpm.service: Control process exited, code=exited status=203
    Jun 10 07:17:46 ip-172-31-56-81.ap-northeast-2.compute.internal systemd[1]: php-fpm.service: Failed with result 'exit-code'.
    
    Suspicious logs
    Code:
    vim /root/centminlogs/installer_100623-064532_minimal.log
    ...
    ...
    checking io.h usability... no
    checking io.h presence... no
    checking size of long... (cached) 8
    checking if we're at 64-bit platform... yes
    checking if iconv is glibc's... yes
    checking if iconv supports errno... yes
    checking if iconv supports //IGNORE... no
    checking if your cpp allows macro usage in include lines... yes
    checking how to run the C++ preprocessor... ccache /opt/rh/gcc-toolset-12/root/usr/bin/g++ -E
    checking size of long... (cached) 8
    checking if we're at 64-bit platform... yes
    configure: error: Package requirements (oniguruma) were not met:
    
    Package 'oniguruma', required by 'virtual:world', not found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    
    Alternatively, you may set the environment variables ONIG_CFLAGS
    and ONIG_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    
    php_configure.inc make -j9
    PHP_PGO = y
    make -j9 prof-gen
    make: *** No rule to make target 'prof-gen'.  Stop.
    
    real    0m0.002s
    user    0m0.002s
    sys     0m0.000s
    /svr-setup /svr-setup/php-7.4.33/fpm-build
    Cloning into 'php_pgo_training_scripts'...
    
    real    0m0.764s
    user    0m0.079s
    sys     0m0.015s
    /svr-setup/php-7.4.33/fpm-build
    ls -lah /svr-setup/php_pgo_training_scripts
    total 128K
    drwxr-xr-x.  3 root root 4.0K Jun 10 07:02 .
    drwxr-xr-x. 53 root root 8.0K Jun 10 07:02 ..
    -rw-r--r--.  1 root root 7.0K Jun 10 07:02 class.php
    -rw-r--r--.  1 root root 1.2K Jun 10 07:02 constants.php
    -rw-r--r--.  1 root root  17K Jun 10 07:02 db.php
    -rw-r--r--.  1 root root 4.2K Jun 10 07:02 dictionary.php
    -rw-r--r--.  1 root root 4.6K Jun 10 07:02 generic.txt
    drwxr-xr-x.  8 root root  163 Jun 10 07:02 .git
    -rw-r--r--.  1 root root 2.4K Jun 10 07:02 index.php
    -rw-r--r--.  1 root root 5.0K Jun 10 07:02 init.php
    -rw-r--r--.  1 root root  16K Jun 10 07:02 LICENSE
    -rw-r--r--.  1 root root 5.7K Jun 10 07:02 README
    -rw-r--r--.  1 root root 7.5K Jun 10 07:02 standard_calls.php
    -rw-r--r--.  1 root root  14K Jun 10 07:02 string.php
    -rw-r--r--.  1 root root 2.8K Jun 10 07:02 time.php
    /usr/local/src/centminmod/inc/php_configure.inc: line 2718: ./sapi/cli/php: No such file or directory
    time ./sapi/cgi/php-cgi -T10 ../Zend/bench.php
    /usr/local/src/centminmod/inc/php_configure.inc: line 2728: ./sapi/cgi/php-cgi: No such file or directory
    real    0m0.001s
    user    0m0.000s
    sys     0m0.001s
    ./sapi/cgi/php-cgi -T10 /svr-setup/php_pgo_training_scripts/index.php
    /usr/local/src/centminmod/inc/php_configure.inc: line 2732: ./sapi/cgi/php-cgi: No such file or directory
    
    real    0m0.001s
    user    0m0.000s
    sys     0m0.001s
    
    ...
    Code:
    /svr-setup/php-7.4.33/fpm-build
    PGO phpbench setup end
    
    ./sapi/cgi/php-cgi -T10 /svr-setup/phpbench/phpbench.php
    /usr/local/src/centminmod/inc/php_configure.inc: line 2761: ./sapi/cgi/php-cgi: No such file or directory
    
    real    0m0.001s
    user    0m0.000s
    sys     0m0.001s
    ./sapi/cgi/php-cgi -T10 /opt/phpbench/detailed_benchmark.php
    /usr/local/src/centminmod/inc/php_configure.inc: line 2769: ./sapi/cgi/php-cgi: No such file or directory
    
    real    0m0.001s
    user    0m0.000s
    sys     0m0.001s
    make prof-clean
    make: *** No rule to make target 'prof-clean'.  Stop.
    
    real    0m0.002s
    user    0m0.002s
    sys     0m0.000s
    make -j9 prof-use
    make: *** No rule to make target 'prof-use'.  Stop.
    
    real    0m0.002s
    user    0m0.000s
    sys     0m0.002s
    
    php_configure.inc make install
    make: *** No rule to make target 'install'.  Stop.
    
    real    0m0.002s
    user    0m0.001s
    sys     0m0.000s
    
    strip PHP binary...
    ls: cannot access '/usr/local/bin/php': No such file or directory
    ls: cannot access '/usr/local/bin/php-cgi': No such file or directory
    ls: cannot access '/usr/local/sbin/php-fpm': No such file or directory
    
    backup before strip PHP binary...
    cp: cannot stat '/usr/local/bin/php': No such file or directory
    cp: cannot stat '/usr/local/bin/php-cgi': No such file or directory
    cp: cannot stat '/usr/local/sbin/php-fpm': No such file or directory
    strip: '/usr/local/bin/php': No such file
    strip: '/usr/local/bin/php-cgi': No such file
    strip: '/usr/local/sbin/php-fpm': No such file
    
    after strip PHP binary...
    ls: cannot access '/usr/local/bin/php': No such file or directory
    ls: cannot access '/usr/local/bin/php-cgi': No such file or directory
    ls: cannot access '/usr/local/sbin/php-fpm': No such file or directory
    
    ^[[1;33;40m----------------------------------------------------------------------------------
    ^[(B^[[mPHP was not installed properly
    ^[[1;33;40m----------------------------------------------------------------------------------
    
    Copying php-fpm.conf /usr/local/etc/php-fpm.conf
    
    Starting php-fpm /etc/init.d/php-fpm: line 69: /usr/local/sbin/php-fpm: No such file or directory
     failed
    Gracefully shutting down php-fpm kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
    /usr/local/src/centminmod/tools/php-systemd.sh: line 244: php-config: command not found
    systemctl daemon-reload
    

    Reinstalling php again with centmin option 5
    Code:
    --------------------------------------------------------
         Centmin Mod Menu 130.00beta01 centminmod.com
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  Option Being Revised (TBA)
    7).  Option Being Revised (TBA)
    8).  Option Being Revised (TBA)
    9).  Option Being Revised (TBA)
    10). Memcached Server Re-install
    11). MariaDB MySQL Upgrade & Management
    12). Zend OpCache Install/Re-install
    13). Install/Reinstall Redis PHP Extension
    14). SELinux disable
    15). Install/Reinstall ImagicK PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: zstd,pigz,pbzip2,lbzip2
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Install/Re-Install
    21). Data Transfer (TBA)
    22). Add Wordpress Nginx vhost + Cache Plugin
    23). Update Centmin Mod Code Base
    24). Exit
    --------------------------------------------------------
    Enter option [ 1 - 24 ] 5
    --------------------------------------------------------
    ...
    ...
    
    ***************************************************
    PHP 7.4.33 (cli) (built: Jun 10 2023 07:37:39) PGO ( NTS )
    Copyright (c) The PHP Group
    Zend Engine v3.4.0, Copyright (c) Zend Technologies
        with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
    ***************************************************
    * PHP compiled with CPU_MARCH=icelake-server
    * PHP upgraded and auto reinstalled PHP extensions
    * PHP_PGO='y' detected. PHP compiled with Profile Guided Optimizations
    * https://software.intel.com/en-us/blogs/2015/10/09/pgo-let-it-go-php
    ***************************************************
       ____   _   _  ____    _   _                                _            _
      |  _ \ | | | ||  _ \  | | | | _ __    __ _  _ __  __ _   __| |  ___   __| |
      | |_) || |_| || |_) | | | | || '_ \  / _` || '__|/ _` | / _` | / _ \ / _` |
      |  __/ |  _  ||  __/  | |_| || |_) || (_| || |  | (_| || (_| ||  __/| (_| |
      |_|    |_| |_||_|      \___/ | .__/  \__, ||_|   \__,_| \__,_| \___| \__,_|
                                   |_|     |___/
    Total PHP Upgrade Time: 643.584101280 seconds
    --------------------------------------------------------
         Centmin Mod Menu 130.00beta01 centminmod.com
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  Option Being Revised (TBA)
    7).  Option Being Revised (TBA)
    8).  Option Being Revised (TBA)
    9).  Option Being Revised (TBA)
    10). Memcached Server Re-install
    11). MariaDB MySQL Upgrade & Management
    12). Zend OpCache Install/Re-install
    13). Install/Reinstall Redis PHP Extension
    14). SELinux disable
    15). Install/Reinstall ImagicK PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: zstd,pigz,pbzip2,lbzip2
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Install/Re-Install
    21). Data Transfer (TBA)
    22). Add Wordpress Nginx vhost + Cache Plugin
    23). Update Centmin Mod Code Base
    24). Exit
    --------------------------------------------------------
    Enter option [ 1 - 24 ] 24
    --------------------------------------------------------
    ...
    ...
    
    -------------------------------------------------------------
    * Current Nginx Version: 1.25.0 (100623-065501-rockylinux8-kvm-aws-5ee595d-br-6e975bc)
    * Latest Nginx Available: 1.25.0 (centminmod.com/nginxnews)
    -------------------------------------------------------------
    
    -------------------------------------------------------------
     Centmin Mod local code is up to date at /usr/local/src/centminmod
     no available updates at this time...
    -------------------------------------------------------------
    [root@ip-172-31-56-81 ~]# service php-fpm status
    Redirecting to /bin/systemctl status php-fpm.service
    ● php-fpm.service - PHP FastCGI Process Manager
       Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled; vendor preset: disabled)
      Drop-In: /etc/systemd/system/php-fpm.service.d
               └─failure-restart.conf, limit.conf
       Active: active (running) since Sat 2023-06-10 07:40:09 UTC; 1min 4s ago
     Main PID: 916168 (php-fpm)
        Tasks: 1 (limit: 98768)
       Memory: 8.6M
       CGroup: /system.slice/php-fpm.service
               └─916168 php-fpm: master process (/usr/local/etc/php-fpm.conf)
    
    Jun 10 07:40:09 ip-172-31-56-81.ap-northeast-2.compute.internal systemd[1]: Starting PHP FastCGI Process Manager...
    Jun 10 07:40:09 ip-172-31-56-81.ap-northeast-2.compute.internal systemd[1]: Started PHP FastCGI Process Manager.
    [root@ip-172-31-56-81 ~]#
    

    Server
    On a AWS EC2 Instance of c6i.2xlarge
    Region / Location: ap-northeast-2d (Seoul, South Korea)

    Code:
    Intel Xeon 8375C, VCPU 8, Mem 16G, gp3 ssd block device.


    Distro Mirror Setup
    Code:
    
    vi /etc/dnf/dnf.conf
    
    max_parallel_downloads=10
    fastestmirror=True
    
    Custom config setup
    Code:
    NGINX_VERSION='1.24.0'
    NGINX_ONETWOTHREE_COMPAT='y'
    DEVTOOLSETTEN='n'
    DEVTOOLSETELEVEN='n'
    DEVTOOLSETTWELVE='y'
    SELFSIGNEDSSL_ECDSA='y'
    PHPFINFO='y'
    DMOTD_PHPCHECK='y'
    NGINX_GEOIPTWOLITE='y'
    NGXDYNAMIC_GEOIPTWOLITE='y'
    NGINX_HPACK='y'
    NGINX_DYNAMICTLS='y'
    NGINX_PCRE_TWO='y'
    OPENSSL_VERSION='3.1.0'
    OPENSSL_VERSIONFALLBACK='3.1.0'
    OPENSSL_VERSION_OLDOVERRIDE='3.1.0'
    NGX_LDMOLD='y'
    PHP_LDMOLD='y'
    NGINX_NJS='y'
    NGXDYNAMIC_NJS='y'
    NGXDYNAMIC_BROTLI='y'
    NGINX_LIBBROTLI='y'
    NGINX_VIDEO='y'
    ENABLE_MARIADBTENFOURUPGRADE='y'
    ENABLE_MARIADBTENFIVEUPGRADE='y'
    ENABLE_MARIADBTENSIXUPGRADE='y'
    CENTOS_ALPHATEST='y'
    MARIADB_INSTALLTENSIX='y'
    PHP_PGO='y'
    NGINX_VERSION='1.25.0'
    NGINX_ONETWOTHREE_COMPAT='y'
    DEVTOOLSETTEN='n'
    DEVTOOLSETELEVEN='y'
    SELFSIGNEDSSL_ECDSA='y'
    PHPFINFO='y'
    PYTHON_INSTALL_ALTERNATIVES='y'
    MARCH_TARGETNATIVE='n'
    
    cminfo versions


    Provide CPU, memory and disk info via these 3 commands below:

    lscpu
    Code:
    root@ip-172-31-56-81 ~]# lscpu
    Architecture:        x86_64
    CPU op-mode(s):      32-bit, 64-bit
    Byte Order:          Little Endian
    CPU(s):              8
    On-line CPU(s) list: 0-7
    Thread(s) per core:  2
    Core(s) per socket:  4
    Socket(s):           1
    NUMA node(s):        1
    Vendor ID:           GenuineIntel
    BIOS Vendor ID:      Intel(R) Corporation
    CPU family:          6
    Model:               106
    Model name:          Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz
    BIOS Model name:     Intel(R) Xeon(R) Platinum 8375C CPU @ 2.90GHz
    Stepping:            6
    CPU MHz:             2899.998
    BogoMIPS:            5799.99
    Hypervisor vendor:   KVM
    Virtualization type: full
    L1d cache:           48K
    L1i cache:           32K
    L2 cache:            1280K
    L3 cache:            55296K
    NUMA node0 CPU(s):   0-7
    Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch invpcid_single ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves wbnoinvd ida arat avx512vbmi pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg tme avx512_vpopcntdq rdpid md_clear flush_l1d arch_capabilities
    
    free -mlt
    Code:
    [root@ip-172-31-56-81 ~]# free -mlt
                  total        used        free      shared  buff/cache   available
    Mem:          15492         961       14051          16         479       14241
    Low:          15492        1440       14051
    High:             0           0           0
    Swap:          1023           0        1023
    Total:        16516         961       15075
    

    df -hT

    Code:
    [root@ip-172-31-56-81 ~]# df -hT
    Filesystem     Type      Size  Used Avail Use% Mounted on
    devtmpfs       devtmpfs  7.6G     0  7.6G   0% /dev
    tmpfs          tmpfs     7.6G     0  7.6G   0% /dev/shm
    tmpfs          tmpfs     7.6G   17M  7.6G   1% /run
    tmpfs          tmpfs     7.6G     0  7.6G   0% /sys/fs/cgroup
    /dev/nvme0n1p5 xfs       127G  7.3G  120G   6% /
    /dev/nvme0n1p2 xfs       994M  372M  623M  38% /boot
    /dev/nvme0n1p1 vfat       99M  5.8M   94M   6% /boot/efi
    tmpfs          tmpfs     1.6G     0  1.6G   0% /run/user/1000
    tmpfs          tmpfs     7.6G     0  7.6G   0% /tmp
    


     

    Attached Files:

  2. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:30 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:30 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Also you seem to have duplicates in persistent config file /etc/centminmod/custom_config.inc where latter references can override previous referenced same variables
    Code (Text):
    NGINX_VERSION='1.24.0'
    NGINX_ONETWOTHREE_COMPAT='y'
    DEVTOOLSETTEN='n'
    DEVTOOLSETELEVEN='n'
    DEVTOOLSETTWELVE='y'
    SELFSIGNEDSSL_ECDSA='y'
    PHPFINFO='y'
    DMOTD_PHPCHECK='y'
    NGINX_GEOIPTWOLITE='y'
    NGXDYNAMIC_GEOIPTWOLITE='y'
    NGINX_HPACK='y'
    NGINX_DYNAMICTLS='y'
    NGINX_PCRE_TWO='y'
    OPENSSL_VERSION='3.1.0'
    OPENSSL_VERSIONFALLBACK='3.1.0'
    OPENSSL_VERSION_OLDOVERRIDE='3.1.0'
    NGX_LDMOLD='y'
    PHP_LDMOLD='y'
    NGINX_NJS='y'
    NGXDYNAMIC_NJS='y'
    NGXDYNAMIC_BROTLI='y'
    NGINX_LIBBROTLI='y'
    NGINX_VIDEO='y'
    ENABLE_MARIADBTENFOURUPGRADE='y'
    ENABLE_MARIADBTENFIVEUPGRADE='y'
    ENABLE_MARIADBTENSIXUPGRADE='y'
    CENTOS_ALPHATEST='y'
    MARIADB_INSTALLTENSIX='y'
    PHP_PGO='y'
    NGINX_VERSION='1.25.0'
    NGINX_ONETWOTHREE_COMPAT='y'
    DEVTOOLSETTEN='n'
    DEVTOOLSETELEVEN='y'
    SELFSIGNEDSSL_ECDSA='y'
    PHPFINFO='y'
    PYTHON_INSTALL_ALTERNATIVES='y'
    MARCH_TARGETNATIVE='n'
    
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:30 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Also what's output for
    Code (Text):
    yum -q list oniguruma5php oniguruma5php-devel --enablerepo=remi
    

    and
    Code (Text):
    yum history list oniguruma5php oniguruma5php-devel --enablerepo=remi
    
     
  5. Eddie

    Eddie New Member

    15
    0
    1
    Oct 4, 2018
    Ratings:
    +3
    Local Time:
    7:30 PM
    I think oniguruma5php and oniguruma5php-devel are installed corectly from centmin menu option5 not the initial installation.

    This is because the installation log is generated 07:05 and the history says it installed at 07:30.

    Code:
    [root@ip-172-31-56-81 ~]# ls -al /root/centminlogs/installer_100623-064532_minimal.log
    -rw-r--r--. 1 root root 2891009 Jun 10 07:05 /root/centminlogs/installer_100623-064532_minimal.log
    
    here it is:
    Code:
    [root@ip-172-31-56-81 ~]# yum -q list oniguruma5php oniguruma5php-devel --enablerepo=remi
    Installed Packages
    oniguruma5php.x86_64                                                                             6.9.8-1.el8.remi                                                                        @remi
    oniguruma5php-devel.x86_64                                                                       6.9.8-1.el8.remi
    
    Code:
    [root@ip-172-31-56-81 ~]# yum history list oniguruma5php oniguruma5php-devel --enablerepo=remi
    ID     | Command line                                                                                                                            | Date and time    | Action(s)      | Altered
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
        42 | -y install oniguruma5php oniguruma5php-devel --enablerepo=remi                                                                          | 2023-06-10 07:30 | Install        |    2
    
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:30 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what output do you get for
    Code (Text):
    grep -C1 oniguruma5php /root/centminlogs/installer_100623-064532.log
    
     
  7. Eddie

    Eddie New Member

    15
    0
    1
    Oct 4, 2018
    Ratings:
    +3
    Local Time:
    7:30 PM
    Code:
    [root@ip-172-31-56-81 ~]# grep -C1 oniguruma5php /root/centminlogs/installer_100623-064532.log
    
    install oniguruma5php oniguruma5php-devel
    
    (no more output)
    
    it looks like there is PGP signiture varification error investigating to the log.

    Code:
    [root@ip-172-31-56-81 ~]# vim /root/centminlogs/installer_100623-064532.log
    
    --- contents below---
    ...
    ...
    
    buildconf: Run ./configure to proceed with customizing the PHP build.
    PHP configure stage
    
    
    Installed:
      libffi-devel-3.1-24.el8.x86_64
    
    
    install oniguruma5php oniguruma5php-devel
    
    Remi's RPM repository for Enterprise Linux 8 -  460  B/s | 833  B     00:01
    Remi's RPM repository for Enterprise Linux 8 -  3.0 MB/s | 3.1 kB     00:00
    Importing GPG key 0x5F11735A:
     Userid     : "Remi's RPM repository <remi@remirepo.net>"
     Fingerprint: 6B38 FEA7 231F 87F5 2B9C A9D8 5550 9759 5F11 735A
     From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-remi.el8
    Remi's RPM repository for Enterprise Linux 8 -  2.3 kB/s | 833  B     00:00
    Error: Failed to download metadata for repo 'remi': repomd.xml GPG signature verification error: Bad GPG signature
    NEWLIBICU=y
    yum -q -y install libicu libicu-devel --disablerepo=epel
    
    Installed:
      libicu-devel-60.3-2.el8_1.x86_64
    
    
    Installed:
      libtidy-5.6.0-5.el8.x86_64          libtidy-devel-5.6.0-5.el8.x86_64
    
    Error: Unable to find a match: expect-devel
    Last metadata expiration check: 0:00:32 ago on Sat 10 Jun 2023 07:01:07 AM UTC.
    No match for argument: t1lib
    No match for argument: t1lib-devel
    Error: Unable to find a match: t1lib t1lib-devel
    
    real    0m0.716s
    user    0m0.600s
    sys     0m0.098s
    
    gcc (GCC) 9.2.1 20191120 (Red Hat 9.2.1-2)
    Copyright (C) 2019 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    
    g++ (GCC) 9.2.1 20191120 (Red Hat 9.2.1-2)
    Copyright (C) 2019 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    
    ...
    ...
    
    
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,529
    12,212
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,781
    Local Time:
    8:30 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Thanks for helping squash another EL8 bug :) Updated 130.00beta01 with the fix. If you want you can reload fresh Rocky Linux 8 OS and try a new fresh Centmin Mod 130.00beta01 install with EL8 installers to confirm :D