Hello, I am still trying to compile the wallet on ubuntu VPS, I have met all dependancies but the compiler gets stuck on
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
cd leveldb
chmod 755 *
cd ..
and compile again