[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnunet] gnunetd fails to start
From: |
Christian Grothoff |
Subject: |
Re: [Help-gnunet] gnunetd fails to start |
Date: |
Sun, 24 Jul 2005 19:45:04 -0500 |
User-agent: |
KMail/1.7.2 |
You need to either install libsqlite (version 3, including headers) or mysql
(client-lib). GNUnet's configure detected neither database and as a result
the FS module cannot work.
Christian
On Sunday 24 July 2005 06:51 pm, Munteanu Alexandru wrote:
> Hello,
>
> I have installed the latest version of GNUnet.
>
> gnunetd fails to start with the following error :
>
> $ gnunetd -d
> Jul 25 01:43:44 ERROR: 'lt_dlopenext' failed for library
> 'libgnunetmodule_sqstore_sqlite' at dso.c:97 with error:
> libgnunetmodule_sqstore_sqlite.so: cannot open shared object file: No
> such file or directory
> Jul 25 01:43:44 Failure at datastore.c:306.
> Jul 25 01:43:44 WARNING: Failed to load service 'datastore'
> Jul 25 01:43:44 Failure at fs.c:967.
> Jul 25 01:43:44 ERROR: Could not initialize application 'fs'
>
> $ gnunetd --version
> GNUnet v0.7.0pre5
>
> I use Debian GNU/Linux (testing).
>
> Any help would be appreciated.
>
> Thanks,