From owner-freebsd-apache@freebsd.org Fri May 29 14:19:10 2020 Return-Path: Delivered-To: freebsd-apache@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5FD7833A3AB for ; Fri, 29 May 2020 14:19:10 +0000 (UTC) (envelope-from sean@rogue-research.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49YRWy1Bdkz3YNf for ; Fri, 29 May 2020 14:19:10 +0000 (UTC) (envelope-from sean@rogue-research.com) Received: by mailman.nyi.freebsd.org (Postfix) id 26F2B33A12C; Fri, 29 May 2020 14:19:10 +0000 (UTC) Delivered-To: apache@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 26B6733A12B for ; Fri, 29 May 2020 14:19:10 +0000 (UTC) (envelope-from sean@rogue-research.com) Received: from mail.rogue-research.com (vpn.rogue-research.com [207.115.102.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.rogue-research.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49YRWx0PmLz3YYT; Fri, 29 May 2020 14:19:08 +0000 (UTC) (envelope-from sean@rogue-research.com) Received: from localhost (localhost [127.0.0.1]) by mail.rogue-research.com (Postfix) with ESMTP id 5C9C3758FFAF; Fri, 29 May 2020 10:19:07 -0400 (EDT) X-Virus-Scanned: amavisd-new at rogue-research.com Received: from mail.rogue-research.com ([127.0.0.1]) by localhost (kingu.rogue-research.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lwzaHRxK_JbS; Fri, 29 May 2020 10:19:06 -0400 (EDT) Received: from [127.0.0.1] (leprechaun.rogue-research.com [10.29.19.120]) by mail.rogue-research.com (Postfix) with ESMTPSA id 9B3C3758FFA5; Fri, 29 May 2020 10:19:05 -0400 (EDT) From: "Sean McBride" To: "Jochen Neumeister" , Subject: Re: apache24 with LDAP: apr/apr-util is compiled without ldap support Date: Fri, 29 May 2020 10:19:03 -0400 Message-Id: <20200529141903.1217501199@mail.rogue-research.com> In-Reply-To: <9b890378-4873-7c4b-0b2f-90faaefdeb4c@FreeBSD.org> References: <20200529001423.1652769721@mail.rogue-research.com> <20200529015134.1090634291@mail.rogue-research.com> <9b890378-4873-7c4b-0b2f-90faaefdeb4c@FreeBSD.org> X-Mailer: CTM PowerMail version 6.2.1 build 4668 English (intel) Organization: Rogue Research Inc. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 49YRWx0PmLz3YYT X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=softfail (mx1.freebsd.org: 207.115.102.146 is neither permitted nor denied by domain of sean@rogue-research.com) smtp.mailfrom=sean@rogue-research.com X-Spamd-Result: default: False [-1.20 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.10)[-0.103]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.54)[-0.545]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[rogue-research.com]; R_SPF_SOFTFAIL(0.00)[~all]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_SHORT(-0.45)[-0.453]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11478, ipnet:207.115.96.0/20, country:CA]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2020 14:19:10 -0000 Jochen, OK, thanks, so working as designed. I incorrectly thought that by turning on the LDAP options in Apache that = it would automatically turn on any necessary options in its dependencies. BTW: I'm curious: why is authnz=5Fldap not built by default in the = package=3F (I'll note that it is in ubuntu.) Cheers, Sean On Fri, 29 May 2020 09:21:26 +0200, Jochen Neumeister said: >a normal "make install clean" will show you the config query for each >port (blue window). with "BATCH=3Dyes" you tell make to automatically >answer yes to each window, and it will not show you. >If you install something with "pkg add foo" the default options are >always taken. >The config can only be called with "make install" the first time or with >"make config". > >Jochen > >Am 29.05.20 um 03:51 schrieb Sean McBride: >> Ah, seems it's because I did `make install clean BATCH=3Dyes`. Without >the `BATCH=3Dyes` part, I get the opportunity to build APR with LDAP = support. >> >> Is it a bug that it didn't automatically work with BATCH=3Dyes=3F Or am I >expecting it to be too smart=3F :) >> >> Sean >> >> >> >> >> On Thu, 28 May 2020 20:14:23 -0400, Sean McBride said: >> >>> Hello, >>> >>> I got the following error on a fresh FreeBSD 12 VM trying building >>> apache24 with LDAP support: >>> >>> ------------------ >>> checking whether to enable mod=5Fauthnz=5Fldap... checking dependencies >>> checking for ldap support in apr/apr-util... no >>> configure: WARNING: apr/apr-util is compiled without ldap support >>> checking whether to enable mod=5Fauthnz=5Fldap... configure: error: >>> mod=5Fauthnz=5Fldap has been requested but can not be built due to >>> prerequisite failures >>> =3D=3D=3D> Script "configure" failed unexpectedly. >>> Please report the problem to apache@FreeBSD.org [maintainer] and = attach the >>> "/usr/ports/www/apache24/work/httpd-2.4.43/config.log" including the = output >>> of the failure of your make command. Also, it might be a good idea to >provide >>> an overview of all packages installed on your system (e.g. a >>> /usr/local/sbin/pkg-static info -g -Ea). >>> *** Error code 1 >>> >>> Stop. >>> make: stopped in /usr/ports/www/apache24 >>> ------------------ >>> >>> Attached is the config.log and here's the pkg info: >>> >>> ------------------ >>> root@talos:/usr/ports/www/apache24 # /usr/local/sbin/pkg-static info = -g -Ea >>> apr-1.7.0.1.6.1=5F1 Apache Portability Library >>> autoconf-2.69=5F3 Automatically configure source code on >>> many Un*x platforms >>> autoconf-wrapper-20131203 Wrapper script for GNU autoconf >>> automake-1.16.2 GNU Standards-compliant Makefile = generator >>> db5-5.3.28=5F7 Oracle Berkeley DB, revision 5.3 >>> dialog4ports-0.1.6 Console Interface to configure ports >>> expat-2.2.8 XML 1.0 parser written in C >>> gdbm-1.18.1=5F1 GNU database manager >>> gettext-runtime-0.20.1 GNU gettext runtime libraries and = programs >>> gettext-tools-0.20.2 GNU gettext development and >translation tools >>> gmake-4.3=5F1 GNU version of 'make' utility >>> help2man-1.47.15 Automatically generating simple manual >>> pages from program output >>> indexinfo-0.3.1 Utility to regenerate the GNU info >page index >>> libffi-3.2.1=5F3 Foreign Function Interface >>> libiconv-1.16 Character set conversion library >>> libnghttp2-1.40.0 HTTP/2.0 C Library >>> libtextstyle-0.20.2 Text styling library >>> libtool-2.4.6=5F1 Generic shared library support script >>> libxml2-2.9.10 XML parser library for GNOME >>> m4-1.4.18=5F1,1 GNU M4 >>> p5-Locale-gettext-1.07 Message handling functions >>> p5-Locale-libintl-1.31 Internationalization library for Perl >>> p5-Text-Unidecode-1.30 US-ASCII transliterations of Unicode text >>> p5-Unicode-EastAsianWidth-12.0 East Asian Width properties >>> pcre-8.44 Perl Compatible Regular Expressions = library >>> perl5-5.30.2 Practical Extraction and Report Language >>> pkg-1.13.2 Package manager >>> pkgconf-1.6.3,1 Utility to help to configure compiler and >>> linker flags >>> py37-acme-1.3.0,1 ACME protocol implementation in Python >>> py37-asn1crypto-1.3.0 ASN.1 library with a focus on performance >>> and a pythonic API >>> py37-certbot-1.3.0,1 Let's Encrypt client >>> py37-certifi-2019.11.28 Mozilla SSL certificates >>> py37-cffi-1.14.0 Foreign Function Interface for Python >>> calling C code >>> py37-chardet-3.0.4=5F3 Universal encoding detector for Python >2 and 3 >>> py37-configargparse-1.1 Drop-in replacement for argparse >>> py37-configobj-5.0.6=5F1 Simple but powerful config file reader >>> and writer >>> py37-cryptography-2.6.1 Cryptographic recipes and primitives for >>> Python developers >>> py37-distro-1.4.0=5F1 Linux OS platform information API >>> py37-idna-2.8 Internationalized Domain Names in >>> Applications (IDNA) >>> py37-josepy-1.3.0 JOSE protocol implementation in Python >>> py37-openssl-19.0.0 Python interface to the OpenSSL library >>> py37-parsedatetime-2.5 Python module for parsing 'human >>> readable' date/time expressions >>> py37-pycparser-2.19 C parser in Python >>> py37-pyrfc3339-1.1 Generate and parse RFC 3339 timestamps >>> py37-pysocks-1.7.1 Python SOCKS module >>> py37-pytz-2020.1,1 World Timezone Definitions for Python >>> py37-requests-2.22.0 HTTP library written in Python for >human beings >>> py37-requests-toolbelt-0.8.0=5F1 Utility belt for advanced users of = python- >>> requests >>> py37-setuptools-44.0.0 Python packages installer >>> py37-six-1.14.0 Python 2 and 3 compatibility utilities >>> py37-urllib3-1.25.7,1 HTTP library with thread-safe connection >>> pooling, file post, and more >>> py37-zope.component-4.2.2 Zope Component Architecture >>> py37-zope.event-4.1.0 Very basic event publishing system >>> py37-zope.interface-4.6.0 Interfaces for Python >>> python37-3.7.7 Interpreted object-oriented programming >>> language >>> readline-8.0.4 Library for editing command lines as they >>> are typed >>> texinfo-6.7=5F3,1 Typeset documentation system with >>> multiple format output >>> ------------------ >> >> = =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F >> freebsd-apache@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-apache >> To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org"