]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
mod_auth depends on mod_authn_file
authorElan Ruusamäe <glen@delfi.ee>
Sun, 16 Oct 2016 15:13:15 +0000 (18:13 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 16 Oct 2016 15:13:15 +0000 (18:13 +0300)
the module is loaded automatically

2016-10-16 18:12:25: (plugin.c.227) dlopen() failed for: /usr/lib64/lighttpd/mod_authn_file.so /usr/lib64/lighttpd/mod_authn_file.so: cannot open shared object file: No such file or directory
2016-10-16 18:12:25: (server.c.912) loading plugins finally failed

lighttpd.spec

index 9116299f4136df612eb2a2e5101555bd2dce22ed..3cfc32f9e6e55871e3c3d6fbe364d9097b8f3de9 100644 (file)
@@ -30,7 +30,7 @@ Summary:      Fast and light HTTP server
 Summary(pl.UTF-8):     Szybki i lekki serwer HTTP
 Name:          lighttpd
 Version:       1.4.42
-Release:       0.1
+Release:       0.2
 License:       BSD
 Group:         Networking/Daemons/HTTP
 Source0:       http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
@@ -239,6 +239,7 @@ Summary(pl.UTF-8):  Moduł lighttpd do obsługi uwierzytelniania
 Group:         Networking/Daemons/HTTP
 URL:           http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAuth
 Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-mod_authn_file = %{version}-%{release}
 Provides:      webserver(auth)
 
 %description mod_auth
This page took 0.184495 seconds and 4 git commands to generate.