Closed candrews closed 3 years ago
Did it work before that? I thought I had only fixed the path using apxs
queries.
I saw that debian provides apachectl
and apache2ctl
, but I did not check other distros.
Maybe the simplest fix would be to check for both at test startup and use the one available.
Btw: since I made the docker setups in the project regarding debian-sid and archlinux, I would not mind merging in a gentoo setup as well! ;-)
Fixed in release v1.15.22.
Gentoo uses
apache2ctl
as the name of that utility, notapachectl
, causing mod_h2 to fail to configure with this error:This problem was introduced by https://github.com/icing/mod_h2/commit/c6b148811cea82705fb4f2e7c14af1a9f443449c
A possible solutions to this problem is to add a
--with-apachectl
configure argument analogous to the existing--with-apxs
one.Reported downstream at https://bugs.gentoo.org/800908