Project

General

Profile

[Solved] unable to load webpage after updating lighttpd from 1.4.54 to 1.4.72

Added by Anonymous 2 months ago

I cannot load the webpage after updating lighttpd from 1.4.54 to 1.4.72.

Below is the error I'm getting. But I have enabled both mod_auth and mod_auth_file modules in server.modules.

lighttpd -f /etc/lighttpd/lighttpd.conf
(plugin.c.221) dlopen() failed for: /home/output/usr/lib/mod_auth.so /home/output/usr/lib/mod_auth.so: cannot open shared object file: No such file or directory
(server.c.1649) loading plugins finally failed

Any idea if this is a configuration issue? Suggestions would be very helpful.


Replies (1)

RE: unable to load webpage after updating lighttpd from 1.4.54 to 1.4.72 - Added by gstrauss 2 months ago

(plugin.c.221) dlopen() failed for: /home/output/usr/lib/mod_auth.so /home/output/usr/lib/mod_auth.so: cannot open shared object file: No such file or directory

"No such file or directory" means "no such file or directory". Whatever you did, you must not have properly "updated" to lighttpd 1.4.72.

The current lighttpd stable release is lighttpd 1.4.76. See doc at InstallFromSource.

    (1-1/1)