Hello,
I am facing error in installation of GNUnet.
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