GoldCoin Talk
Support => Technical Support => Topic started by: ko1n92 on November 03, 2013, 02:00:11 PM
-
Getting errors with Nov 03 client update v0.7.1.3
./goldcoin-qt: error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory
can someone help out with this ? Get 45GLD from me. ;)
Im running Ubuntu 13.10 btw.
EDIT:
Got everything working. In case someone needs help with dependencies on Linux check this link -> http://www.peercointalk.org/index.php?topic=798.msg7183#msg7183
-
Try installing the qrencode libraries:
sudo aptitude search libqrencode
i libqrencode-dev - QR Code encoding library -- development
p libqrencode-dev:i386 - QR Code encoding library -- development
i libqrencode3 - QR Code encoding library
p libqrencode3:i386 - QR Code encoding library
I install both libqrencode3 and libqrencode-dev just to be sure.
-
after ver 0.7.1.4 I einstalled the packages as defined in the read-me, some of the dependencies are fixed. These remain,
~$ ldd goldcoin-qt | grep "not found"
libdb_cxx-4.8.so => not found
libboost_system.so.1.49.0 => not found
libboost_filesystem.so.1.49.0 => not found
libboost_program_options.so.1.49.0 => not found
libboost_thread.so.1.49.0 => not found
-
after ver 0.7.1.4 I einstalled the packages as defined in the read-me, some of the dependencies are fixed. These remain,
~$ ldd goldcoin-qt | grep "not found"
libdb_cxx-4.8.so => not found
libboost_system.so.1.49.0 => not found
libboost_filesystem.so.1.49.0 => not found
libboost_program_options.so.1.49.0 => not found
libboost_thread.so.1.49.0 => not found
Install boost version 1.49 for your distro
as well as berkley db 4.8 for your distro.
For Ubuntu for example the packages you might need are: http://packages.ubuntu.com/precise/libdb4.8 for berkleydb and http://packages.ubuntu.com/quantal/libboost-all-dev for boost.