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:
apt-get install libc6-i386 libgconf-2-4
This should fix it
That's a more elegant solution.