After that, I went to make and got the following error.
make
Run ./configure before running make. See INSTALL for details.
Makefile:1: Makefile.global: No such file or directory
make: *** [Makefile:77: Makefile.global] Error 1
Below is the full output of configure in case I missed anything.
configure: Building INN requires the following dependencies to be met,
besides a working compiler, a POSIX shell and GNU make, as well as Autoconf
if you're bootstrapping the source code.
The names of the deb and rpm packages are given to help you find them quicker.
Mandatory (deb / rpm):
bison, flex / byacc, flex (for the innfeed build, if bootstrapping the source
code)
perl / perl (for various mandatory Perl scripts)
default-mta / postfix (or any specific MTA, for moderated newsgroups)
Optional (deb / rpm):
libdb-dev / libdb-devel (--with-bdb for ovdb overview)
libkrb5-dev / krb5-devel (--with-krb5 for a Kerberos v5 authenticator)
libssl-dev / openssl-devel (--with-openssl for TLS support for readers)
libperl-dev / perl-devel, perl-ExtUtils-Embed (--with-perl for Perl-based
spam filtering and authentication)
python3-dev, python3 / python3-devel, python3 (--with-python for Python-based
spam filtering and authentication)
libsasl2-dev / cyrus-sasl-devel (--with-sasl for SASL authentication support)
zlib1g-dev / zlib-devel (--with-zlib for compressed ovdb, and the COMPRESS
command for readers)
Though not mandatory for the build, the following packages should be installed
if you plan on using the provided features (configure will properly sets their
path in a few variables used by INN):
gnupg / gnupg2 (for the verification of the signatures of control articles
and NoCeM notices)
uucp / uucp (for the exchange of news articles with send-uucp)
various wide-spread programs like a modern awk implementation, grep, gzip
(and eventually bzip2 and compress if you want to use other compression
methods with send-uucp or rnews), sed and sort, probably already installed
on your system, and used by INN in several scripts
Though not mandatory for the build, the following packages will also be useful:
libgd-perl / perl-GD (for pictures in HTML daily Usenet reports)
libmime-tools-perl / perl-MIME-tools (for the decoding of control articles
by controlchan)
cron and syslog, probably already installed on your system
Happy building!
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define EXTENSIONS... yes
checking for library containing strerror... none required
checking if gcc supports -c -o file.o... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... gawk
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for Perl version 5.004_03 or later... /usr/bin/perl
checking for Perl module Encode... yes
checking for Perl module GD... yes
checking for Perl module MIME::Parser... yes
checking for flags to link with Perl... -Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu/perl/5.30/CORE -lperl -ldl -lm -lpthread -lcrypt
checking EXTERN.h usability... yes
checking EXTERN.h presence... yes
checking for EXTERN.h... yes
checking for perl_alloc... yes
checking if gcc supports -Wno-extra... yes
checking for Python version 2.3.0 (2.x series) or 3.3.0 or later... /usr/bin/python3
checking for flags to link with Python... -L/usr/lib -lpython3.8 -lcrypt -lpthread -ldl -lutil -lm -lm -lexpat -L/usr/lib -lz -lexpat -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for Py_Initialize... yes
checking whether gcc needs -traditional... no
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for ranlib... (cached) ranlib
checking for bison... bison -y
checking for gawk... (cached) gawk
checking for egrep... (cached) /usr/bin/grep -E
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for sort... /usr/bin/sort
checking for openssl... /usr/bin/openssl
checking for uustat... no
checking for uux... no
checking for bzip2... /bin/bzip2
checking for cat... /bin/cat
checking for compress... compress
checking for gzip... /usr/bin/gzip
checking for sendmail... /usr/sbin/sendmail
checking for gpgv1... no
checking for gpgv... /usr/bin/gpgv
checking for gpg1... /usr/bin/gpg1
checking for pgpv... no
checking for pgp... /usr/bin/pgp
checking for wget... /usr/bin/wget
checking for library containing setproctitle... no
checking for pstat... no
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing inet_aton... none required
checking for library containing crypt... -lcrypt
checking for library containing getspnam... none required
checking security/pam_appl.h usability... no
checking security/pam_appl.h presence... no
checking for security/pam_appl.h... no
checking pam/pam_appl.h usability... no
checking pam/pam_appl.h presence... no
checking for pam/pam_appl.h... no
checking whether PAM prefers const... no
checking size of long... 8
checking db.h usability... yes
checking db.h presence... yes
checking for db.h... yes
checking for db_create in -ldb... yes
checking for krb5-config... /usr/bin/krb5-config
checking for krb5 support in krb5-config... yes
checking for --deps support in krb5-config... yes
checking for krb5_init_context... yes
checking krb5.h usability... yes
checking krb5.h presence... yes
checking for krb5.h... yes
checking kerberosv5/krb5.h usability... no
checking kerberosv5/krb5.h presence... no
checking for kerberosv5/krb5.h... no
checking krb5/krb5.h usability... yes
checking krb5/krb5.h presence... yes
checking for krb5/krb5.h... yes
checking for krb5_get_error_message... yes
checking for krb5_free_error_message... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for library containing dlopen... -ldl
checking for AES_cbc_encrypt in -lcrypto... yes
checking for SSL_accept in -lssl... yes
checking sasl/sasl.h usability... yes
checking sasl/sasl.h presence... yes
checking for sasl/sasl.h... yes
checking for sasl_getprop in -lsasl2... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress in -lz... yes
checking for working ndbm compatibility layer with Berkeley DB... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking ndbm.h usability... no
checking ndbm.h presence... no
checking for ndbm.h... no
checking db1/ndbm.h usability... no
checking db1/ndbm.h presence... no
checking for db1/ndbm.h... no
checking gdbm/ndbm.h usability... no
checking gdbm/ndbm.h presence... no
checking for gdbm/ndbm.h... no
checking gdbm-ndbm.h usability... no
checking gdbm-ndbm.h presence... no
checking for gdbm-ndbm.h... no
checking whether pread is declared... yes
checking whether pwrite is declared... yes
checking whether reallocarray is declared... yes
checking whether snprintf is declared... yes
checking whether setproctitle is declared... no
checking whether strlcat is declared... no
checking whether strlcpy is declared... no
checking whether vsnprintf is declared... yes
checking whether h_errno is declared... yes
checking whether inet_aton is declared... yes
checking whether inet_ntoa is declared... yes
checking whether altzone is declared... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking for C99 variadic macros... yes
checking for GNU-style variadic macros... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... no
checking for struct sockaddr.sa_len... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for unsigned long long int... yes
checking for long long int... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for getgroups... yes
checking for working getgroups... yes
checking for uid_t in sys/types.h... (cached) yes
checking for sig_atomic_t... yes
checking for socklen_t... yes
checking for union semun... no
checking for struct sockaddr_in6... yes
checking for struct sockaddr_storage... yes
checking for struct sockaddr_storage.ss_family... yes
checking whether IN6_ARE_ADDR_EQUAL macro is broken... no
checking whether IOV_MAX is declared... yes
checking for SUN_LEN macro... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for working AI_ADDRCONFIG flag... yes
checking for working inet_ntoa... yes
checking for working snprintf... yes
checking for getloadavg... yes
checking for getrusage... yes
checking for getspnam... yes
checking for setbuffer... yes
checking for sigaction... yes
checking for setgroups... yes
checking for setrlimit... yes
checking for setsid... yes
checking for socketpair... yes
checking for strncasecmp... yes
checking for sysconf... yes
checking for getrlimit... yes
checking for statvfs... yes
checking for asprintf... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for getpagesize... yes
checking for inet_aton... yes
checking for inet_ntop... yes
checking for mkstemp... yes
checking for pread... yes
checking for pwrite... yes
checking for reallocarray... yes
checking for setenv... yes
checking for seteuid... yes
checking for strcasecmp... yes
checking for strlcat... no
checking for strlcpy... no
checking for strspn... yes
checking for strtok... yes
checking for symlink... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for working mmap... yes
checking for madvise... yes
checking whether mmap sees writes... yes
checking whether msync is needed... no
checking how many arguments msync takes... 3
checking whether STREAMS fd passing is supported... no
checking for UNIX domain sockets... yes
checking log facility for news... LOG_NEWS
checking if gcc supports -fPIE... yes
checking if gcc supports -pie for linking... yes
checking if gcc supports -fstack-protector-strong... yes
checking if gcc supports -fstack-protector-strong for linking... yes
checking if gcc supports -Wl,-z,relro for linking... yes
checking if gcc supports -Wl,-z,now for linking... yes
configure: creating ./config.status
Please check the following files before running make, to ensure that
everything was set correctly.
After downloading the source from https://archives.eyrie.org/software/inn/inn-2.6.5.tar.gz and uncompressing, I ran configure
./configure --prefix=/news --with-perl --with-python --no-create
After that, I went to make and got the following error.
make
Run ./configure before running make. See INSTALL for details. Makefile:1: Makefile.global: No such file or directory make: *** [Makefile:77: Makefile.global] Error 1
Below is the full output of configure in case I missed anything.
configure: Building INN requires the following dependencies to be met, besides a working compiler, a POSIX shell and GNU make, as well as Autoconf if you're bootstrapping the source code.
The names of the deb and rpm packages are given to help you find them quicker.
Mandatory (deb / rpm):
default-mta / postfix (or any specific MTA, for moderated newsgroups)
Optional (deb / rpm):
libsystemd-dev, pkg-config / systemd-devel, pkg-config (for systemd notifications and socket activation)
Though not mandatory for the build, the following packages should be installed if you plan on using the provided features (configure will properly sets their path in a few variables used by INN):
various wide-spread programs like a modern awk implementation, grep, gzip (and eventually bzip2 and compress if you want to use other compression methods with send-uucp or rnews), sed and sort, probably already installed on your system, and used by INN in several scripts
Though not mandatory for the build, the following packages will also be useful:
cron and syslog, probably already installed on your system
Happy building! checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define EXTENSIONS... yes checking for library containing strerror... none required checking if gcc supports -c -o file.o... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... gawk checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for Perl version 5.004_03 or later... /usr/bin/perl checking for Perl module Encode... yes checking for Perl module GD... yes checking for Perl module MIME::Parser... yes checking for flags to link with Perl... -Wl,-E -fstack-protector-strong -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu/perl/5.30/CORE -lperl -ldl -lm -lpthread -lcrypt checking EXTERN.h usability... yes checking EXTERN.h presence... yes checking for EXTERN.h... yes checking for perl_alloc... yes checking if gcc supports -Wno-extra... yes checking for Python version 2.3.0 (2.x series) or 3.3.0 or later... /usr/bin/python3 checking for flags to link with Python... -L/usr/lib -lpython3.8 -lcrypt -lpthread -ldl -lutil -lm -lm -lexpat -L/usr/lib -lz -lexpat -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 checking Python.h usability... yes checking Python.h presence... yes checking for Python.h... yes checking for Py_Initialize... yes checking whether gcc needs -traditional... no checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for ranlib... (cached) ranlib checking for bison... bison -y checking for gawk... (cached) gawk checking for egrep... (cached) /usr/bin/grep -E checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for sort... /usr/bin/sort checking for openssl... /usr/bin/openssl checking for uustat... no checking for uux... no checking for bzip2... /bin/bzip2 checking for cat... /bin/cat checking for compress... compress checking for gzip... /usr/bin/gzip checking for sendmail... /usr/sbin/sendmail checking for gpgv1... no checking for gpgv... /usr/bin/gpgv checking for gpg1... /usr/bin/gpg1 checking for pgpv... no checking for pgp... /usr/bin/pgp checking for wget... /usr/bin/wget checking for library containing setproctitle... no checking for pstat... no checking for library containing gethostbyname... none required checking for library containing socket... none required checking for library containing inet_aton... none required checking for library containing crypt... -lcrypt checking for library containing getspnam... none required checking security/pam_appl.h usability... no checking security/pam_appl.h presence... no checking for security/pam_appl.h... no checking pam/pam_appl.h usability... no checking pam/pam_appl.h presence... no checking for pam/pam_appl.h... no checking whether PAM prefers const... no checking size of long... 8 checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for db_create in -ldb... yes checking for krb5-config... /usr/bin/krb5-config checking for krb5 support in krb5-config... yes checking for --deps support in krb5-config... yes checking for krb5_init_context... yes checking krb5.h usability... yes checking krb5.h presence... yes checking for krb5.h... yes checking kerberosv5/krb5.h usability... no checking kerberosv5/krb5.h presence... no checking for kerberosv5/krb5.h... no checking krb5/krb5.h usability... yes checking krb5/krb5.h presence... yes checking for krb5/krb5.h... yes checking for krb5_get_error_message... yes checking for krb5_free_error_message... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for library containing dlopen... -ldl checking for AES_cbc_encrypt in -lcrypto... yes checking for SSL_accept in -lssl... yes checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for sasl_getprop in -lsasl2... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for compress in -lz... yes checking for working ndbm compatibility layer with Berkeley DB... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking sys/bitypes.h usability... yes checking sys/bitypes.h presence... yes checking for sys/bitypes.h... yes checking sys/filio.h usability... no checking sys/filio.h presence... no checking for sys/filio.h... no checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking ndbm.h usability... no checking ndbm.h presence... no checking for ndbm.h... no checking db1/ndbm.h usability... no checking db1/ndbm.h presence... no checking for db1/ndbm.h... no checking gdbm/ndbm.h usability... no checking gdbm/ndbm.h presence... no checking for gdbm/ndbm.h... no checking gdbm-ndbm.h usability... no checking gdbm-ndbm.h presence... no checking for gdbm-ndbm.h... no checking whether pread is declared... yes checking whether pwrite is declared... yes checking whether reallocarray is declared... yes checking whether snprintf is declared... yes checking whether setproctitle is declared... no checking whether strlcat is declared... no checking whether strlcpy is declared... no checking whether vsnprintf is declared... yes checking whether h_errno is declared... yes checking whether inet_aton is declared... yes checking whether inet_ntoa is declared... yes checking whether altzone is declared... no checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for C99 variadic macros... yes checking for GNU-style variadic macros... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... no checking for struct sockaddr.sa_len... no checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for unsigned long long int... yes checking for long long int... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for ssize_t... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for getgroups... yes checking for working getgroups... yes checking for uid_t in sys/types.h... (cached) yes checking for sig_atomic_t... yes checking for socklen_t... yes checking for union semun... no checking for struct sockaddr_in6... yes checking for struct sockaddr_storage... yes checking for struct sockaddr_storage.ss_family... yes checking whether IN6_ARE_ADDR_EQUAL macro is broken... no checking whether IOV_MAX is declared... yes checking for SUN_LEN macro... yes checking for working alloca.h... yes checking for alloca... yes checking for working AI_ADDRCONFIG flag... yes checking for working inet_ntoa... yes checking for working snprintf... yes checking for getloadavg... yes checking for getrusage... yes checking for getspnam... yes checking for setbuffer... yes checking for sigaction... yes checking for setgroups... yes checking for setrlimit... yes checking for setsid... yes checking for socketpair... yes checking for strncasecmp... yes checking for sysconf... yes checking for getrlimit... yes checking for statvfs... yes checking for asprintf... yes checking for getaddrinfo... yes checking for getnameinfo... yes checking for getpagesize... yes checking for inet_aton... yes checking for inet_ntop... yes checking for mkstemp... yes checking for pread... yes checking for pwrite... yes checking for reallocarray... yes checking for setenv... yes checking for seteuid... yes checking for strcasecmp... yes checking for strlcat... no checking for strlcpy... no checking for strspn... yes checking for strtok... yes checking for symlink... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for working mmap... yes checking for madvise... yes checking whether mmap sees writes... yes checking whether msync is needed... no checking how many arguments msync takes... 3 checking whether STREAMS fd passing is supported... no checking for UNIX domain sockets... yes checking log facility for news... LOG_NEWS checking if gcc supports -fPIE... yes checking if gcc supports -pie for linking... yes checking if gcc supports -fstack-protector-strong... yes checking if gcc supports -fstack-protector-strong for linking... yes checking if gcc supports -Wl,-z,relro for linking... yes checking if gcc supports -Wl,-z,now for linking... yes configure: creating ./config.status
Please check the following files before running make, to ensure that everything was set correctly.