Post
Topic
Re: [ANN][KMD][dPoW] Komodo - Zcash Zero Knowledge Privacy Secured by Bitcoin
by
michatriptych
on 29/12/2017, 20:51:07 UTC
The missing package(s) must be one or more of these: build-essential pkg-config libcurl3-gnutls-dev libc6-dev libevent-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python zlib1g-dev wget bsdmainutils automake libboost-all-dev libssl-dev libprotobuf-dev protobuf-compiler libqt4-dev libqrencode-dev libdb++-dev

I installed them all and the problem was solved.

I just had the answer from the Agama developer, if you have issues with the .run installer try the following:

Code:
apt-get install libc6-i386 libgconf-2-4

This should fix it

That's a more elegant solution.