Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CoinonatX-PoW/PoS-Masternodes-75% APR (CXT Sister) -NEW THREAD
by
petahash96
on 13/09/2017, 16:19:24 UTC
Hello, I am still trying to compile the wallet on ubuntu VPS, I have met all dependancies but the compiler gets stuck on
Code:
g++: error: /root/CoinonatX/src/leveldb/libleveldb.a: No such file or directory
g++: error: /root/CoinonatX/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:224: recipe for target 'coinonatxd' failed
make: [coinonatxd] Error 1 (ignored)

UPDATE: This fixes it
Code:
cd leveldb
chmod 755 *
cd ..
and compile again