]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
Add requires auth to authn modules
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 15 Sep 2022 09:57:06 +0000 (12:57 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 15 Sep 2022 09:59:23 +0000 (12:59 +0300)
lighttpd tries to load the modules itself,
but they are missing in filesystem:

$ lighttpd -f /etc/lighttpd/lighttpd.conf
2022-09-15 12:57:07: (plugin.c.202) dlopen() failed for: /usr/lib64/lighttpd/mod_auth.so /usr/lib64/lighttpd/mod_auth.so: cannot open shared object file: No such file or directory
2022-09-15 12:57:07: (server.c.1285) loading plugins finally failed

lighttpd.spec

index baf811ac62dc79f4b3ee560fd38343d556f3dc5f..a54fa54e01ee26c8d847703a4eaf202732a9bf40 100644 (file)
@@ -286,6 +286,7 @@ Summary:    lighttpd authn_dbi module
 Group:         Networking/Daemons/HTTP
 URL:           https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModAuth
 Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-auth = %{version}-%{release}
 
 %description mod_authn_dbi
 lighttpd authn_dbi module.
@@ -294,6 +295,7 @@ lighttpd authn_dbi module.
 Summary:       lighttpd authn_file module
 Group:         Networking/Daemons/HTTP
 Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-auth = %{version}-%{release}
 
 %description mod_authn_file
 lighttpd authn_file module.
@@ -302,6 +304,7 @@ lighttpd authn_file module.
 Summary:       lighttpd authn_gssapi module
 Group:         Networking/Daemons/HTTP
 Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-auth = %{version}-%{release}
 
 %description mod_authn_gssapi
 lighttpd authn_gssapi module.
@@ -310,6 +313,7 @@ lighttpd authn_gssapi module.
 Summary:       lighttpd authn_ldap module
 Group:         Networking/Daemons/HTTP
 Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-auth = %{version}-%{release}
 
 %description mod_authn_ldap
 lighttpd authn_ldap module.
This page took 0.269747 seconds and 4 git commands to generate.