August 26, 2026, 10:09:36 AM

Author Topic: Problems installing wallet on Ubuntu 13.04  (Read 11994 times)

0 Members and 1 Guest are viewing this topic.

whitebeard

  • Guest
Problems installing wallet on Ubuntu 13.04
« on: September 02, 2013, 11:22:57 PM »
I get this error trying to run goldcoin-qt:

./goldcoin-qt: error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory

and I get this error trying to run goldcoind:

./goldcoind: error while loading shared libraries: libboost_system.so.1.49.0: cannot open shared object file: No such file or directory

I have installed or already had all the dependencies listed in the readme.   Where are these libraries located?  I tried to have apt-get install them by name but was unable to find them with my included repositories.

Offline akumaburn

  • Lead Developer
  • DevTeam
  • *****
  • Posts: 320
  • Karma: +44/-0
    • View Profile
Re: Problems installing wallet on Ubuntu 13.04
« Reply #1 on: September 02, 2013, 11:32:51 PM »
I suspect you don't have the correct version for your boost libary and are missing the qrencode library entirely
Try these:

http://packages.debian.org/search?keywords=libqrencode-dev
http://packages.debian.org/search?suite=default&section=all&arch=any&searchon=names&keywords=libqrencode3
http://packages.debian.org/wheezy/libboost-all-dev

Unfortunately we cannot accommodate every linux setup possible, so you will have to install these packages manually.

If you have further difficulty please reply with what step you are having issue with.

Edit: Recommend using the "wheezy" packages.

Alternatively, give these a try:

http://packages.ubuntu.com/raring/libqrencode3
http://packages.ubuntu.com/raring/libqrencode-dev
http://packages.ubuntu.com/raring/libboost-dev
« Last Edit: September 02, 2013, 11:48:23 PM by akumaburn »
Want to donate to the Development Team?

GLD:
DztaVPtUd2M5TwfifBUaq5bLrAscYeMbyd

whitebeard

  • Guest
Re: Problems installing wallet on Ubuntu 13.04
« Reply #2 on: September 02, 2013, 11:45:38 PM »
Thanks!  I'll work on this and report back...

whitebeard

  • Guest
Re: Problems installing wallet on Ubuntu 13.04
« Reply #3 on: September 03, 2013, 01:50:48 AM »
Tried installing the wheezy packages, but I already have the latest of each from ubuntu.  So ubuntu shuts down the install with "newest version already installed." 

Where can I get the source for the clients and compile them my self?  I had to do that with my first bitcoin wallet....  maybe it's just my system.

Offline akumaburn

  • Lead Developer
  • DevTeam
  • *****
  • Posts: 320
  • Karma: +44/-0
    • View Profile
Re: Problems installing wallet on Ubuntu 13.04
« Reply #4 on: September 03, 2013, 10:01:56 AM »
You can get them here: github.com/goldcoin/gldcoin

Regardless of what ubuntu spouts you can always remove packages using "apt-get remove"
Want to donate to the Development Team?

GLD:
DztaVPtUd2M5TwfifBUaq5bLrAscYeMbyd