Missing php extensions php8.1 " PHP Startup: Unable to load dynamic library"

Follow my tutorial here: Php 8.1 error in INSTALL PHP EXTENSIONS - #17 by quoviz_dev

you can use the following updated commands (instead of the commands used in the tutorial) which includes gd

yum install -y postgresql-devel openldap-devel gmp-devel enchant-devel bzip2-devel oniguruma-devel libxml2-devel sqlite-devel sqlite3-devel icu libicu-devel libxslt-devel libsodium libsodium-devel libzip-devel libjpeg-devel libwebp-devel jpeg* freetype*

compile with the following:

'--with-mysqli' '--with-zlib' '--enable-gd' '--enable-shmop' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-mbstring' '--with-iconv' '--with-pdo-mysql' '--enable-ftp' '--with-zip' '--with-curl' '--enable-soap' '--enable-xml' '--with-openssl' '--enable-bcmath' '--with-kerberos' '--with-system-ciphers' '--with-bz2' '--enable-calendar' '--enable-dba' '--with-enchant' '--enable-exif' '--with-gettext' '--with-gmp' '--with-mhash' '--with-kerberos' '--enable-intl' '--with-ldap' '--with-libdir=lib64' '--with-ldap-sasl' '--with-mysql-sock' '--enable-pcntl' '--with-pdo-mysql' '--with-pdo-pgsql' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-xsl' '--enable-mysqlnd' '--with-pear' '--enable-litespeed' '--with-freetype' '--with-jpeg' '--with-webp'