Yeah, this is what I see:
Code:
:~ # systemctl status apache2.service
● apache2.service - The Apache Webserver
Loaded: loaded (/usr/lib/systemd/system/apache2.service; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2022-01-28 08:37:39 CST; 2h 21min ago
Process: 8413 ExecStart=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k start (code=exited, status=127)
Main PID: 8413 (code=exited, status=127)
Jan 28 08:37:39 systemd[1]: Starting The Apache Webserver...
Jan 28 08:37:39 start_apache2[8413]: /usr/sbin/httpd-prefork: symbol lookup error: /usr/sbin/httpd-prefork: undefined symbol: apr_thread_mutex_timedlock
Jan 28 08:37:39 systemd[1]: apache2.service: Main process exited, code=exited, status=127/n/a
Jan 28 08:37:39 systemd[1]: apache2.service: Failed with result 'exit-code'.
Jan 28 08:37:39 systemd[1]: Failed to start The Apache Webserver.
And I get this just running httpd:
Code:
:~ # httpd -V
httpd: symbol lookup error: httpd: undefined symbol: apr_thread_mutex_timedlock
I figure this isn't something "normal", and that there is something odd going on with my system. But I can't think what might be going on that would cause this. Everything I have checked seems like it is all configured properly.