GoldCoin Talk
Main Category => Technical Discussion => Topic started by: bustingbuster on November 19, 2013, 11:29:13 PM
-
What type of linux does the linux client work with ?
Centos doesn't work, Ubuntu doesn't work. So what is compatible with ?
I am in the project to create a standalone marketplace + online wallet for gldcoins.
-Thanks-
-
You will need to compile the source code on your linux distribution.
-
http://gldcoin.com/get-started/ -- i am using the already compiled linux client from the above url. So what linux distribution is compatible with this already compiled version ?
-Thanks-
-
Here's a link that may help steer you in the right direction:
https://www.gldtalk.org/index.php?topic=764.0
I think most of the developers make their own builds from the source code on Github.
https://github.com/goldcoin/gldcoin
-
Ok here what i did :
First :
sudo apt-get install libqtgui4
I think the above installed the dependencies.
Second :
Ran the goldcoind by downloading from
-wget http://gldcoin.com/downloads/goldcoin-0.7.1.5-linux.tar.xz
Extracted it got two folders :
x86
x64
My server is x86
so:
cd x86
./goldcoind
Now it gives a error :
./goldcoind: error while loading shared libraries: libboost_system.so.1.49.0: cannot open shared object file: No such file or directory
So someone please help me out ? Thanks.
These are the not found libraries when did
ldd ./goldcoind
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
libdb_cxx-4.8.so => not found
libQtWebKit.so.4 => not found
libminiupnpc.so.5 => not found
So i do think i just need a guide to install these.
-Thanks-