I was forced to upgrade from PHP 7.4 to 8.1 on my Debian 12. After solving a lot of issues, I'm down one. My application image resize is not working.
I get this: PHP Warning: PHP Startup: Unable to load dynamic library 'gd' (tried: /usr/local/lsws/lsphp81/lib/php/extensions/no-debug-non-zts-20210902/gd
I looked in that directory and there is no gd.so.
My PHP info shows all GD options are enabled.
On this site I see these install options for Debian: apt-get install lsphp81 lsphp81-common lsphp81-curl lsphp81-mysql lsphp81-opcache lsphp81-imap lsphp81-opcache
For Centos it shows: yum install lsphp81 lsphp81-common lsphp81-mysql lsphp81-gd lsphp81-process lsphp81-mbstring lsphp81-xml lsphp81-mcrypt lsphp81-pdo lsphp81-imap lsphp81-soap lsphp81-bcmath
Centos has lsphp81-gd and Debian does not.
Is there a Debian 12 version of lsphp81-gd?
I get this: PHP Warning: PHP Startup: Unable to load dynamic library 'gd' (tried: /usr/local/lsws/lsphp81/lib/php/extensions/no-debug-non-zts-20210902/gd
I looked in that directory and there is no gd.so.
My PHP info shows all GD options are enabled.
On this site I see these install options for Debian: apt-get install lsphp81 lsphp81-common lsphp81-curl lsphp81-mysql lsphp81-opcache lsphp81-imap lsphp81-opcache
For Centos it shows: yum install lsphp81 lsphp81-common lsphp81-mysql lsphp81-gd lsphp81-process lsphp81-mbstring lsphp81-xml lsphp81-mcrypt lsphp81-pdo lsphp81-imap lsphp81-soap lsphp81-bcmath
Centos has lsphp81-gd and Debian does not.
Is there a Debian 12 version of lsphp81-gd?