March 28, 2024, 11:33:00 AM

Author Topic: Getting errors with Nov 03 client update v0.7.1.3  (Read 4568 times)

0 Members and 1 Guest are viewing this topic.

Offline ko1n92

  • Newbie
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Getting errors with Nov 03 client update v0.7.1.3
« on: November 03, 2013, 02:00:11 PM »
Getting errors with  Nov 03 client  update v0.7.1.3

Code: [Select]
./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
« Last Edit: November 04, 2013, 05:22:58 PM by ko1n92 »

Offline dreamwatcher

  • Gold Miner
  • ****
  • Posts: 138
  • Karma: +11/-0
    • View Profile
    • CryptoCoin Explorer
Re: Getting errors with Nov 03 client update v0.7.1.3
« Reply #1 on: November 03, 2013, 03:29:46 PM »
Try installing the qrencode libraries:

Code: [Select]
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.


Offline ko1n92

  • Newbie
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: Getting errors with Nov 03 client update v0.7.1.3
« Reply #2 on: November 04, 2013, 01:38:44 PM »
after ver 0.7.1.4 I einstalled the packages as defined in the read-me, some of the dependencies are fixed. These remain,

Code: [Select]
~$ 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

Offline akumaburn

  • Lead Developer
  • DevTeam
  • *****
  • Posts: 320
  • Karma: +44/-0
    • View Profile
Re: Getting errors with Nov 03 client update v0.7.1.3
« Reply #3 on: November 04, 2013, 01:46:06 PM »
after ver 0.7.1.4 I einstalled the packages as defined in the read-me, some of the dependencies are fixed. These remain,

Code: [Select]
~$ 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.
Want to donate to the Development Team?

GLD:
DztaVPtUd2M5TwfifBUaq5bLrAscYeMbyd