Closed david22swan closed 2 years ago
Due to an unknown cause, when php is installed on RedHat 9 the
libphp.so
file is not getting dropped into themodules
folder, causing httpd to run into problems.
It appears EL 9 has dropped support for mod_php and you must consume it via php-fpm.
Due to an unknown cause, when php is installed on RedHat 9 the
libphp.so
file is not getting dropped into themodules
folder, causing httpd to run into problems. Logging onto a box, this issue seems to be replicated when runningyum install php
locally on it and as such seems like it may be a result of outside factors rather than the module itself. An example of the error thrown by the test's is shown below:The relevant test's have temporarily been disabled on Redhat 9, but this is an issue that will need solved sooner rather than later.