=> Checksum BLAKE2s OK for freeradius-server-3.2.5.tar.bz2 => Checksum SHA512 OK for freeradius-server-3.2.5.tar.bz2 ===> Installing dependencies for freeradius-3.2.5nb3 ========================================================================== The following variables will affect the build process of this package, freeradius-3.2.5nb3. Their current value is shown below: * PAM_DEFAULT = openpam * SSLBASE (defined) * SSLCERTBUNDLE (not defined) * SSLCERTS = /opt/pkg/etc/openssl/certs * SSLDIR = /opt/pkg/etc/openssl * SSLKEYS = /opt/pkg/etc/openssl/private * VARBASE = /var Based on these variables, the following variables have been set: * PAMBASE (defined, but empty) You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/opt/pkg/bin/bmake clean' after the changes. ========================================================================== => Tool dependency gmake>=3.81: found gmake-4.4.1 => Tool dependency nbpatch-[0-9]*: found nbpatch-20151107 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency user-darwin>=20130712: found user-darwin-20170116 => Full dependency perl>=5.0: found perl-5.40.0nb1 => Full dependency gdbm>=1.18.1: found gdbm-1.23 => Full dependency libpcap>=1.3.0nb1: found libpcap-1.10.5 => Full dependency openpam>=20190224nb4: found openpam-20190224nb4 => Full dependency openssl>=3: found openssl-3.3.2 => Full dependency talloc>=2.4.1nb1: found talloc-2.4.2 => Full dependency unbound>=1.22.0nb3: found unbound-1.22.0nb3 => Full dependency gettext-lib>=0.22: found gettext-lib-0.22.5 => Full dependency libiconv>=1.9.1: found libiconv-1.17 => Full dependency libevent>=0.6: found libevent-2.1.12nb2 => Full dependency libxml2>=2.6.2: found libxml2-2.12.9nb3 => Full dependency nghttp2>=1.0.0: found nghttp2-1.64.0nb3 => Full dependency xz>=5.0.0: found xz-5.6.3 => Full dependency zlib>=1.1.4: found zlib-1.3.1 ===> Overriding tools for freeradius-3.2.5nb3 ===> Extracting for freeradius-3.2.5nb3 ===> Patching for freeradius-3.2.5nb3 => Applying pkgsrc patches for freeradius-3.2.5nb3 => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-configure => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure,v 1.1 2023/06/17 18:19:06 adam Exp $ | |Portable test syntax | |--- configure.orig 2023-05-26 13:56:52.000000000 +0000 |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 12066. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-configure.ac => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-configure.ac Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-configure.ac,v 1.2 2018/04/12 01:21:07 nonaka Exp $ | |Check if in_pkt_info has ipi_spec_dst before trying to use (NetBSD 8 doesn't). |Fix test syntax. | |--- configure.ac.orig 2017-07-17 12:43:00.000000000 +0000 |+++ configure.ac -------------------------- Patching file configure.ac using Plan A... Hunk #1 succeeded at 1840 (offset 329 lines). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-raddb_radiusd.conf.in => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-raddb_radiusd.conf.in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-raddb_radiusd.conf.in,v 1.1 2020/04/16 15:49:30 jperkin Exp $ | |Update example radiusd.conf to include the correct user/group | |--- raddb/radiusd.conf.in.orig 2020-04-15 11:59:38.209113301 +0000 |+++ raddb/radiusd.conf.in 2020-04-15 12:00:19.973538936 +0000 -------------------------- Patching file raddb/radiusd.conf.in using Plan A... Hunk #1 succeeded at 541 (offset 40 lines). done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-src_lib_udpfromto.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-src_lib_udpfromto.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_lib_udpfromto.c,v 1.3 2018/09/25 12:16:36 jperkin Exp $ | |Only use IP_PKTINFO if the configure checks for the necessary members |passed. Use either IP_PKTINFO or IP_SENDSRCADDR, but not both. | |--- src/lib/udpfromto.c.orig 2017-07-17 12:43:00.000000000 +0000 |+++ src/lib/udpfromto.c -------------------------- Patching file src/lib/udpfromto.c using Plan A... Hunk #1 succeeded at 386. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-src_main_command.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-src_main_command.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_main_command.c,v 1.1 2021/06/25 11:42:48 adam Exp $ | |O_DIRECTORY is a Linuxism and O_NOFOLLOW is a BSDism ported to Linux | |--- src/main/command.c.orig 2016-09-29 15:19:48.000000000 +0000 |+++ src/main/command.c -------------------------- Patching file src/main/command.c using Plan A... Hunk #1 succeeded at 21. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-src_main_listen.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-src_main_listen.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_main_listen.c,v 1.3 2024/07/24 14:28:05 manu Exp $ | |Fix missing SOL_TCP for other platforms. | |--- src/main/listen.c.orig 2024-07-08 22:29:24.000000000 +0200 |+++ src/main/listen.c 2024-07-19 15:39:10.917760544 +0200 -------------------------- Patching file src/main/listen.c using Plan A... Hunk #1 succeeded at 54. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-src_main_stats.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-src_main_stats.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_main_stats.c,v 1.1 2024/07/24 14:28:05 manu Exp $ | |From upstream |https://github.com/FreeRADIUS/freeradius-server/commit/3a9449539e4c5a74c85685cad6abe6edf412f701 | |From 3a9449539e4c5a74c85685cad6abe6edf412f701 Mon Sep 17 00:00:00 2001 |From: "Alan T. DeKok" <aland@freeradius.org> |Date: Wed, 10 Jul 2024 09:29:39 -0400 |Subject: [PATCH] ignore home server "ping" packets. Fixes #5363 | |--- | src/main/stats.c | 8 ++++++++ | 1 file changed, 8 insertions(+) | |diff --git a/src/main/stats.c b/src/main/stats.c |index 29f2c48f4b9c..64cbafea931f 100644 |--- ./src/main/stats.c.orig |+++ ./src/main/stats.c -------------------------- Patching file ./src/main/stats.c using Plan A... Hunk #1 succeeded at 95. done => Verifying /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-src_main_util.c => Applying pkgsrc patch /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/net/freeradius/patches/patch-src_main_util.c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-src_main_util.c,v 1.2 2024/07/24 14:28:05 manu Exp $ | |O_DIRECTORY to open(2) is a Linuxism. | |--- src/main/util.c.orig 2024-07-08 22:29:24.000000000 +0200 |+++ src/main/util.c 2024-07-19 11:18:24.524415048 +0200 -------------------------- Patching file src/main/util.c using Plan A... Hunk #1 succeeded at 30. done ===> Creating toolchain wrappers for freeradius-3.2.5nb3 ===> Configuring for freeradius-3.2.5nb3 => Fixing interpreter. => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Replacing Perl interpreter in src/modules/rlm_counter/rad_counter scripts/sql/radsqlrelay scripts/sql/rlm_sqlippool_tool. configure: WARNING: unrecognized options: --without-rlm_yubikey, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix checking for asciidoctor... no configure: WARNING: asciidoctor not found - Please install if you want build the docs checking for pandoc... no configure: WARNING: pandoc not found - Please install if you want build the docs checking for doxygen... no configure: WARNING: doxygen not found - Please install if you want build the docs/source checking for antora... no configure: WARNING: antora not found - Please install if you want build the site checking build system type... aarch64-apple-darwin23 checking host system type... aarch64-apple-darwin23 checking target system type... aarch64-apple-darwin23 checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether clang accepts -g... yes checking for clang option to enable C11 features... none needed checking whether the compiler supports GNU C++... yes checking whether clang++ accepts -g... yes checking for clang++ option to enable C++11 features... none needed checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for sys/time.h... yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking whether clang needs -traditional... no checking whether we are using SUNPro C... no checking for aarch64-apple-darwin23-ranlib... no checking for ranlib... ranlib checking if compiler is clang... yes checking for the compiler flag "-Wno-unknown-warning-option"... yes checking for the compiler flag "-Qunused-arguments"... no checking for the compiler flag "-Wno-date-time"... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether byte ordering is bigendian... no checking for gmake... yes checking for gmake... /Users/pbulk/build/net/freeradius/work/.tools/bin/gmake checking number of system cores... 10 checking for git... yes checking docdir... ${datadir}/doc/freeradius checking logdir... /var/log/radiusd checking radacctdir... ${logdir}/radacct checking raddbdir... ${sysconfdir}/raddb checking dictdir... ${datarootdir}/freeradius checking for perl... /opt/pkg/bin/perl checking for snmpget... /usr/bin/snmpget checking for snmpwalk... /usr/bin/snmpwalk checking for rusers... /usr/bin/rusers checking for dirname... /Users/pbulk/build/net/freeradius/work/.tools/bin/dirname checking for grep... (cached) /usr/bin/grep checking for _talloc in -ltalloc... yes checking for pthread.h... yes checking for pthread_create in -lpthread... yes checking for the compiler flag "-pthread"... yes checking for library containing sem_init... none required checking for dlopen in -ldl... yes checking for getsockname in -lsocket... no checking for inet_aton in -lresolv... yes checking for inet_ntoa in -lnsl... no checking for htonl in -lws2_32... no checking for pcap_open_live in -lpcap... yes checking for pcap_fopen_offline... yes checking for pcap_dump_fopen... yes checking for pcap_create... yes checking for pcap_activate... yes checking for lcc_connect in -lcollectdclient... no checking for lcc_connect in -lcollectdclient in /usr/local/lib... no checking for lcc_connect in -lcollectdclient in /opt/lib... no configure: WARNING: collectdclient library not found. Use --with-collectdclient-lib-dir=<path>. checking for cap_get_proc in -lcap... no checking for cap_get_proc in -lcap in /usr/local/lib... no checking for cap_get_proc in -lcap in /opt/lib... no configure: WARNING: cap library not found, debugger checks will not be enabled. Use --with-cap-lib-dir=<path>. checking for a readline compatible library... -lreadline checking for readline.h... no checking for readline/readline.h... yes checking whether readline supports history... yes checking for history.h... no checking for readline/history.h... yes configure: skipping test for systemd watchdog configure: skipping test for systemd/sd-daemon.h. checking for talloc.h... yes ./configure[9376]: break: can't break checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for egrep... (cached) /usr/bin/egrep checking for sys/wait.h that is POSIX.1 compatible... yes checking for arpa/inet.h... yes checking for crypt.h... no checking for dlfcn.h... yes checking for errno.h... yes checking for fcntl.h... yes checking for features.h... no checking for fnmatch.h... yes checking for getopt.h... yes checking for glob.h... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking for limits.h... yes checking for linux/if_packet.h... no checking for malloc.h... no checking for netdb.h... yes checking for netinet/in.h... yes checking for prot.h... no checking for pwd.h... yes checking for resource.h... no checking for semaphore.h... yes checking for sia.h... no checking for siad.h... no checking for signal.h... yes checking for stdatomic.h... yes checking for stdalign.h... yes checking for stdbool.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdio.h... (cached) yes checking for sys/event.h... yes checking for sys/fcntl.h... yes checking for sys/prctl.h... no checking for sys/procctl.h... no checking for sys/ptrace.h... yes checking for sys/resource.h... yes checking for sys/security.h... no checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/time.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/un.h... yes checking for sys/wait.h... (cached) yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for utime.h... yes checking for utmp.h... yes checking for utmpx.h... yes checking for winsock.h... no checking for net/if.h... yes checking for DH_new in -lcrypto in /opt/pkg/lib... yes checking for SSL_new in -lssl in /opt/pkg/lib... yes checking for openssl/ssl.h in /opt/pkg/include/... yes checking for openssl/asn1.h... yes checking for openssl/conf.h... yes checking for openssl/crypto.h... yes checking for openssl/err.h... yes checking for openssl/evp.h... yes checking for openssl/hmac.h... yes checking for openssl/md5.h... yes checking for openssl/md4.h... yes checking for openssl/rand.h... yes checking for openssl/sha.h... yes checking for openssl/ssl.h... (cached) yes checking for openssl/ocsp.h... yes checking for openssl/engine.h... yes checking for OpenSSL version >= 1.0.2... yes checking OpenSSL library and header version consistency... library: 30300020 header: 30300020... yes checking for SSL_get_client_random... yes checking for SSL_get_server_random... yes checking for SSL_SESSION_get_master_key... yes checking for HMAC_CTX_new... yes checking for HMAC_CTX_free... yes checking for ASN1_STRING_get0_data... yes checking for CONF_modules_load_file... yes checking for CRYPTO_set_id_callback... no checking for CRYPTO_set_locking_callback... no checking for pcap.h... yes ./configure[10880]: break: can't break configure: skipping test for collectd/client.h. configure: skipping test for cap.h. checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for socklen_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for __uint128_t... yes checking for uint128_t... no checking for struct in6_addr... yes checking for struct sockaddr_storage... yes checking for struct sockaddr_in6... yes checking for struct addrinfo... yes checking if sig_t is defined... yes checking for bindat... no checking for clock_gettime... yes checking for closefrom... no checking for ctime_r... yes checking for dladdr... yes checking for fcntl... yes checking for fopencookie... no checking for funopen... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for getopt_long... yes checking for getpeereid... yes checking for getresuid... no checking for gettimeofday... yes checking for getusershell... yes checking for gmtime_r... yes checking for if_indextoname... yes checking for inet_aton... yes checking for inet_ntop... yes checking for inet_pton... yes checking for initgroups... yes checking for kqueue... yes checking for localtime_r... yes checking for mallopt... no checking for mkdirat... yes checking for openat... yes checking for pthread_sigmask... yes checking for setlinebuf... yes checking for setresuid... no checking for setsid... yes checking for setuid... yes checking for setvbuf... yes checking for sigaction... yes checking for sigprocmask... yes checking for snprintf... yes checking for strcasecmp... yes checking for strlcat... yes checking for strlcpy... yes checking for strncasecmp... yes checking for strsep... yes checking for strsignal... yes checking for unlinkat... yes checking for vdprintf... yes checking for vsnprintf... yes checking for ut_xtime in struct utmpx... no checking for ipi_addr in struct in_pktinfo... yes checking for ipi_spec_dst in struct in_pktinfo... yes checking for ipi6_addr in struct in6_pktinfo... yes checking if htonll is defined... yes checking if htonlll is defined... no checking for an ANSI C-conforming const... yes checking type of OS... Darwin checking if building with -DNDEBUG... yes checking for __thread support in compiler... yes checking for __builtin_choose_expr support in compiler... yes checking for __builtin_types_compatible_p support in compiler... yes checking for __builtin_bswap64 support in compiler... yes checking for __attribute__((__bounded__)) support in compiler... yes checking for talloc_set_memlimit in -ltalloc... yes checking for crypt in -lcrypt... no checking for crypt... yes checking for crypt_r in -lcrypt... no checking for setkey in -lcipher... no checking for execinfo.h... yes ./configure[13247]: break: can't break checking for backtrace_symbols in -lexecinfo... no checking for backtrace_symbols in -lexecinfo in /usr/local/lib... no checking for backtrace_symbols in -lexecinfo in /opt/lib... no checking if execinfo provided as part of libc... yes checking for pcre.h... no checking for pcre.h in /usr/local/include/... no checking for pcre.h in /opt/include/... no checking for regex.h... yes ./configure[14114]: break: can't break checking for extended regular expressions... yes checking for regcomp in -lregex... no checking for regncomp... yes checking for regnexec... yes checking for library containing __atomic_load_4... none required checking gethostbyaddr_r() syntax... BSD-style configure: WARNING: ****** BSD-style gethostbyaddr might NOT be thread-safe! ****** checking gethostbyname_r() syntax... BSD-style configure: WARNING: ****** BSD-style gethostbyname might NOT be thread-safe! ****** checking getpwnam_r... yes checking getgrnam_r... yes checking ctime_r() syntax... POSIX-style top_builddir=/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5 configure: creating ./config.status config.status: creating ./Make.inc config.status: creating ./src/include/build-radpaths-h config.status: creating ./src/main/radsniff.mk config.status: creating ./src/main/checkrad config.status: creating ./src/main/radlast config.status: creating ./src/main/radtest config.status: creating ./scripts/rc.radiusd config.status: creating ./scripts/cron/radiusd.cron.daily config.status: creating ./scripts/cron/radiusd.cron.monthly config.status: creating ./scripts/cryptpasswd config.status: creating ./raddb/radrelay.conf config.status: creating ./raddb/radiusd.conf config.status: creating src/include/autoconf.h config.status: executing stamp-h commands config.status: executing build-radpaths-h commands config.status: executing main-chmod commands config.status: executing scripts-chmod commands === configuring in src/modules/rlm_cache (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_cache) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_cache checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed configure: creating ./config.status config.status: creating all.mk === configuring in ./drivers/rlm_cache_memcached (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_cache/./drivers/rlm_cache_memcached) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_cache_memcached *** module rlm_cache_memcached is disabled. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./drivers/rlm_cache_redis (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_cache/./drivers/rlm_cache_redis) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_cache_redis checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for hiredis/hiredis.h... no checking for hiredis/hiredis.h in /usr/local/include/... no checking for hiredis/hiredis.h in /opt/include/... no configure: WARNING: hiredis headers not found. Use --with-redis-include-dir=<path>. checking for redisConnect in -lhiredis... no checking for redisConnect in -lhiredis in /usr/local/lib... no checking for redisConnect in -lhiredis in /opt/lib... no configure: WARNING: hiredis libraries not found. Use --with-redis-lib-dir=<path>. configure: WARNING: silently not building rlm_cache_redis. configure: WARNING: FAILURE: rlm_cache_redis requires: hiredis.h libhiredis. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_counter (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_counter) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_counter checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for gdbm.h... yes ./configure[3349]: break: can't break checking for gdbm_open in -lgdbm... yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking to see GDBM_SYNC status... needs it. checking for gdbm_fdesc... yes configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_eap (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_eap) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_eap checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed configure: creating ./config.status === configuring in ./types/rlm_eap_fast (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_eap/./types/rlm_eap_fast) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_eap_fast checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for openssl/ec.h in /opt/pkg/include/... yes checking for EVP_CIPHER_CTX_new in -lcrypto in /opt/pkg/lib... yes checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for OpenSSL version >= 1.0.1a... yes configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./types/rlm_eap_ikev2 (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_eap/./types/rlm_eap_ikev2) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_eap_ikev2 *** module rlm_eap_ikev2 is disabled. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./types/rlm_eap_pwd (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_eap/./types/rlm_eap_pwd) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_eap_pwd checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for openssl/ec.h in /opt/pkg/include/... yes checking for EVP_CIPHER_CTX_new in -lcrypto in /opt/pkg/lib... yes checking for EVP_sha256... yes checking for EC_GROUP_free... yes configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./types/rlm_eap_sim (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_eap/./types/rlm_eap_sim) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_eap_sim configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./types/rlm_eap_teap (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_eap/./types/rlm_eap_teap) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_eap_teap checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for openssl/ec.h in /opt/pkg/include/... yes checking for EVP_CIPHER_CTX_new in -lcrypto in /opt/pkg/lib... yes checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for OpenSSL version >= 1.1.1... yes configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./types/rlm_eap_tnc (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_eap/./types/rlm_eap_tnc) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_eap_tnc *** module rlm_eap_tnc is disabled. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_ippool (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_ippool) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_ippool checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for gdbm.h... yes ./configure[3345]: break: can't break checking for gdbm_open in -lgdbm... yes checking to see GDBM_SYNC status... checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep needs it. checking for gdbm_fdesc... yes configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_json (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_json) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_json checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for json/json.h... no checking for json/json.h in /usr/local/include/... no checking for json/json.h in /opt/include/... no checking for json-c/json.h... no checking for json-c/json.h in /usr/local/include/... no checking for json-c/json.h in /opt/include/... no configure: WARNING: json-c headers not found. Use --with-jsonc-include-dir=<path>. checking for json_c_version in -ljson-c... no checking for json_c_version in -ljson-c in /usr/local/lib... no checking for json_c_version in -ljson-c in /opt/lib... no checking for json_tokener_new in -ljson... no checking for json_tokener_new in -ljson in /usr/local/lib... no checking for json_tokener_new in -ljson in /opt/lib... no configure: WARNING: json-c libraries not found. Use --with-jsonc-lib-dir=<path>. configure: WARNING: silently building without JSON support. requires: json-c configure: WARNING: silently not building rlm_json. configure: WARNING: FAILURE: rlm_json requires: json.h json-c. configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_krb5 (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_krb5) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_krb5 *** module rlm_krb5 is disabled. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_ldap (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_ldap) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_ldap *** module rlm_ldap is disabled. configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_mschap (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_mschap) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_mschap checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for membership.h... yes ./configure[3607]: break: can't break checking for wbclient.h in /usr/include/samba-4.0/... no checking for wbclient.h... no checking for wbclient.h in /usr/local/include/... no checking for wbclient.h in /opt/include/... no configure: WARNING: wbclient.h not found. Use --with-winbind-include-dir=<path>. configure: WARNING: silently building without support for direct authentication via winbind. requires: libwbclient checking for core/ntstatus.h in /usr/include/samba-4.0/... no checking for core/ntstatus.h... no checking for core/ntstatus.h in /usr/local/include/... no checking for core/ntstatus.h in /opt/include/... no configure: WARNING: core/ntstatus.h not found. Use --with-winbind-include-dir=<path>. configure: WARNING: silently building without support for direct authentication via winbind. requires: libwbclient configure: creating ./config.status config.status: creating rlm_mschap.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_pam (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_pam) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_pam checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for dlopen in -ldl... yes checking for pam_start in -lpam... yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking security/pam_appl.h usability... yes checking security/pam_appl.h presence... yes checking for security/pam_appl.h... yes checking pam/pam_appl.h usability... no checking pam/pam_appl.h presence... no checking for pam/pam_appl.h... no checking for security/pam_modules.h... yes checking for pam/pam_modules.h... no configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_perl (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_perl) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_perl *** module rlm_perl is disabled. configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_python (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_python) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_python *** module rlm_python is disabled. configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_python3 (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_python3) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_python3 checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for a Python interpreter with version >= 3.0... python3 checking for python3... /usr/bin/python3 checking for python3 version... 3.8 checking for python3 platform... darwin checking for GNU default python3 prefix... ${prefix} checking for GNU default python3 exec_prefix... ${exec_prefix} checking for python3 script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.8/site-packages checking for python3 extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.8/site-packages checking for python3-config... python3-config ./configure[3481]: python3-config: inaccessible or not found configure: python3-config's cflags were "" configure: Sanitized cflags were " " checking for gawk... /opt/pkg/bin/nawk ./configure[3481]: python3-config: inaccessible or not found configure: python3-config's ldflags were "}" configure: Sanitized ldflags were "" checking for dl_iterate_phdr... no configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_radutmp (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_radutmp) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_radutmp checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_realm (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_realm) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_realm checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for tidc_create in -ltr_tid... no checking for tidc_create in -ltr_tid in /usr/local/lib... no checking for tidc_create in -ltr_tid in /opt/lib... no checking for tid_srvr_get_key_expiration in -ltr_tid... no checking for tid_srvr_get_key_expiration in -ltr_tid in /usr/local/lib... no checking for tid_srvr_get_key_expiration in -ltr_tid in /opt/lib... no checking for trust_router/tr_dh.h... no checking for trust_router/tr_dh.h in /usr/local/include/... no checking for trust_router/tr_dh.h in /opt/include/... no configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_rest (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_rest) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_rest *** module rlm_rest is disabled. configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_sql (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sql) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_sql checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed configure: creating ./config.status config.status: creating all.mk === configuring in ./drivers/rlm_sql_iodbc (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sql/./drivers/rlm_sql_iodbc) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_sql_iodbc *** module rlm_sql_iodbc is disabled. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./drivers/rlm_sql_mysql (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sql/./drivers/rlm_sql_mysql) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_sql_mysql *** module rlm_sql_mysql is disabled. configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./drivers/rlm_sql_postgresql (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sql/./drivers/rlm_sql_postgresql) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_sql_postgresql *** module rlm_sql_postgresql is disabled. configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./drivers/rlm_sql_oracle (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sql/./drivers/rlm_sql_oracle) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_sql_oracle *** module rlm_sql_oracle is disabled. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./drivers/rlm_sql_unixodbc (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sql/./drivers/rlm_sql_unixodbc) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --with-libiconv-prefix Running tests for rlm_sql_unixodbc *** module rlm_sql_unixodbc is disabled. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --with-libiconv-prefix === configuring in ./drivers/rlm_sql_sqlite (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sql/./drivers/rlm_sql_sqlite) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_sql_sqlite *** module rlm_sql_sqlite is disabled. configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in ./drivers/rlm_sql_freetds (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sql/./drivers/rlm_sql_freetds) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_sql_freetds *** module rlm_sql_freetds is disabled. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_sqlcounter (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sqlcounter) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_sqlcounter checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_sqlippool (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sqlippool) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_sqlippool configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_sql_map (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_sql_map) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_sql_map configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_unix (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_unix) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_unix checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking how to run the C preprocessor... clang -E checking for system password file... /etc/passwd checking for system shadow password file... no /etc/shadow file checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking shadow.h usability... no checking shadow.h presence... no checking for shadow.h... no checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for getspnam... no checking for getusershell... yes checking for getpwnam... yes checking for getspnam in -lshadow... no configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_unbound (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_unbound) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_unbound checking for aarch64-apple-darwin23-gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking for ub_ctx_create in -lunbound... yes checking for unbound.h... yes ./configure[2965]: break: can't break configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_yubikey (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_yubikey) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_yubikey *** module rlm_yubikey is disabled. configure: creating ./config.status config.status: creating all.mk config.status: creating config.h configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_redis (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_redis) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_redis *** module rlm_redis is disabled. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix === configuring in src/modules/rlm_rediswho (/Users/pbulk/build/net/freeradius/work/freeradius-server-3.2.5/src/modules/rlm_rediswho) configure: running /opt/pkg/bin/mksh ./configure --disable-option-checking '--prefix=/opt/pkg' '--with-openssl-include-dir=/opt/pkg/include' '--with-openssl-lib-dir=/opt/pkg/lib' '--without-rlm_yubikey' '--localstatedir=/var' '--sysconfdir=/opt/pkg/etc' '--with-logdir=/var/log/radiusd' '--without-rlm_eap_ikev2' '--without-rlm_eap_tnc' '--without-rlm_sql_freetds' '--without-rlm_sql_sqlite' '--without-rlm_cache_memcached' '--without-rlm_krb5' '--without-rlm_ldap' '--without-rlm_perl' '--without-rlm_python' '--without-rlm_redis' '--without-rlm_rediswho' '--without-rlm_rest' '--without-rlm_ruby' '--without-rlm_sql_iodbc' '--without-rlm_sql_mysql' '--without-rlm_sql_oracle' '--without-rlm_sql_postgresql' '--without-rlm_sql_unixodbc' '--with-libiconv-prefix=/opt/pkg' '--build=aarch64-apple-darwin23' '--host=aarch64-apple-darwin23' '--mandir=/opt/pkg/share/man' '--enable-option-checking=yes' 'build_alias=aarch64-apple-darwin23' 'host_alias=aarch64-apple-darwin23' 'CC=clang' 'CFLAGS=-pipe -Os -I/opt/pkg/include' 'LDFLAGS=-L/opt/pkg/lib' 'LIBS=' 'CPPFLAGS=-I/opt/pkg/include' 'CXX=clang++' 'CXXFLAGS=-pipe -Os -I/opt/pkg/include' --cache-file=/dev/null --srcdir=. configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Running tests for rlm_rediswho *** module rlm_rediswho is disabled. configure: creating ./config.status config.status: creating all.mk configure: WARNING: unrecognized options: --with-openssl-include-dir, --with-openssl-lib-dir, --without-rlm_yubikey, --with-logdir, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix configure: WARNING: unrecognized options: --without-rlm_yubikey, --without-rlm_eap_ikev2, --without-rlm_eap_tnc, --without-rlm_sql_freetds, --without-rlm_sql_sqlite, --without-rlm_cache_memcached, --without-rlm_krb5, --without-rlm_ldap, --without-rlm_perl, --without-rlm_python, --without-rlm_redis, --without-rlm_rediswho, --without-rlm_rest, --without-rlm_ruby, --without-rlm_sql_iodbc, --without-rlm_sql_mysql, --without-rlm_sql_oracle, --without-rlm_sql_postgresql, --without-rlm_sql_unixodbc, --with-libiconv-prefix Module configure status report ------------------------------ rlm_always .............. OK rlm_attr_filter ......... OK rlm_cache ............... OK rlm_cache_memcached ..... OK rlm_cache_rbtree ........ OK rlm_cache_redis ......... skipping (requires hiredis.h libhiredis) rlm_chap ................ OK rlm_couchbase ........... OK rlm_counter ............. OK rlm_date ................ OK rlm_detail .............. OK rlm_digest .............. OK rlm_dpsk ................ OK rlm_dynamic_clients ..... OK rlm_eap ................. OK rlm_eap_fast ............ OK rlm_eap_gtc ............. OK rlm_eap_ikev2 ........... OK rlm_eap_md5 ............. OK rlm_eap_mschapv2 ........ OK rlm_eap_peap ............ OK rlm_eap_pwd ............. OK rlm_eap_sim ............. OK rlm_eap_teap ............ OK rlm_eap_tls ............. OK rlm_eap_tnc ............. OK rlm_eap_ttls ............ OK rlm_example ............. OK rlm_exec ................ OK rlm_expiration .......... OK rlm_expr ................ OK rlm_files ............... OK rlm_idn ................. OK rlm_ippool .............. OK rlm_json ................ skipping (requires json.h json-c) rlm_krb5 ................ OK rlm_ldap ................ OK rlm_linelog ............. OK rlm_logintime ........... OK rlm_mschap .............. OK ... with opendirectory support without direct winbind support rlm_opendirectory ....... OK rlm_pam ................. OK rlm_pap ................. OK rlm_passwd .............. OK rlm_perl ................ OK rlm_preprocess .......... OK rlm_python .............. OK rlm_python3 ............. OK rlm_radutmp ............. OK rlm_realm ............... OK rlm_redis ............... OK rlm_rediswho ............ OK rlm_replicate ........... OK rlm_rest ................ OK rlm_ruby ................ OK rlm_securid ............. OK rlm_smsotp .............. OK rlm_soh ................. OK rlm_sometimes ........... OK rlm_sql ................. OK rlm_sql_db2 ............. OK rlm_sql_firebird ........ OK rlm_sql_freetds ......... OK rlm_sql_iodbc ........... OK rlm_sql_mongo ........... OK rlm_sql_mysql ........... OK rlm_sql_null ............ OK rlm_sql_oracle .......... OK rlm_sql_postgresql ...... OK rlm_sql_sqlite .......... OK rlm_sql_unixodbc ........ OK rlm_sql_map ............. OK rlm_sqlcounter .......... OK rlm_sqlippool ........... OK rlm_test ................ OK rlm_totp ................ OK rlm_unbound ............. OK rlm_unix ................ OK rlm_unpack .............. OK rlm_utf8 ................ OK rlm_wimax ............... OK rlm_yubikey ............. OK => Substituting user and group in radiusd.conf