SuSE Linux: Version 7.1
This article refers to an older version of SuSE Linux.
Therefore some of the informations given in this article may
be outdated or the article may contain stale links.
Syntax error on line 240 of /etc/httpd/httpd.conf: Cannot load /usr/lib/apache/mod_example.so into server: /usr/lib/apache/mod_example.so: cannot open shared object file: No such file or directory
mod_example.so
was removed from
the package apache
. But as /etc/httpd/httpd.conf won't be changed when updating
Apache
, Apache
still tries to load the non existant module.
/etc/httpd/httpd.conf
and delete this line:
LoadModule example_module /usr/lib/apache/mod_example.soAfter having saved httpd.conf, please restart
Apache
:
rcapache start