Learn about Centmin Mod LEMP Stack today
Become a Member

PHP-FPM After installing php 8.1.31 when i check i ended up with 8.1.30

Discussion in 'Bug Reports' started by pamamolf, Nov 23, 2024.

Tags:
  1. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    6:18 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 7 64bit
    • Centmin Mod Version Installed: 140.00beta01
    • When was last time updated Centmin Mod code base ? : before update
    • Persistent Config:
    Code:
    NSD_INSTALL='n'
    NGINX_SUB='n'
    NGINX_ADDITION='n'
    NGINX_IMAGEFILTER='n'
    NGINX_HTTPCONCAT='n'
    NGINX_PAGESPEED='n'
    NGINX_DYNAMICTLS='y'
    NGINX_HPACK='y'
    CLOUDFLARE_ZLIB='n'
    PHP_PGO='n'
    PHP_TUNING='n'
    PHP_OVERWRITECONF='n'
    AUTOTUNE_CLIENTMAXBODY='n'
    LETSENCRYPT_DETECT='y'
    DUALCERTS='y'
    MENUEXIT_ALWAYS_YUMCHECK='y'
    DISABLE_IPVSIX='y'
    ENABLEMOTD='n'
    Hi,

    After installing php 8.1.31 when i check i ended up with 8.1.30.


    Tested on 4 servers with the same result.

    First time that i encounter such an issue.

    Not sure if other versions has the same issue.

    Thanks in advance !
     
  2. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    6:18 AM
    Nginx-1.25.x
    MariaDB 10.3.x
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,074
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    6:18 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Any ideas? :)
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,126
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    2:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Looks like gdlibs version is too old on CentOS 7. On my mobile so can't check right now, but IIRC I think I only defaulted to new GD lib version for EL8 and EL9 operating systems

    Edit: nope CentOS 7 should also get newer GD lib install of 2.3.3

    Ah looks like GD Lib 2.3.3 did attempt to install but failed due to AVIF dependency versions as CentOS 7 does not have such. AlmaLinux and Rocky Linux are fine due to actually having AVIF packages

    Code (Text):
    checking for LIBXPM... yes
    checking whether to support tiff... auto
    checking for LIBTIFF... yes
    checking whether to support webp... auto
    checking for LIBWEBP... yes
    checking whether to support heif... auto
    checking for LIBHEIF... no
    checking for heif_get_version in -lheif... no
    configure: Disabling support for heif
    checking whether to support avif... yes
    checking for LIBAVIF... no
    checking for avifVersion in -lavif... no
    configure: error: avif requested but not found
    make: *** No targets specified and no makefile found. Stop.
    make: *** No rule to make target `install'. Stop.
    /svr-setup/php-8.1.31/fpm-build ~


    FYI, in 140.00beta01 I enabled GD with AVIF defaults in Oct 27, 2024 commit changes History for inc/php_configure.inc - centminmod/centminmod
     
    Last edited: Nov 24, 2024
  5. eva2000

    eva2000 Administrator Staff Member

    54,126
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    2:18 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just updated 140.00beta01 with a fix to disable AVIF in GD 2.3.3 install for CentOS 7 OSes only.