One more thing. You need to run make one more time and get a successful build before running monerod. Here is the order...
Issue with build on Ubuntu 16.04... errors included (with a[...]
Here are the errors:
lrelease: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/lrelease': No such file or directory translations/CMakeFiles/generate_translations_header.dir/build.make:94: recipe for target 'translations/generate_translations_header' failed make[3]: *** [translations/generate_translations_header] Error 1 make[3]: Leaving directory '/home/petar/Documents/devel/Monero_Build/monero/build/release' CMakeFiles/Makefile2:117: recipe for target 'translations/CMakeFiles/generate_translations_header.dir/all' failed make[2]: *** [translations/CMakeFiles/generate_translations_header.dir/all] Error 2 make[2]: Leaving directory '/home/petar/Documents/devel/Monero_Build/monero/build/release' Makefile:138: recipe for target 'all' failed make[1]: *** [all] Error 2 make[1]: Leaving directory '/home/petar/Documents/devel/Monero_Build/monero/build/release' Makefile:64: recipe for target 'release-all' failed make: *** [release-all] Error 2
Here is what I did to fix it:
sudo apt-get install qt4-dev-tools --no-install-recommends
then...
sudo apt-get install qt4-linguist-tools
I then went to the .../build/release directory and launched monerod ... looked good!