Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ZirkCoin - [100% PoS] | [New] | [Features] | Version 1.1.0
by
Zirk
on 24/03/2015, 22:00:02 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??


http://i59.tinypic.com/nytq9d.jpg



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

http://i59.tinypic.com/2pzz1hj.jpg


Sorry will updated Github with fixed permissions for build_detect_platform, can you try a fresh compile with the sudo chmod +x build_detect_platform and then try build?