Post
Topic
Board Announcements (Altcoins)
Re: BYTEBALL: Totally new consensus algorithm + private untraceable payments
by
Freefactomizer
on 30/04/2018, 08:56:09 UTC
Hello everyone!

I need some assistance: i have a fresh installation of Ubuntu 18.04 and getting an error message when starting the byteball-wallet:

./Byteball: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

What do i have to do to resolve this?

Thanks and regards,
djoser.

It works without trouble for me on Linux Mint.

Maybe try to search for libgconf libraries and install them. Like:

Code:
apt-cache search libgconf
libgconf-2-4 - GNOME configuration database system (shared libraries)
libgconf2-dev - GNOME configuration database system (development)
libgconf2-doc - GNOME configuration database system (API reference)
libgconf-bridge-dev - Bind GObject properties to GConf keys (development files)
libgconf-bridge0 - Bind GObject properties to GConf keys
libgconf2-4 - GNOME configuration database system (dummy package)
libgconf2.0-cil - CLI binding for GConf 2.24
libgconf2.0-cil-dev - CLI binding for GConf 2.24
libgconfmm-2.6-1v5 - C++ wrappers for GConf (shared library)
libgconfmm-2.6-dev - C++ wrappers for GConf (development files)
libgconfmm-2.6-doc - C++ wrappers for GConf (documentation)

and depending of result

Code:
sudo apt-get install libgconf-2-4