Join the community today
Become a Member

Bug PHP Installation Failing

Discussion in 'AlmaLinux 8 & Rocky Linux 8 Beta Testing' started by brijendrasial, Sep 24, 2022.

  1. brijendrasial

    brijendrasial Active Member

    209
    154
    43
    Mar 21, 2018
    Ratings:
    +236
    Local Time:
    12:32 PM
    1.13.9
    10.0.22-MariaDB
  2. eva2000

    eva2000 Administrator Staff Member

    55,796
    12,271
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,857
    Local Time:
    5:02 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    You're getting
    Code (Text):
    /bin/sh: line 1: 253460 Illegal instruction     (core dumped) ` if test -x "/svr-setup/php-7.4.30/fpm-build/sapi/cli/php"; then /svr-setup/php-7.4.30/build/shtool echo -n -- "/svr-setup/php-7.4.30/fpm-build/sapi/cli/php -n"; if test "x" != "x"; then /svr-setup/php-7.4.30/build/shtool echo -n -- " -d extension_dir=/svr-setup/php-7.4.30/fpm-build/modules"; for i in bz2 zlib phar; do if test -f "/svr-setup/php-7.4.30/fpm-build/modules/$i.la"; then . /svr-setup/php-7.4.30/fpm-build/modules/$i.la; /svr-setup/php-7.4.30/build/shtool echo -n -- " -d extension=$dlname"; fi; done; fi; else /svr-setup/php-7.4.30/build/shtool echo -n -- "/svr-setup/php-7.4.30/fpm-build/sapi/cli/php"; fi;` -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 /svr-setup/php-7.4.30/ext/phar/build_precommand.php > ext/phar/phar.php
    make: *** [Makefile:466: ext/phar/phar.php] Error 132
    make: *** Waiting for unfinished jobs....
    

    Does the same server CPU = Intel i9-9900K work with CentOS 7 and Centmin Mod PHP 7.4.30?

    what's output for
    Code (Text):
    lscpu


    edit: also make sure the server's/computer's motherboard bios has both Advanced Encryption Standard (AES) and Carry-less Multiplication (PCLMULQDQ) enabled.
     
    Last edited: Sep 25, 2022