...
Thanks for the reply. I don't know where to store my coins other than the exchange, and I can't get the Linux wallet to load at all.
Do you downloaded the wallet for this link in op?
https://docs.google.com/file/d/0B8rWObF4xz1YbmdyaHNtUnV4c28/editI did a search here on the thread by typing "linux" in the search field that is in the upper right corner of this page and found a few things including these.
See if it helps:
New wallet v1.2.0.1 is working well. For Linux build, this is required:
sudo apt-get install libcrypto++-dev libcrypto++-doc libcrypto++-utils
When I compile the linux deamon I get this error:
g++: error: /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
g++: error: /usr/local/ssl/lib/libssl.a: No such file or directory
g++: error: /usr/local/ssl/lib/libcrypto.a: No such file or directory
g++: error: /usr/local/lib/libz.a: No such file or directory
make: *** [StealthCoind] Error 1
How can I solve it? Thanks!
Thanks dev. Berkeley-db works perfectly now. But I get some errors about libboost again... why??? I've installed libboost with: apt-get install libboost-all-dev
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
make: *** [StealthCoind] Error 1
Thanks dev. Berkeley-db works perfectly now. But I get some errors about libboost again... why??? I've installed libboost with: apt-get install libboost-all-dev
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
make: *** [StealthCoind] Error 1
apt install libboost1.55-all-dev
That will build a statically linked daemon that you can share with your friends.
apt install libboost1.55-all-dev
E: Unable to locate package libboost1.55-all-dev
E: Couldn't find any package by regex 'libboost1.55-all-dev'
Try libboost1.54-all-dev - probably you have old linux version. You can go to Synaptic, search "libboost" and install newest package.
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
make: *** [StealthCoind] Error 1
That means you have to install libboost-system1.5x(4 or 5 or whatever)-dev package. Same with "thread", "filesystem", "program-options".
Try libboost1.54-all-dev - probably you have old linux version. You can go to Synaptic, search "libboost" and install newest package.
I use ubuntu 12.04 64x
When I compile the linux deamon I get this error:
g++: error: /usr/local/BerkeleyDB.4.8/lib/libdb_cxx-4.8.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_system.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_filesystem.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_program_options.a: No such file or directory
g++: error: /usr/lib/x86_64-linux-gnu/libboost_thread.a: No such file or directory
g++: error: /usr/local/ssl/lib/libssl.a: No such file or directory
g++: error: /usr/local/ssl/lib/libcrypto.a: No such file or directory
g++: error: /usr/local/lib/libz.a: No such file or directory
make: *** [StealthCoind] Error 1
How can I solve it? Thanks!
Just like the error say, no such file or directory. You're missing the packages. try to ask this in ubuntu forum it might help.
Always install the full OS and don't try to save some space if you want to use it your own, never install bare metal OS as it will always missing something.
try this;
sudo apt-get install yum
sudo yum install libboost g g+ g++
or yum search lib and see what is the file name for libboost
when you found the file... sudo yum install ---filename---