Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ZirkCoin - [100% PoS] | [New] | [Features] | Version 1.1.0
by
kevin1234a
on 24/03/2015, 21:52:23 UTC


can anyone advise what exactly i m missing here, compiled it on raspberry pi with extended memory, which is already having 2 wallets but everytime it gets failed, does it has to do something with berkely DB??






The two files mentioned (libleveldb.a and libmemenv.a) in the error messages are missing. They're used by almost all crypto wallets though so you can copy them from the /src/leveldb/ folder from another coin into the Zirk one and that should solve the problem.

listen this

cd leveldb
sudo chmod +x build_detect_platform
cd..
sudo make -f makefile.unix

thanks guys for help and to solve this issue too Smiley