On Sat, Apr 02, 2022 at 08:47:52PM +0300, Mikhail wrote: > I've installed gnunet to ~/tmp/gnunet (--prefix option to ./configure), > added $prefix/bin to the PATH, and after 'gnunet-arm -s' I see the > following in the logs, this log flow stops only after 'gnunet-arm -e'. > > It can't find sqlite plugins, but they're there and installed:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/misha/tmp/gnunet/lib/ gnunet-arm -s worked for me, gnunet-core and gnunet-search are working now, some errors and warnings are still in the logs, not sure if they're critical or not: 2022-04-03T14:46:54.935814+0300 transport-tcp-9707 WARNING Unexpected address length: 24 bytes 2022-04-03T14:46:54.936343+0300 transport-9707 ERROR Assertion failed at gnunet-service-transport_validation.c:902. 2022-04-03T14:46:54.936400+0300 transport-9707 ERROR Address with 24 bytes for plugin tcp and peer DSTJ is malformed 2022-04-03T14:46:54.936418+0300 transport-tcp-9707 WARNING Unexpected address length: 12 bytes 2022-04-03T14:46:54.936433+0300 transport-9707 ERROR Assertion failed at gnunet-service-transport_validation.c:902. 2022-04-03T14:46:54.936448+0300 transport-9707 ERROR Address with 12 bytes for plugin tcp and peer DSTJ is malformed 2022-04-03T14:46:54.938392+0300 transport-tcp-9707 WARNING Unexpected address length: 24 bytes 2022-04-03T14:46:54.938411+0300 transport-9707 ERROR Assertion failed at gnunet-service-transport_validation.c:902. 2022-04-03T14:46:54.938427+0300 transport-9707 ERROR Address with 24 bytes for plugin tcp and peer V8XX is malformed 2022-04-03T14:46:54.938442+0300 transport-tcp-9707 WARNING Unexpected address length: 12 bytes 2022-04-03T14:46:54.938455+0300 transport-9707 ERROR Assertion failed at gnunet-service-transport_validation.c:902. 2022-04-03T14:46:54.938469+0300 transport-9707 ERROR Address with 12 bytes for plugin tcp and peer V8XX is malformed 2022-04-03T14:46:54.954185+0300 nat-87654 ERROR UPnP enabled in configuration, but UPnP client `upnpc` command not found, disabling UPnP 2022-04-03T14:46:54.955106+0300 util-os-installation-87654 WARNING `access' failed on file `/home/misha/tmp/gnunet/lib//gnunet/libexec/gnunet-helper-nat-server' at os_installation.c:792 with error: No such file or directory 2022-04-03T14:48:09.923657+0300 util-connection-9707 WARNING `shutdown' failed at ./tcp_connection_legacy.c:1075 with error: Invalid argument 2022-04-03T14:48:11.923528+0300 util-connection-9707 WARNING `shutdown' failed at ./tcp_connection_legacy.c:1075 with error: Invalid argument 2022-04-03T14:48:11.943430+0300 util-connection-9707 WARNING `shutdown' failed at ./tcp_connection_legacy.c:1075 with error: Invalid argument 2022-04-03T14:48:12.743699+0300 util-connection-9707 WARNING `shutdown' failed at ./tcp_connection_legacy.c:1075 with error: Invalid argument