Hi,
please check, if the folder "obj" exsists inside the "src" folder. If not, create it and rerun the make -f makefile.unix USE_UPNP=1
regards
shahim
ps:
Here is a small "script" I use for updating the servers. Perhaps you need first to make an "apt-get install git" , if git is not avaiable. These steps are tested like 100 times from myself updating and installing servers... Perhaps change folders to your user folders!
cd /root/
rm -rf /root/navcoin2
git clone
https://github.com/navcoindev/navcoin2cd navcoin2/src/secp256k1/
./autogen.sh
./configure --enable-module-recovery
make
cd /root/navcoin2/src/
rm -rf obj
mkdir obj
chmod 777 leveldb/build_detect_platform
make -f makefile.unix USE_UPNP=1
strip navcoind