patmast3r
|
|
March 24, 2014, 05:43:45 PM |
|
Also, I just downloaded the new client but I'm getting an error about a missing library:
libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
If this is a dependency (for gnu-linux), what's the relevant debian package to install?
Ok, I fixed the above with sudo apt-get install libdb5.1++
But now I get this: $ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory
This is awkward, $ sudo apt-get install libboost-system-dev Reading package lists... Done Building dependency tree Reading state information... Done libboost-system-dev is already the newest version.
Seems like my system has libbost_system ver 1.54. Do I really need to *downgrade* libboost in order to run this binary? Are you on 64bit? If so please try this https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion-Qt_1.1.6.6-Linux-x64.tar.gzI rebuilt it with the libraries statically linked, which should solve your issues. Please let me know and I will change the links on the webpage. I've tried it with the new archive but I still get the same error message as tspacepilot.
|
|
|
|
tspacepilot
Legendary
Offline
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
|
|
March 24, 2014, 06:15:33 PM |
|
Also, I just downloaded the new client but I'm getting an error about a missing library:
libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
If this is a dependency (for gnu-linux), what's the relevant debian package to install?
Ok, I fixed the above with sudo apt-get install libdb5.1++
But now I get this: $ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory
This is awkward, $ sudo apt-get install libboost-system-dev Reading package lists... Done Building dependency tree Reading state information... Done libboost-system-dev is already the newest version.
Seems like my system has libbost_system ver 1.54. Do I really need to *downgrade* libboost in order to run this binary? Are you on 64bit? If so please try this https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion-Qt_1.1.6.6-Linux-x64.tar.gzI rebuilt it with the libraries statically linked, which should solve your issues. Please let me know and I will change the links on the webpage. Are you sure you posted the right link after rebuilding? I tried the binary you link to above and still get the error about the missing libboost: $ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory
|
|
|
|
artiface
|
|
March 24, 2014, 06:20:16 PM |
|
Also, I just downloaded the new client but I'm getting an error about a missing library:
libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
If this is a dependency (for gnu-linux), what's the relevant debian package to install?
Ok, I fixed the above with sudo apt-get install libdb5.1++
But now I get this: $ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory
This is awkward, $ sudo apt-get install libboost-system-dev Reading package lists... Done Building dependency tree Reading state information... Done libboost-system-dev is already the newest version.
Seems like my system has libbost_system ver 1.54. Do I really need to *downgrade* libboost in order to run this binary? Are you on 64bit? If so please try this https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion-Qt_1.1.6.6-Linux-x64.tar.gzI rebuilt it with the libraries statically linked, which should solve your issues. Please let me know and I will change the links on the webpage. I've tried it with the new archive but I still get the same error message as tspacepilot. Are you sure you posted the right link after rebuilding? I tried the binary you link to above and still get the error about the missing libboost: $ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory
Yes I'm sure thats the right link and the file has the creation time when I rebuilt it this morning. Not sure why it's not working then. What Linux version are you guys using? I guess I can build packages for the different systems, I've been building on the 12.04 LTS. Though I'd like to stay away from making binary releases for a bunch of different distros. You can always build it from source. I posted instructions here https://bitcointalk.org/index.php?topic=245086.msg5809245#msg5809245Sorry for the issues with this. I'll spend some time today and get it all sorted out.
|
|
|
|
patmast3r
|
|
March 24, 2014, 07:45:22 PM |
|
Also, I just downloaded the new client but I'm getting an error about a missing library:
libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
If this is a dependency (for gnu-linux), what's the relevant debian package to install?
Ok, I fixed the above with sudo apt-get install libdb5.1++
But now I get this: $ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory
This is awkward, $ sudo apt-get install libboost-system-dev Reading package lists... Done Building dependency tree Reading state information... Done libboost-system-dev is already the newest version.
Seems like my system has libbost_system ver 1.54. Do I really need to *downgrade* libboost in order to run this binary? Are you on 64bit? If so please try this https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion-Qt_1.1.6.6-Linux-x64.tar.gzI rebuilt it with the libraries statically linked, which should solve your issues. Please let me know and I will change the links on the webpage. I've tried it with the new archive but I still get the same error message as tspacepilot. Are you sure you posted the right link after rebuilding? I tried the binary you link to above and still get the error about the missing libboost: $ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory
Yes I'm sure thats the right link and the file has the creation time when I rebuilt it this morning. Not sure why it's not working then. What Linux version are you guys using? I guess I can build packages for the different systems, I've been building on the 12.04 LTS. Though I'd like to stay away from making binary releases for a bunch of different distros. You can always build it from source. I posted instructions here https://bitcointalk.org/index.php?topic=245086.msg5809245#msg5809245Sorry for the issues with this. I'll spend some time today and get it all sorted out. I'm on Xubuntu 13.10. I guess I could build it myself but I'm not in a hurry so I'll wait to test your new builds and tell you if they work for me if that's usefull ?
|
|
|
|
elambert (OP)
Legendary
Offline
Activity: 1696
Merit: 1008
|
|
March 24, 2014, 09:12:38 PM |
|
|
|
|
|
110110101
Legendary
Offline
Activity: 1382
Merit: 1002
|
|
March 24, 2014, 09:27:24 PM |
|
Just wanted to drop by and give a big Thanks! to the dev team and supporters who are working hard to promote and increase the awareness of CGB. Great job with the new exchanges, and the VoS looks like it has potential. All your efforts are an inspiration for the rest of us! Keep up your great work!
|
|
|
|
paulmaritz
|
|
March 24, 2014, 09:36:04 PM |
|
Just wanted to drop by and give a big Thanks! to the dev team and supporters who are working hard to promote and increase the awareness of CGB. Great job with the new exchanges, and the VoS looks like it has potential. All your efforts are an inspiration for the rest of us! Keep up your great work! 1+
|
|
|
|
surfguy72
|
|
March 24, 2014, 09:36:50 PM |
|
Glad to see this coin being ravamped, I've been holding on to mine for quite some time. Always thought of it as my savings coin. Keep up the great work!
|
|
|
|
tspacepilot
Legendary
Offline
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
|
|
March 24, 2014, 11:33:07 PM |
|
Also, I just downloaded the new client but I'm getting an error about a missing library:
libdb_cxx-5.1.so: cannot open shared object file: No such file or directory
If this is a dependency (for gnu-linux), what's the relevant debian package to install?
Ok, I fixed the above with sudo apt-get install libdb5.1++
But now I get this: $ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory
This is awkward, $ sudo apt-get install libboost-system-dev Reading package lists... Done Building dependency tree Reading state information... Done libboost-system-dev is already the newest version.
Seems like my system has libbost_system ver 1.54. Do I really need to *downgrade* libboost in order to run this binary? Are you on 64bit? If so please try this https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion-Qt_1.1.6.6-Linux-x64.tar.gzI rebuilt it with the libraries statically linked, which should solve your issues. Please let me know and I will change the links on the webpage. I've tried it with the new archive but I still get the same error message as tspacepilot. Are you sure you posted the right link after rebuilding? I tried the binary you link to above and still get the error about the missing libboost: $ ./CryptogenicBullion-qt ./CryptogenicBullion-qt: error while loading shared libraries: libboost_system.so.1.46.1: cannot open shared object file: No such file or directory
Yes I'm sure thats the right link and the file has the creation time when I rebuilt it this morning. Not sure why it's not working then. What Linux version are you guys using? I guess I can build packages for the different systems, I've been building on the 12.04 LTS. Though I'd like to stay away from making binary releases for a bunch of different distros. You can always build it from source. I posted instructions here https://bitcointalk.org/index.php?topic=245086.msg5809245#msg5809245Sorry for the issues with this. I'll spend some time today and get it all sorted out. Using debian 'testing' (Jessie). Same here, no rush, I may build it myself if I get desperate. Presumably there's some way to make your program look for libboost >= 1.46, right? Let me know if you have another build to try later.
|
|
|
|
forzendiablo
Legendary
Offline
Activity: 1526
Merit: 1000
the grandpa of cryptos
|
|
March 25, 2014, 01:21:57 AM |
|
fuk this scam coin.
better mine SUN!
|
yolo
|
|
|
artiface
|
|
March 25, 2014, 02:53:06 AM |
|
Ok guys, here is a hopefully fixed Linux build for x64. User mkz pointed out in a PM that I included the old build in my new package, sorry, I was rushing this morning to get something to fix this for you and I messed it up. This one should work, I tested it on a fresh Ubuntu 13.10 install and it ran and synced the blockchain fine. If it works for you i will upload it and fix the links on the website and also build the 32 bit version, so please let me know https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion_1.1.6.6-linux64.tar.gz
|
|
|
|
BTCat
Legendary
Offline
Activity: 1960
Merit: 1010
|
|
March 25, 2014, 11:53:57 AM Last edit: March 25, 2014, 12:06:57 PM by BTCat |
|
|
|
|
|
patmast3r
|
|
March 25, 2014, 07:44:51 PM Last edit: March 25, 2014, 08:04:53 PM by patmast3r |
|
Ok guys, here is a hopefully fixed Linux build for x64. User mkz pointed out in a PM that I included the old build in my new package, sorry, I was rushing this morning to get something to fix this for you and I messed it up. This one should work, I tested it on a fresh Ubuntu 13.10 install and it ran and synced the blockchain fine. If it works for you i will upload it and fix the links on the website and also build the 32 bit version, so please let me know https://dl.dropboxusercontent.com/u/139675/CryptogenicBullion_1.1.6.6-linux64.tar.gzAs I said in my pm thanks a lot for putting so much effort into fixing things in a timely manner. However since my pm I'm getting this, after looking at the splashscreen for a bit: Error loading blkindex.dat /edit: I took the obvious way out and deleted blkindex.dat. Let's download that blockchain again
|
|
|
|
|
BTCat
Legendary
Offline
Activity: 1960
Merit: 1010
|
|
March 25, 2014, 09:34:36 PM |
|
Almost no voting going on, come on guys if you stay logged in it takes just about 10 seconds to vote for the bull. On Mintpal you can select 24-hour auto-logout in profile. https://www.mintpal.com/votinghttps://comkort.com/vote
|
|
|
|
|
Gabri
|
|
March 26, 2014, 12:52:56 AM |
|
|
|
|
|
rich93
Full Member
Offline
Activity: 595
Merit: 101
Chromia - Relational Blockchain
|
|
March 26, 2014, 01:14:44 AM |
|
If we all vote they will list CGB in no time!
|
|
|
|
bahamapascal
|
|
March 26, 2014, 01:38:06 AM |
|
If we all vote they will list CGB in no time! Voted! And good job BTCat finding and orgenizing all the voting!
|
|
|
|
papersheepdog
|
|
March 26, 2014, 03:38:53 AM |
|
CGB Core Team Weekly Update – March 25, 2014Please also see the reddit post for further discussion.It has been a busy week full of good news. The biggest news, of course, was the launch of our new website at http://cgb.holdings. Work has also continued on further development of the content of the new site. We have formalized and posted the marketing strategy, although it still requires further refinement, and will continue to evolve with Cryptogenic Bullion. Accompanying the new website was our launch party on Reddit and viral marketing image contest with our tipbot cannons put to heavy use for both events. We are pleased to announce that Cryptogenic Bullion can now be traded on the Bittrex and Ecoinfund exchanges! While Bittrex is based in the USA, Ecoinfund is based in China and will help to build our exposure to the Asian markets. We have even bigger news to announce this week, that we will soon be able to directly exchange between USD or CAD and CGB on the Vault of Satoshi, a Canadian crypto-currency exchange! We would also like to give a sneak preview of an upcoming project. We have been granted moderator status of the /r/cryptoeconomics subReddit and plan to use it to foster discussion and exploration of crypto-currency economic fundamentals. This includes effects of various coin specifications, discussion of what certain markets or roles require of a coin, and other more macroeconomic factors in both crypto and fiat markets. As always, we encourage everyone to post comments and suggestions. Let's keep the momentum rolling! The CGB Core Team
|
|
|
|
|