[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble installing GNUnet 0.16.3 on Linux Mint
From: |
Christian Grothoff |
Subject: |
Re: Trouble installing GNUnet 0.16.3 on Linux Mint |
Date: |
Sat, 4 Jun 2022 09:56:07 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 |
Do you have /usr/local/lib in /etc/ld.so.conf?
-Christian
On 6/3/22 20:09, Willow Liquorice wrote:
> Hello,
>
> I've decided to try and update the (hideously outdated) GNUnet
> installation on my system, and have ran into some trouble after
> completing the process: "gnunet-arm -s" crashes as it can't find its own
> shared library.
>
> I followed the conventional process for installation from the Git
> repository:
>
> ./bootstrap
> ./configure
> make
> sudo make install
>
> When I run "gnunet-arm -s" (or "sudo -u gnunet gnunet-arm -s") as the
> various slightly different installation guides suggest, I am met with
> the following message:
>
> gnunet-arm: error while loading shared libraries: libgnunetarm.so.2:
> cannot open shared object file: No such file or directory
>
> I'm stumped, as I've followed the installation instructions almost
> exactly as they are in the README. I found the offending library in
> /usr/local/lib:
>
> lrwxrwxrwx 1 root root 21 Jun 3 18:54 libgnunetarm.so.2 ->
> libgnunetarm.so.2.0.0
> -rwxr-xr-x 1 root root 106656 Jun 3 18:54 libgnunetarm.so.2.0.0
>
> Is this correct?
>
> Best wishes,
> Willow
>