Author

Topic: compiled wallet work on unbuntu but not working moved to another ubuntu server (Read 661 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
How do I do static link for compiling ubuntu wallet? x11 algorithm, which code I need to use and put where? in main.h ?Thanks
You have to do it in the makefile. I'm not quite sure how though, google it.
newbie
Activity: 58
Merit: 0
How do I do static link for compiling ubuntu wallet? x11 algorithm, which code I need to use and put where? in main.h ?Thanks
legendary
Activity: 1750
Merit: 1115
Providing AI/ChatGpt Services - PM!
How did you move to the other Ubuntu Server ? By commands ? By FTF ? When you transfer the files over a network using the Server commands,the acknowledgement for unrecognized files is never sent back and hence even though the file is available ,it will never allow you to access it unless you've read/written permissions on it while initiating the transfer..Have a look through this page : https://help.ubuntu.com/community/SSH/TransferFiles
staff
Activity: 3458
Merit: 6793
Just writing some code
when I try to run the ubuntu wallet, mycoin-qt
it shows: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

I must run command: sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev git qt-sdk libminiupnpc-dev


Is there any way I can include the libraries in the mycoin-qt file  so I do not need to inlude the libraries?
I think you need to statically link the libraries when you compile.
newbie
Activity: 58
Merit: 0
when I try to run the ubuntu wallet, mycoin-qt
it shows: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

I must run command: sudo apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev git qt-sdk libminiupnpc-dev


Is there any way I can include the libraries in the mycoin-qt file  so I do not need to inlude the libraries?
staff
Activity: 3458
Merit: 6793
Just writing some code
what is the exact error that happens?
newbie
Activity: 58
Merit: 0
compiled wallet work on unbuntu but not working moved to another ubuntu server
I compiled one wallet under ubuntu 12, and moved the coind file to another ubuntu server, 12 version also, same
but it does not work, ask permission, I run chmod 777, then still not woking, why
Jump to: