Re: Problems with installing
"Schanzenbach, Martin" <[email protected]> Thu, 7 Dec 2023 08:05:37 +0100
| Newsgroups | gmane.network.gnunet.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, is GNUnet installed in $PREFIX as well? I just ran the configure of gnunet-ext and it worked. I also updated the configure.ac, so maybe git pull and try again. You also say your "gnunet-arm -I" "loops". Did you start GNUnet with "gnunet-arm -s"? Without it, other commands hand/wait for gnunet. BR Martin On 06.12.23 17:23, Big Boy wrote: > Good day, I am trying to install GNUnet through the source code, I have > followed the installation guide for a multi-user setup. I use Ubuntu > 22.04, and when I run "gnunet-arm -I" it lopps rather than show the > running services. I want to use gnunet-ext to develop an app and the > error message when running "./configure --prefix=$PREFIX > --with-gnunet=$PREFIX" says "error: gnunet-ext requires GNUnet". How can > I fix this issue? > Cheers in advance.