Hello,
I tried to set up a server running apache2/php/etc…
Installing apache2 was no problem but I got stuck when installing php8.2.
Although there was a message here in Dec 2023 by RickChambers saying php installation is no problem, I got the following error message:
+++++++++
The following packages have unmet dependencies:
libapache2-mod-php : Depends: libapache2-mod-php8.2 but it is not installable
php-mysql : Depends: php8.2-mysql but it is not installable
php8.2 : Depends: libapache2-mod-php8.2 but it is not installable or
php8.2-fpm but it is not installable or
php8.2-cgi but it is not installable
Depends: php8.2-common but it is not installable
+++++++++
I use Debian version 202409.
What do I miss here to get php up and running. What has changed that it apparently worked but now gets stuck ?
Thank you for help