[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnunet] newbie how to start? have compiled 0.9.3 from sources
From: |
Christian Grothoff |
Subject: |
Re: [Help-gnunet] newbie how to start? have compiled 0.9.3 from sources on suse 12.2 box but I get errors: libgnunetarm.so.1: cannot open shared object file |
Date: |
Thu, 19 Jul 2012 00:11:26 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120613 Lightning/1.0b1 Icedove/3.0.11 |
Hi!
I had already answered this in private, so we actually know that the
following answer is correct and helped, just sending it here to archive it.
GNUnet was installed to a directory that is not listed in
/etc/ld.so.conf or did not run 'ldconfig' after the installation. As a
result, the GNUnet libs are not found and the binaries cannot work. You
can either
export LD_LIBRARY_PATH=/usr/local/lib (or whatever other path you
installed to)
or edit /etc/ld.so.conf and re-run ldconfig. That should fix your troubles.
See also: https://gnunet.org/gnunet-library-not-found
Happy hacking!
Christian
On 07/14/2012 05:43 PM, subscriber name wrote:
> Hello list,
>
> trying to come to terms with gnunet. I am also normally not on the
> compiling side of life, I have a testing opensuse 12.2 machine, x86,
> have compiled the libextractor, and gnunet 0.9.3 main package itself.
>
> I have added the /etc/gnunet.conf with those two or three default
> lines being shown at the end of ./configure (of 0.9.3 main package)
>
> I have added a gnunet user to the local machine, have su - gnunet, and
> added .gnunet/ directory with empty gnunet.conf file
>
> I am trying to:
> address@hidden:~> gnunet-arm -s
> gnunet-arm: error while loading shared libraries: libgnunetarm.so.1:
> cannot open shared object file: No such file or directory
>
> some other command behaves similarly:
> address@hidden:~> gnunet-rsa
> gnunet-rsa: error while loading shared libraries: libgnunetutil.so.8:
> cannot open shared object file: No such file or directory
>
> This is already my second or so attempt to compile, before I have
> already compiled everything even gnunet-gtk 0.9.3 as well, and the
> gnunet-gtk would give me these library errors as well, but the
> gnunet-rsa command actually succeeded back then, but then I was still
> lacking the /etc/gnunet.conf and the .gnunet/ config directory for the
> local user and the gnunet.conf file in there as examples.
>
> Eventually gnunet-rsa would create me some key/file, but the first
> creation the output-string at the end was ending in BUG, that was odd
> to me, then I think I added the .conf files and directories back then,
> and then the second rsa attempt it gave me a new key/file and it at
> least didn’t display BUG at the end of the key string.
>
> During my second attempt I first did a make clean and make uninstall
> as root, then I think everything else as root as well, ./configure,
> then make, then make install. It all succeeded (gnunet-0.9.3).
> Wondering whats wrong here.
>
> Maybe anyone has some good pointers for newbies on to figure out some
> fundamental concepts and all this about these compiling steps and how
> the whole Linux/GNU world is supposed to work, all thos many
> directories inside the extracted source-code directory, and so on.
>
> Anyways, so any helping hands into this whole compile deal and paths,
> and libraries and what exactly is going wrong here?
> Thanks in advance.
>
> _______________________________________________
> Help-gnunet mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-gnunet