Bitcoin Forum
May 14, 2024, 02:04:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: compiled wallet work on unbuntu but not working moved to another ubuntu server  (Read 637 times)
myaltcoin (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
April 07, 2016, 07:36:54 PM
 #1

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
1715695470
Hero Member
*
Offline Offline

Posts: 1715695470

View Profile Personal Message (Offline)

Ignore
1715695470
Reply with quote  #2

1715695470
Report to moderator
1715695470
Hero Member
*
Offline Offline

Posts: 1715695470

View Profile Personal Message (Offline)

Ignore
1715695470
Reply with quote  #2

1715695470
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715695470
Hero Member
*
Offline Offline

Posts: 1715695470

View Profile Personal Message (Offline)

Ignore
1715695470
Reply with quote  #2

1715695470
Report to moderator
1715695470
Hero Member
*
Offline Offline

Posts: 1715695470

View Profile Personal Message (Offline)

Ignore
1715695470
Reply with quote  #2

1715695470
Report to moderator
achow101
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6641


Just writing some code


View Profile WWW
April 07, 2016, 07:43:54 PM
 #2

what is the exact error that happens?

myaltcoin (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
April 07, 2016, 10:40:31 PM
 #3

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?
achow101
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6641


Just writing some code


View Profile WWW
April 07, 2016, 11:24:28 PM
 #4

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.

Patatas
Legendary
*
Offline Offline

Activity: 1750
Merit: 1115

Providing AI/ChatGpt Services - PM!


View Profile
April 07, 2016, 11:30:29 PM
 #5

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
myaltcoin (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
April 07, 2016, 11:36:12 PM
 #6

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
achow101
Staff
Legendary
*
Offline Offline

Activity: 3388
Merit: 6641


Just writing some code


View Profile WWW
April 07, 2016, 11:46:24 PM
 #7

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.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!