What is your linux distribution? I'm lame/newbie for linux, but one of my partion has Ubuntu 14.10. If your linux wallet is compatible for that, could you send me it?
(sorry for my english...)
I am running Xubuntu 14.04 so you will probably have different versions of the libs. Best bet is to compile:
#Install prereqs:
sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb++-dev libminiupnpc-dev crypto++
#clone the Git repo:
git clone
https://github.com/Fluxworth/Flux.git#enter the newly cloned Flux source directory
cd Flux
#fix the permissions on on the leveldb build script
chmod +x src/leveldb/build_detect_platform
#compile
qmake
make
#After a few minutes of compiling, you should have a newly created Flux-QT executable which you can start:
./Flux-QT &