On 2018/11/12 12:02, Martijn van Duren wrote:
> On 11/12/18 10:44 AM, Joel Carnat wrote:
> > Hello,
> > 
> > I was looking at enabling mod_authnz_ldap on apache-httpd-2.4.35 (OpenBSD 
> > 6.4) and couldn't find the module.
> > Looking at CVS, there's a ldap FLAVOR but I can't find the binary package 
> > in https://cdn.openbsd.org/pub/OpenBSD/6.4/packages/amd64/
> > 
> > Am I missing something?
> > 
> > Thanks.
> > 
> It's not linked into the build, see www/Makefile.

btw, this is because it requires the ldap flavour of apr-util, which
results in a conflict in bulk builds with the ports that require the non-
ldap flavour of this.

> You can build the flavor yourself by going to www/apache-httpd and running:
> FLAVOR=ldap make package
> doas env TRUSTED_PKG_PATH=/usr/ports/packages/$(uname -m)/all pkg_add 
> apache-httpd

easier to type "doas env FLAVOR=ldap make install" though!

Reply via email to