Hello,

I am facing error in installation of GNUnet.
I have been following instructions of installation as on
https://gnunet.org/en/install-on-ubuntu1804.html

error is coming after the command $ make -j$(nproc || echo -n 1)
as
make[3]: Entering directory
'/home/apollo1/gnunet_installation/gnunet/src/json'
  CC       libgnunetjson_la-json.lo
  CC       libgnunetjson_la-json_mhd.lo
  CC       libgnunetjson_la-json_generator.lo
  CC       libgnunetjson_la-json_helper.lo
  CC       libgnunetjson_la-json_gnsrecord.lo
  CCLD     libgnunetjson.la
.libs/libgnunetjson_la-json_mhd.o: In function `GNUNET_JSON_post_parser':
/home/apollo1/gnunet_installation/gnunet/src/json/json_mhd.c:315: undefined
reference to `MHD_lookup_connection_value'
collect2: error: ld returned 1 exit status
Makefile:780: recipe for target 'libgnunetjson.la' failed
make[3]: *** [libgnunetjson.la] Error 1
make[3]: Leaving directory
'/home/apollo1/gnunet_installation/gnunet/src/json'
Makefile:572: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/apollo1/gnunet_installation/gnunet/src'
Makefile:637: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/apollo1/gnunet_installation/gnunet'
Makefile:527: recipe for target 'all' failed
make: *** [all] Error 2

I have attached the terminal output text file.
Please help me with the matter.

Thank you
Sunil
apollo1@apollo1-15IKB:~$ sudo apt install git libtool autoconf autopoint \
> build-essential libgcrypt-dev libidn11-dev zlib1g-dev \
> libunistring-dev libglpk-dev miniupnpc libextractor-dev \
> libjansson-dev libcurl4-gnutls-dev gnutls-bin libsqlite3-dev \
> openssl libnss3-tools libmicrohttpd-dev libopus-dev libpulse-dev \
> libogg-dev 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libgcrypt20-dev' instead of 'libgcrypt-dev'
autoconf is already the newest version (2.69-11).
build-essential is already the newest version (12.4ubuntu1).
libjansson-dev is already the newest version (2.11-1).
libogg-dev is already the newest version (1.3.2-1).
libopus-dev is already the newest version (1.1.2-1ubuntu1).
libtool is already the newest version (2.4.6-2).
zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2).
libextractor-dev is already the newest version (1:1.6-2).
libglpk-dev is already the newest version (4.65-1).
libmicrohttpd-dev is already the newest version (0.9.59-1).
miniupnpc is already the newest version (1.9.20140610-4ubuntu2).
autopoint is already the newest version (0.19.8.1-6ubuntu0.3).
git is already the newest version (1:2.17.1-1ubuntu0.5).
libcurl4-gnutls-dev is already the newest version (7.58.0-2ubuntu3.8).
libgcrypt20-dev is already the newest version (1.8.1-4ubuntu1.1).
libidn11-dev is already the newest version (1.33-2.1ubuntu1.2).
libsqlite3-dev is already the newest version (3.22.0-1ubuntu0.2).
libunistring-dev is already the newest version (0.9.9-0ubuntu2).
openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.5).
gnutls-bin is already the newest version (3.5.18-1ubuntu1.1).
libnss3-tools is already the newest version (2:3.35-2ubuntu2.6).
libpulse-dev is already the newest version (1:11.1-1ubuntu7.5).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
apollo1@apollo1-15IKB:~$ mkdir ~/gnunet_installation 
mkdir: cannot create directory ‘/home/apollo1/gnunet_installation’: File exists
apollo1@apollo1-15IKB:~$ cd ~/gnunet_installation
apollo1@apollo1-15IKB:~/gnunet_installation$ git clone --depth 1 
https://gnunet.org/git/gnunet.git
Cloning into 'gnunet'...
warning: redirecting to https://git.gnunet.org/gnunet.git/
remote: Enumerating objects: 2268, done.
remote: Counting objects: 100% (2268/2268), done.
remote: Compressing objects: 100% (2030/2030), done.
remote: Total 2268 (delta 501), reused 783 (delta 189)
Receiving objects: 100% (2268/2268), 17.28 MiB | 360.00 KiB/s, done.
Resolving deltas: 100% (501/501), done.
apollo1@apollo1-15IKB:~/gnunet_installation$ cd ~/gnunet_installation/gnunet
apollo1@apollo1-15IKB:~/gnunet_installation/gnunet$ ./bootstrap
Removing folder 'libltdl'...
Submodule 'contrib/build-common' (https://git.taler.net/build-common.git) 
registered for path 'contrib/build-common'
Cloning into '/home/apollo1/gnunet_installation/gnunet/contrib/build-common'...
Submodule path 'contrib/build-common': checked out 
'1915a74bbb4cd2ae9bc541a382dfebc37064a2fd'
Synchronizing submodule url for 'contrib/build-common'
Installing uncrustify hook and configuration
Installing yapf symlink
checking for libtoolize / libtool... 
Creating directory build-aux
Copying file build-aux/config.rpath
Copying file m4/wchar_t.m4
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:45: installing 'build-aux/compile'
configure.ac:36: installing 'build-aux/config.guess'
configure.ac:36: installing 'build-aux/config.sub'
configure.ac:39: installing 'build-aux/install-sh'
configure.ac:39: installing 'build-aux/missing'
Makefile.am: installing './INSTALL'
contrib/Makefile.am: installing 'build-aux/depcomp'
parallel-tests: installing 'build-aux/test-driver'
doc/handbook/Makefile.am:63: installing 'build-aux/mdate-sh'
doc/handbook/Makefile.am:63: installing 'build-aux/texinfo.tex'
/usr/share/automake-1.15/am/texinfos.am: warning: AM_MAKEINFOHTMLFLAGS was 
already defined in condition !ACTIVATE_TEXINFO4, which is included in condition 
TRUE ...
doc/handbook/Makefile.am:23: ... 'AM_MAKEINFOHTMLFLAGS' previously defined here
/usr/share/automake-1.15/am/texinfos.am: warning: AM_MAKEINFOHTMLFLAGS was 
already defined in condition !ACTIVATE_TEXINFO4, which is included in condition 
TRUE ...
doc/tutorial/Makefile.am:21: ... 'AM_MAKEINFOHTMLFLAGS' previously defined here
apollo1@apollo1-15IKB:~/gnunet_installation/gnunet$ export 
GNUNET_PREFIX=/usr/local
apollo1@apollo1-15IKB:~/gnunet_installation/gnunet$ export CFLAGS="-g -Wall -O0"
apollo1@apollo1-15IKB:~/gnunet_installation/gnunet$ ./configure 
--prefix=$GNUNET_PREFIX --disable-documentation --enable-logging=verbose 
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gawk... (cached) mawk
checking for style of include used by make... GNU
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /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 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 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 how to run the C preprocessor... gcc -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 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether cc can use -fno-strict-aliasing... checking if gcc supports 
-Wno-address-of-packed-member flag... no
checking for X... no
checking for build target... linux
checking whether unaligned 64-bit access works... yes
checking for library containing gethostbyname... none required
checking for library containing memrchr... none required
checking for library containing memset_s... no
checking for library containing memset_s... (cached) no
checking for socket in -lsocket... no
checking for log in -lm... yes
checking for getloadavg in -lc... yes
checking for getopt... true
checking for pkgconf,... no
checking for pkg-config... pkg-config
checking for ssh... true
checking for SSH key... ssh: connect to host 127.0.0.1 port 22: Connection 
refused
checking for a Python interpreter with version >= 3.4... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.6
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.6/site-packages
checking for python3 extension module directory... 
${exec_prefix}/lib/python3.6/site-packages
checking for perl... /usr/bin/perl
checking for awk... /usr/bin/awk
checking whether to install gnunet-logread... no
checking for -iptables... no
checking for iptables... /sbin/iptables
checking for -ip6tables... no
checking for ip6tables... /sbin/ip6tables
checking for -ip... no
checking for ip... /sbin/ip
checking for -ifconfig... no
checking for ifconfig... /sbin/ifconfig
checking for ifconfig... /sbin/ifconfig
checking for adduser... /usr/sbin/adduser
checking for -sysctl... no
checking for sysctl... /sbin/sysctl
checking for sysctl... /sbin/sysctl
checking for -upnpc... no
checking for upnpc... /usr/bin/upnpc
checking for checkbashisms... no
checking for checkbashisms.pl... no
checking for uncrustify... true
checking for yapf... yapf
checking for struct tm.tm_gmtoff... yes
checking for getaddrinfo_a in -lanl... yes
checking for libgcrypt-config... /usr/local/bin/libgcrypt-config
checking for LIBGCRYPT - version >= 1.6.0... yes (1.7.6)
checking LIBGCRYPT API version... okay
checking whether gcry_mpi_set_opaque_copy is declared... yes
checking whether struct in6_ifreq is declared... no
checking if_tun.h usability... no
checking if_tun.h presence... no
checking for if_tun.h... no
checking linux/if_tun.h usability... yes
checking linux/if_tun.h presence... yes
checking for linux/if_tun.h... yes
checking whether to build documentation... no
checking whether to include generated texi2mdoc output in installation... no
checking for texi2mdoc binary... checking for texi2mdoc... no
checking for texi2man perl script... checking for texi2man... no
checking for mandoc binary... checking for mandoc... no
checking whether to build only documentation... no
checking whether to include man pages... yes
checking whether to enable texinfo4 switches... no
checking whether to poison freed memory... defaults to yes (extra logging is 
enabled)
checking for working HMAC... yes
checking for libbluetooth... --with-libbluetooth not specified
checking for ba2str in -lbluetooth... no
configure: WARNING: bluetooth not found
checking for libzbar... --with-zbar not specified
checking for zbar_processor_create in -lzbar... no
configure: WARNING: zbar not found
checking for libjansson... --with-jansson not specified
checking for json_loads in -ljansson... yes
checking jansson.h usability... yes
checking jansson.h presence... yes
checking for jansson.h... yes
configure: jansson was found
checking for libpulse... --with-libpulse not specified
checking for pa_stream_peek in -lpulse... yes
checking pulse/simple.h usability... yes
checking pulse/simple.h presence... yes
checking for pulse/simple.h... yes
configure: libpulse was found
checking for libopus... --with-libopus not specified
checking for opus_decode_float in -lopus... yes
checking opus/opus.h usability... yes
checking opus/opus.h presence... yes
checking for opus/opus.h... yes
checking whether OPUS_SET_GAIN is declared... yes
configure: libopus was found
checking for libogg... --with-libogg not specified
checking for ogg_stream_flush_fill in -logg... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... yes
checking for ogg/ogg.h... yes
configure: libogg was found
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking pbc/pbc.h usability... no
checking pbc/pbc.h presence... no
checking for pbc/pbc.h... no
checking gabe.h usability... no
checking gabe.h presence... no
checking for gabe.h... no
checking for gstreamer... checking for GST... no
checking conversation feature set to build... checking for gawk... (cached) mawk
checking for gnurl-config... no
checking whether libgnurl is usable... no
checking for gawk... (cached) mawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.58.0
checking for libcurl >= version 7.34.0... yes
checking whether libcurl is usable... yes
checking for curl_free... yes
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking whether CURLINFO_TLS_SESSION is declared... yes
checking for curl_easy_getinfo in -lcurl-gnutls... yes
checking for library containing __atomic_load_8... -latomic
checking nss.h usability... yes
checking nss.h presence... yes
checking for nss.h... yes
checking whether NSS_STATUS_UNAVAIL is declared... yes
checking for kvm_open in -lkvm... no
checking for kstat_open in -lkstat... no
checking whether to compile GNU Taler Wallet library ONLY... no
checking for libextractor... --with-extractor not specified
checking extractor.h usability... yes
checking extractor.h presence... yes
checking for extractor.h... yes
checking for EXTRACTOR_plugin_add_defaults in -lextractor... yes
checking for libltdl... --with-ltdl not specified
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for lt_dlopenext in -lltdl... yes
libltdl found
checking for idn or idn2... checking for idn... checking idna.h usability... yes
checking idna.h presence... yes
checking for idna.h... yes
configure: Found idna.h
checking for idn2... checking idn2.h usability... yes
checking idn2.h presence... yes
checking for idn2.h... yes
configure: Found idn2.h
checking if libidn can be used... configure: Checking for libidn2
checking for idn2_to_unicode_8z8z in -lidn2... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for compress2 in -lz... yes
checking for ld used by gcc... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking for libunistring... yes
checking how to link with libunistring... -lunistring
checking for libunistring version... 0.9.9
checking unistr.h usability... yes
checking unistr.h presence... yes
checking for unistr.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking stdatomic.h usability... yes
checking stdatomic.h presence... yes
checking for stdatomic.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking malloc/malloc_np.h usability... no
checking malloc/malloc_np.h presence... no
checking for malloc/malloc_np.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sockLib.h usability... no
checking sockLib.h presence... no
checking for sockLib.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/msg.h usability... yes
checking sys/msg.h presence... yes
checking for sys/msg.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for fcntl.h... (cached) yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking kvm.h usability... no
checking kvm.h presence... no
checking for kvm.h... no
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking ucred.h usability... no
checking ucred.h presence... no
checking for ucred.h... no
checking sys/ucred.h usability... no
checking sys/ucred.h presence... no
checking for sys/ucred.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for sys/types.h... (cached) yes
checking for netinet/in_systm.h... yes
checking for netinet/in.h... (cached) yes
checking for netinet/ip.h... yes
checking for SQLite... --with-sqlite not specified
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for the PostgreSQL libraries CPPFLAGS... Package libpq was not found 
in the pkg-config search path.
Perhaps you should add the directory containing `libpq.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpq' found

checking for the pg_config program... 
no postgres
checking for sigset_t... yes
checking for off_t... yes
checking for size_t... yes
checking for mysql... --with-mysql not specified
checking for mysql_init in -lmysqlclient... no
checking for MHD... no
configure: WARNING: Building without libmicrohttpd
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for pid_t... yes
checking for size_t... (cached) yes
checking for mode_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct sockaddr_in.sin_len... no
checking for struct sockaddr_un.sun_len... no
checking whether closedir returns void... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for uid_t in sys/types.h... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking return type of signal handlers... void
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for off_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for atoll... yes
checking for stat64... yes
checking for strnlen... yes
checking for mremap... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for sysconf... yes
checking for initgroups... yes
checking for strndup... yes
checking for gethostbyname2... yes
checking for getpeerucred... no
checking for getpeereid... no
checking for setresuid... yes
checking for getnameinfo... yes
checking for gethostname... yes
checking for gethostbyname... yes
checking for gethostbyaddr... yes
checking for getaddrinfo... yes
checking for getaddrinfo_a... no
checking for getifaddrs... yes
checking for freeifaddrs... yes
checking for getresgid... yes
checking for mallinfo... yes
checking for malloc_size... no
checking for malloc_usable_size... yes
checking for getrusage... yes
checking for random... yes
checking for srandom... yes
checking for stat... yes
checking for statfs... yes
checking for statvfs... yes
checking for wait4... yes
checking for sudo... no
checking for doas... checking for doas... no
checking for gnunetdns group name... gnunetdns
checking for gnutls... --with-gnutls not specified
checking gnutls/abstract.h usability... yes
checking gnutls/abstract.h presence... yes
checking for gnutls/abstract.h... yes
checking for gnutls_priority_set in -lgnutls... yes
checking gnutls/dane.h usability... yes
checking gnutls/dane.h presence... yes
checking for gnutls/dane.h... yes
checking for dane_verify_crt_raw in -lgnutls-dane... yes
checking if GNUnet is being configured to run on the SuperMUC... 
checking if NSE has to send timestamp information to testbed logger... no
checking whether to run tests... 
checking whether to compile in benchmarks (currently for http and crypto)... no
checking whether to run expensive tests... no
checking whether to enable ports for gnunet-java... no
checking whether to run benchmarks during make check... no
checking whether to compile gnunet-testing... yes
checking whether to compile experimental code... no
checking whether to compile malicious code... no
checking whether to start peer's services on demand by default... yes
checking whether to create expensive statistics on memory use... 0
checking whether __thread is supported... yes
checking whether to compile with support for code coverage analysis... no
checking for svnversion... no
checking for git... /usr/bin/git
checking for source being under a VCS... checking for git... (cached) 
/usr/bin/git
checking for source being under a VCS... yes, git-svn
checking VCS version... "git-d554b80"
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bin/Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/hellos/Makefile
config.status: creating contrib/services/Makefile
config.status: creating contrib/services/openrc/Makefile
config.status: creating contrib/services/systemd/Makefile
config.status: creating contrib/scripts/Makefile
config.status: creating contrib/scripts/gnunet-logread/Makefile
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating doc/doxygen/Makefile
config.status: creating doc/handbook/Makefile
config.status: creating doc/tutorial/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating src/arm/Makefile
config.status: creating src/arm/arm.conf
config.status: creating src/ats/Makefile
config.status: creating src/ats/ats.conf
config.status: creating src/ats-tool/Makefile
config.status: creating src/ats-tests/Makefile
config.status: creating src/auction/Makefile
config.status: creating src/block/Makefile
config.status: creating src/cadet/Makefile
config.status: creating src/cadet/cadet.conf
config.status: creating src/core/Makefile
config.status: creating src/core/core.conf
config.status: creating src/consensus/Makefile
config.status: creating src/consensus/consensus.conf
config.status: creating src/conversation/Makefile
config.status: creating src/conversation/conversation.conf
config.status: creating src/curl/Makefile
config.status: creating src/datacache/Makefile
config.status: creating src/datastore/Makefile
config.status: creating src/datastore/datastore.conf
config.status: creating src/dht/Makefile
config.status: creating src/dht/dht.conf
config.status: creating src/dns/Makefile
config.status: creating src/dns/dns.conf
config.status: creating src/exit/Makefile
config.status: creating src/fragmentation/Makefile
config.status: creating src/fs/Makefile
config.status: creating src/fs/fs.conf
config.status: creating src/gns/Makefile
config.status: creating src/gns/gns.conf
config.status: creating src/gns/nss/Makefile
config.status: creating src/gnsrecord/Makefile
config.status: creating src/hello/Makefile
config.status: creating src/identity/Makefile
config.status: creating src/identity/identity.conf
config.status: creating src/abd/Makefile
config.status: creating src/abd/abd.conf
config.status: creating src/include/Makefile
config.status: creating src/integration-tests/Makefile
config.status: creating src/json/Makefile
config.status: creating src/hostlist/Makefile
config.status: creating src/my/Makefile
config.status: creating src/mysql/Makefile
config.status: creating src/namecache/Makefile
config.status: creating src/namecache/namecache.conf
config.status: creating src/namestore/Makefile
config.status: creating src/namestore/namestore.conf
config.status: creating src/nat/Makefile
config.status: creating src/nat/nat.conf
config.status: creating src/nat-auto/Makefile
config.status: creating src/nat-auto/nat-auto.conf
config.status: creating src/nse/Makefile
config.status: creating src/nse/nse.conf
config.status: creating src/nt/Makefile
config.status: creating src/peerinfo/Makefile
config.status: creating src/peerinfo/peerinfo.conf
config.status: creating src/peerinfo-tool/Makefile
config.status: creating src/peerstore/Makefile
config.status: creating src/peerstore/peerstore.conf
config.status: creating src/pq/Makefile
config.status: creating src/pt/Makefile
config.status: creating src/regex/Makefile
config.status: creating src/regex/regex.conf
config.status: creating src/revocation/Makefile
config.status: creating src/revocation/revocation.conf
config.status: creating src/rps/Makefile
config.status: creating src/rps/rps.conf
config.status: creating src/secretsharing/Makefile
config.status: creating src/secretsharing/secretsharing.conf
config.status: creating src/scalarproduct/Makefile
config.status: creating src/scalarproduct/scalarproduct.conf
config.status: creating src/set/Makefile
config.status: creating src/set/set.conf
config.status: creating src/sq/Makefile
config.status: creating src/statistics/Makefile
config.status: creating src/statistics/statistics.conf
config.status: creating src/template/Makefile
config.status: creating src/testbed/Makefile
config.status: creating src/testbed/testbed.conf
config.status: creating src/testbed-logger/Makefile
config.status: creating src/testbed-logger/testbed-logger.conf
config.status: creating src/testing/Makefile
config.status: creating src/topology/Makefile
config.status: creating src/transport/Makefile
config.status: creating src/transport/transport.conf
config.status: creating src/util/Makefile
config.status: creating src/util/resolver.conf
config.status: creating src/vpn/Makefile
config.status: creating src/vpn/vpn.conf
config.status: creating src/zonemaster/Makefile
config.status: creating src/zonemaster/zonemaster.conf
config.status: creating src/rest/Makefile
config.status: creating src/abe/Makefile
config.status: creating src/reclaim-attribute/Makefile
config.status: creating src/reclaim/Makefile
config.status: creating pkgconfig/Makefile
config.status: creating pkgconfig/gnunetarm.pc
config.status: creating pkgconfig/gnunetats.pc
config.status: creating pkgconfig/gnunetblock.pc
config.status: creating pkgconfig/gnunetcadet.pc
config.status: creating pkgconfig/gnunetconsensus.pc
config.status: creating pkgconfig/gnunetconversation.pc
config.status: creating pkgconfig/gnunetcore.pc
config.status: creating pkgconfig/gnunetdatacache.pc
config.status: creating pkgconfig/gnunetdatastore.pc
config.status: creating pkgconfig/gnunetdht.pc
config.status: creating pkgconfig/gnunetdns.pc
config.status: creating pkgconfig/gnunetenv.pc
config.status: creating pkgconfig/gnunetfragmentation.pc
config.status: creating pkgconfig/gnunetfs.pc
config.status: creating pkgconfig/gnunetgns.pc
config.status: creating pkgconfig/gnunethello.pc
config.status: creating pkgconfig/gnunetidentity.pc
config.status: creating pkgconfig/gnunetmicrophone.pc
config.status: creating pkgconfig/gnunetmysql.pc
config.status: creating pkgconfig/gnunetnamestore.pc
config.status: creating pkgconfig/gnunetnat.pc
config.status: creating pkgconfig/gnunetnse.pc
config.status: creating pkgconfig/gnunetpeerinfo.pc
config.status: creating pkgconfig/gnunetpq.pc
config.status: creating pkgconfig/gnunetregex.pc
config.status: creating pkgconfig/gnunetrevocation.pc
config.status: creating pkgconfig/gnunetrps.pc
config.status: creating pkgconfig/gnunetscalarproduct.pc
config.status: creating pkgconfig/gnunetset.pc
config.status: creating pkgconfig/gnunetspeaker.pc
config.status: creating pkgconfig/gnunetstatistics.pc
config.status: creating pkgconfig/gnunettestbed.pc
config.status: creating pkgconfig/gnunettesting.pc
config.status: creating pkgconfig/gnunettransport.pc
config.status: creating pkgconfig/gnunetutil.pc
config.status: creating pkgconfig/gnunetvpn.pc
config.status: creating gnunet_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: zbar not found, gnunet-qr will not be built.
configure: libgnurl not found, trying to use libcurl-gnutls instead.
configure: bluetooth library not found, will not be able to use Bluetooth
configure:
GNUnet Configuration
====================

GNUnet version:                 0.11.8

Host setup:                     x86_64-pc-linux-gnu
Install prefix:                 /usr/local
Compiler:                       gcc
CFLAGS:                         -fno-strict-aliasing -Wall -g -Wall -O0 
-I/usr/local/include
CPPFLAGS:                       
LDFLAGS:                         -Wl,--unresolved-symbols=report-all
LIBS:                           -lm 
Build Target:                   linux
Mac OSX framework build:        no

Default Interface:              eth0

MySQL:                          no
PostgreSQL:                     no
sqlite3:                        yes
gnurl:                          
curl:                           yes
bluetooth:                      no (optional)
jansson:                        yes
iptables:                       yes
ifconfig:                       yes
upnpc:                          yes
gnutls:                         yes (with DANE support)
libzbar:                        no
java:                           
libmicrohttpd:                  no (optional)
libidn:                         libidn2
libopus:                        yes
gstreamer:                      no
libpulse:                       yes
libextractor:                   yes
texi2mdoc:                      yes
mandoc:                         yes

texinfo manual:                 no
transpiled mdocml manual:       no

features:                       conversation sqlite 
experimental:                   

configure: WARNING: Please make sure NOW to create a user and group 'gnunet' 
and additionally a group 'gnunetdns'. Make sure that '/var/lib/gnunet' is owned 
(and writable) by user 'gnunet'.
configure: To do this on this system, run:
# addgroup gnunetdns
# adduser --system --disabled-login --home /var/lib/gnunet gnunet

configure: WARNING: Each user of GNUnet should be added to the 'gnunet' group.
configure: To do this on this system, run:
# adduser USERNAME gnunet
   for each of your users, replacing "USERNAME" with the respective login name. 
Users may have to login again for the changes to take effect.

configure: For detailed setup instructions, type 'info gnunet' after the 
installation or visit https://docs.gnunet.org/
apollo1@apollo1-15IKB:~/gnunet_installation/gnunet$ sudo addgroup gnunet
addgroup: The group `gnunet' already exists.
apollo1@apollo1-15IKB:~/gnunet_installation/gnunet$ sudo usermod -aG gnunet 
$USER
apollo1@apollo1-15IKB:~/gnunet_installation/gnunet$ make -j$(nproc || echo -n 1)
make  all-recursive
make[1]: Entering directory '/home/apollo1/gnunet_installation/gnunet'
Making all in m4
make[2]: Entering directory '/home/apollo1/gnunet_installation/gnunet/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/apollo1/gnunet_installation/gnunet/m4'
Making all in bin
make[2]: Entering directory '/home/apollo1/gnunet_installation/gnunet/bin'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/apollo1/gnunet_installation/gnunet/bin'
Making all in src
make[2]: Entering directory '/home/apollo1/gnunet_installation/gnunet/src'
Making all in include
make[3]: Entering directory 
'/home/apollo1/gnunet_installation/gnunet/src/include'
Making all in .
make[4]: Entering directory 
'/home/apollo1/gnunet_installation/gnunet/src/include'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory 
'/home/apollo1/gnunet_installation/gnunet/src/include'
make[3]: Leaving directory 
'/home/apollo1/gnunet_installation/gnunet/src/include'
Making all in util
make[3]: Entering directory '/home/apollo1/gnunet_installation/gnunet/src/util'
  CC       bandwidth.lo
  CC       bio.lo
  CC       client.lo
  CC       common_allocation.lo
  CC       common_endian.lo
  CC       configuration.lo
  CC       common_logging.lo
  CC       configuration_loader.lo
  CC       container_bloomfilter.lo
  CC       container_heap.lo
  CC       container_meta_data.lo
  CC       container_multihashmap.lo
  CC       container_multishortmap.lo
  CC       container_multiuuidmap.lo
  CC       container_multihashmap32.lo
  CC       container_multipeermap.lo
  CC       crypto_symmetric.lo
  CC       crypto_crc.lo
  CC       crypto_ecc.lo
  CC       crypto_ecc_dlog.lo
  CC       crypto_ecc_setup.lo
  CC       crypto_hash.lo
  CC       crypto_hash_file.lo
  CC       crypto_hkdf.lo
  CC       crypto_kdf.lo
  CC       crypto_mpi.lo
  CC       crypto_paillier.lo
  CC       crypto_pow.lo
  CC       crypto_random.lo
  CC       crypto_rsa.lo
  CC       disk.lo
  CC       dnsparser.lo
  CC       dnsstub.lo
  CC       getopt.lo
  CC       getopt_helpers.lo
  CC       helper.lo
  CC       load.lo
  CC       mst.lo
  CC       mq.lo
  CC       nc.lo
  CC       network.lo
  CC       op.lo
  CC       os_installation.lo
  CC       os_network.lo
  CC       os_priority.lo
  CC       peer.lo
  CC       plugin.lo
  CC       program.lo
  CC       regex.lo
  CC       resolver_api.lo
  CC       scheduler.lo
  CC       service.lo
  CC       signal.lo
  CC       strings.lo
  CC       time.lo
  CC       tun.lo
  CC       tweetnacl-gnunet.lo
  CC       speedup.lo
  CC       proc_compat.lo
  CC       test_plugin_plug.lo
  CC       gnunet-resolver.o
  CC       gnunet-config.o
  CC       gnunet-ecc.o
  CC       gnunet-scrypt.o
  CC       gnunet-uri.o
  CC       gnunet-service-resolver.o
  CC       gnunet-timeout.o
  CC       gnunet-config-diff.o
  CC       test_common_logging_dummy.o
  CCLD     libgnunetutil.la
  CCLD     libgnunet_plugin_test.la
  CCLD     gnunet-timeout
  CCLD     gnunet-config
  CCLD     gnunet-resolver
  CCLD     gnunet-ecc
  CCLD     gnunet-scrypt
  CCLD     gnunet-uri
  CCLD     gnunet-service-resolver
  CCLD     gnunet-config-diff
  CCLD     test_common_logging_dummy
make[3]: Leaving directory '/home/apollo1/gnunet_installation/gnunet/src/util'
Making all in nt
make[3]: Entering directory '/home/apollo1/gnunet_installation/gnunet/src/nt'
  CC       nt.lo
  CCLD     libgnunetnt.la
make[3]: Leaving directory '/home/apollo1/gnunet_installation/gnunet/src/nt'
Making all in gnsrecord
make[3]: Entering directory 
'/home/apollo1/gnunet_installation/gnunet/src/gnsrecord'
  CC       gnsrecord.lo
  CC       gnsrecord_serialization.lo
  CC       gnsrecord_crypto.lo
  CC       gnsrecord_misc.lo
  CC       plugin_gnsrecord_dns.lo
  CCLD     libgnunetgnsrecord.la
  CCLD     libgnunet_plugin_gnsrecord_dns.la
make[3]: Leaving directory 
'/home/apollo1/gnunet_installation/gnunet/src/gnsrecord'
Making all in hello
make[3]: Entering directory '/home/apollo1/gnunet_installation/gnunet/src/hello'
  CC       hello.lo
  CC       address.lo
  CC       hello-ng.lo
  CC       gnunet-hello.o
  CCLD     libgnunethello.la
  CCLD     gnunet-hello
make[3]: Leaving directory '/home/apollo1/gnunet_installation/gnunet/src/hello'
Making all in block
make[3]: Entering directory '/home/apollo1/gnunet_installation/gnunet/src/block'
  CC       block.lo
  CC       bg_bf.lo
  CC       plugin_block_test.lo
  CC       plugin_block_template.lo
  CCLD     libgnunetblock.la
  CCLD     libgnunetblockgroup.la
  CCLD     libgnunet_plugin_block_template.la
  CCLD     libgnunet_plugin_block_test.la
ar: `u' modifier ignored since `D' is the default (see `U')
make[3]: Leaving directory '/home/apollo1/gnunet_installation/gnunet/src/block'
Making all in statistics
make[3]: Entering directory 
'/home/apollo1/gnunet_installation/gnunet/src/statistics'
  CC       statistics_api.lo
  CC       gnunet-statistics.o
  CC       gnunet-service-statistics.o
  CCLD     libgnunetstatistics.la
  CCLD     gnunet-statistics
  CCLD     gnunet-service-statistics
make[3]: Leaving directory 
'/home/apollo1/gnunet_installation/gnunet/src/statistics'
Making all in arm
make[3]: Entering directory '/home/apollo1/gnunet_installation/gnunet/src/arm'
  CC       arm_api.lo
  CC       arm_monitor_api.lo
  CC       gnunet-arm.o
  CC       gnunet-service-arm.o
  CC       mockup-service.o
  CCLD     mockup-service
  CCLD     gnunet-service-arm
  CCLD     libgnunetarm.la
  CCLD     gnunet-arm
make[3]: Leaving directory '/home/apollo1/gnunet_installation/gnunet/src/arm'
Making all in testing
make[3]: Entering directory 
'/home/apollo1/gnunet_installation/gnunet/src/testing'
  CC       testing.lo
  CC       gnunet-testing.o
  CC       list-keys.o
  CCLD     list-keys
  CCLD     libgnunettesting.la
  CCLD     gnunet-testing
make[3]: Leaving directory 
'/home/apollo1/gnunet_installation/gnunet/src/testing'
Making all in json
make[3]: Entering directory '/home/apollo1/gnunet_installation/gnunet/src/json'
  CC       libgnunetjson_la-json.lo
  CC       libgnunetjson_la-json_mhd.lo
  CC       libgnunetjson_la-json_generator.lo
  CC       libgnunetjson_la-json_helper.lo
  CC       libgnunetjson_la-json_gnsrecord.lo
  CCLD     libgnunetjson.la
.libs/libgnunetjson_la-json_mhd.o: In function `GNUNET_JSON_post_parser':
/home/apollo1/gnunet_installation/gnunet/src/json/json_mhd.c:315: undefined 
reference to `MHD_lookup_connection_value'
collect2: error: ld returned 1 exit status
Makefile:780: recipe for target 'libgnunetjson.la' failed
make[3]: *** [libgnunetjson.la] Error 1
make[3]: Leaving directory '/home/apollo1/gnunet_installation/gnunet/src/json'
Makefile:572: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/apollo1/gnunet_installation/gnunet/src'
Makefile:637: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/apollo1/gnunet_installation/gnunet'
Makefile:527: recipe for target 'all' failed
make: *** [all] Error 2
apollo1@apollo1-15IKB:~/gnunet_installation/gnunet$ 

Reply via email to