Hi there, I'm running the same combination, but only saw the error today.I initially had that problem when I installed Zextras ZCS9 - I'm using Oracle 8.9 and installing php 7.2.24 solved the problem.
You can do a search for the module and see if it's actually installed:- that will give you the answer.Code:
find / -name libphp7.so
So far I've found this hard to fix.
My installed PHP was not usable when I tried to symlink it over, due to a thread safety issue with the php in /usr/lib64/httpd/modules/libphp7.so
could you please show your packages/package config?
dnf module list | grep php # i guess this is the crucial bit
rpm -aq | grep php
as to why - as far as i understand it.
the zimbra-php packages are on php8 now which probably causes this. Rightfully so, since noone should be running old php versions anyway

Statistics: Posted by darkfader — Wed Jun 19, 2024 4:02 pm