Can anyone help us with the above problem?
I use Xubuntu 14.04 LTS 64bit & this is what I use for compiling my daemons - works for me every time.
From within the downloaded directory (crowncoin):
chmod +x autogen.sh
chmod +x share/genbuild.sh
chmod +x src/leveldb/build_detect_platform
./autogen.sh
./configure --disable-tests --without-gui
make clean
make
Then:
cd src
strip crowncoind
chmod +x crowncoind
No need to install, I just run it from whatever dierectory it's in.
16.04 is a relatively new release, so if it still fails it's probably due to missing packages that haven't been released for the newer version yet. There are some bugs with every new release, which is why I wait a few months before updating to the latest version.