Drepal 11 requires php > 8.3. So I tried to upgrade it at openSUSE Software
But now Apache2 will not start.
Nov 12 04:49:37 jarfx start_apache2[12932]: httpd-event: Syntax error in -C/-c directive: Syntax error on line 29 of /etc/apache2/sysconfig.d/loadmodule.conf: Cannot load /usr/lib64/apache2/mod_php8.so into server: /usr/lib64/apache2/mod_php8.so: undefined symbol: xmlFreeEntity
ls -l /usr/lib64/apache2/mod_php8.so
-rwxr-xr-x 1 root root 5633560 Oct 24 14:44 /usr/lib64/apache2/mod_php8.so
version 8.3.13 is installed.
mod_perl and mod_php8.so are not installed in /etc/alternatives like the other modules are
Most of the time people come here to see if other users have the same and may have a solution or bypass. Or a confirmation with maybe more information.
Then, when the problem seems to be worth a bug report, one is produced.
You did it the other way around, which is not incorrect as such, but you could have shown the link to the report in your first post to inform everybody what the situation is.
so I removed the ecos repository. Uninstalled php 8. Added your repository. reinstalled php8, and mow I get a different message:
Nov 12 15:47:56 jarfx start_apache2[2521]: [Tue Nov 12 15:47:56.065718 2024] [php:crit] [pid 2521:tid 139969820661824] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP.
Nov 12 15:47:56 jarfx start_apache2[2521]: AH00013: Pre-configuration failed
How does one know which of the different solutions offered on the php8 page is the correct one?