I spent days fixing this as I had the exact same problem on my Ubuntu 14.04 laptop. You have to manually assign the library. Give me a few minutes and I will edit this post with how to do it when I refind it!
Wow, thank you! I'll be patient.
Found it! Original thread here: http://www.peercointalk.org/index.php?topic=798.0
# Get db4.8 source, compile and install
wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
tar -xzvf db-4.8.30.NC.tar.gz
cd db-4.8.30.NC/build_unix
../dist/configure --enable-cxx
make
sudo make install
# Tell your system where to find db4.8
export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.4.8/include"
export BDB_LIB_PATH="/usr/local/BerkeleyDB.4.8/lib"
sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb-4.8.so /usr/lib/libdb-4.8.so
sudo ln -s /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.so /usr/lib/libdb_cxx-4.8.so
Let me know how that goes- i have a feeling one more error came up after this but I can't remember the name.
Thanks a lot, I will try. Although the JudgeCoin site says that you don't have to install the Berkeley DB.
libGL error: failed to authenticate magic 3
libGL error: failed to load driver: vboxvideo
Never had these errors before. I'm not amused.
Now that I'm not sure on- one suggestion would be trying to update your openGL files.
sudo apt-get install libgl1-mesa-dev
If that's already up to date, I would suggest opening a support ticket on the website. In the meantime try this!