{"type":"rich","version":"1.0","author_name":"npub15fmnxm546tg2sv0l7elusrvqsgezdzdg3m0flpml5fr2qf3f5slskxlq6h","author_url":"https://nostr.ae/npub15fmnxm546tg2sv0l7elusrvqsgezdzdg3m0flpml5fr2qf3f5slskxlq6h","provider_name":"njump","provider_url":"https://nostr.ae","html":"📅 Original date posted:2012-02-23\n📝 Original message:Hi Martinx,\n\nAnother note:\n\nboost 1.42 and openssl 1.0 has a conflict (you will see it when you try to compile coinHTTP with that specific combination: sslv2 has been removed from openssl, but boost still references it.)\n\nYou should do a :\n\nsudo apt-get upgrade libboost-dev-all\n\nto get the 1.46.1 library\n\n/M\n\n\nOn 23/02/2012, at 18:31, Martinx - ジェームズ wrote:\n\n\u003e Hi Michael!\n\u003e \n\u003e  Thank you for libcoin! It is a awesome evolution for Bitcoin and for the CryptoCurrencies as a hole... Thanks!!!\n\u003e \n\u003e  Anyway, I am unable to compile libcoin under my Ubuntu 11.04. At this machine, I have compiled and running Bitcoin (from sources), Namecoin, Devcoin, Litecoin, IXcoin and I0coin, all from sources but, when I try to compile libcoin, I got:\n\u003e \n\u003e ----\n\u003e user at desk:~/libcoin$ ./configure \n\u003e -- The C compiler identification is GNU\n\u003e -- The CXX compiler identification is GNU\n\u003e -- Check for working C compiler: /usr/bin/gcc\n\u003e -- Check for working C compiler: /usr/bin/gcc -- works\n\u003e -- Detecting C compiler ABI info\n\u003e -- Detecting C compiler ABI info - done\n\u003e -- Check for working CXX compiler: /usr/bin/c++\n\u003e -- Check for working CXX compiler: /usr/bin/c++ -- works\n\u003e -- Detecting CXX compiler ABI info\n\u003e -- Detecting CXX compiler ABI info - done\n\u003e -- Looking for include files CMAKE_HAVE_PTHREAD_H\n\u003e -- Looking for include files CMAKE_HAVE_PTHREAD_H - found\n\u003e -- Looking for pthread_create in pthreads\n\u003e -- Looking for pthread_create in pthreads - not found\n\u003e -- Looking for pthread_create in pthread\n\u003e -- Looking for pthread_create in pthread - found\n\u003e -- Found Threads: TRUE \n\u003e -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so\n\u003e -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found\n\u003e -- Looking for gethostbyname\n\u003e -- Looking for gethostbyname - found\n\u003e -- Looking for connect\n\u003e -- Looking for connect - found\n\u003e -- Looking for remove\n\u003e -- Looking for remove - found\n\u003e -- Looking for shmat\n\u003e -- Looking for shmat - found\n\u003e -- Looking for IceConnectionNumber in ICE\n\u003e -- Looking for IceConnectionNumber in ICE - found\n\u003e -- Found X11: /usr/lib/i386-linux-gnu/libX11.so\n\u003e -- Boost version: 1.42.0\n\u003e -- Found the following Boost libraries:\n\u003e --   date_time\n\u003e --   regex\n\u003e --   filesystem\n\u003e --   system\n\u003e --   program_options\n\u003e --   thread\n\u003e -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so \n\u003e -- Looking for Q_WS_X11\n\u003e -- Looking for Q_WS_X11 - found\n\u003e -- Looking for Q_WS_WIN\n\u003e -- Looking for Q_WS_WIN - not found.\n\u003e -- Looking for Q_WS_QWS\n\u003e -- Looking for Q_WS_QWS - not found.\n\u003e -- Looking for Q_WS_MAC\n\u003e -- Looking for Q_WS_MAC - not found.\n\u003e -- Found Qt-Version 4.7.2 (using /usr/bin/qmake)\n\u003e -- Found wxWidgets: TRUE \n\u003e \n\u003e The build system is configured to install libraries to /usr/local/lib\n\u003e Your applications may not be able to find your installed libraries unless you:\n\u003e     set your LD_LIBRARY_PATH (user specific) or\n\u003e     update your ld.so configuration (system wide)\n\u003e You have an ld.so.conf.d directory on your system, so if you wish to ensure that\n\u003e applications find the installed libcoin libraries, system wide, you could install an\n\u003e libcoin specific ld.so configuration with:\n\u003e     sudo make install_ld_conf\n\u003e \n\u003e -- Configuring done\n\u003e -- Generating done\n\u003e -- Build files have been written to: /home/user/libcoin\n\u003e ----\n\u003e \n\u003e  Now I tried make, without success:\n\u003e \n\u003e ----\n\u003e .....\n\u003e Script.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const\u0026)]+0xf): undefined reference to `BN_init'\n\u003e Script.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const\u0026)]+0x1e): undefined reference to `BN_copy'\n\u003e Script.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const\u0026)]+0x38): undefined reference to `BN_set_negative'\n\u003e Script.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const\u0026)]+0x4f): undefined reference to `BN_clear_free'\n\u003e Script.cpp:(.text._ZngRK7CBigNum[operator-(CBigNum const\u0026)]+0xd3): undefined reference to `BN_clear_free'\n\u003e ../../lib/libcoin.a(Script.o): In function `operator\u003c\u003c(CBigNum const\u0026, unsigned int)':\n\u003e Script.cpp:(.text._ZlsRK7CBigNumj[operator\u003c\u003c(CBigNum const\u0026, unsigned int)]+0x16): undefined reference to `BN_init'\n\u003e Script.cpp:(.text._ZlsRK7CBigNumj[operator\u003c\u003c(CBigNum const\u0026, unsigned int)]+0x2c): undefined reference to `BN_lshift'\n\u003e Script.cpp:(.text._ZlsRK7CBigNumj[operator\u003c\u003c(CBigNum const\u0026, unsigned int)]+0xad): undefined reference to `BN_clear_free'\n\u003e ../../lib/libcoin.a(Script.o): In function `operator\u003e\u003e(CBigNum const\u0026, unsigned int)':\n\u003e Script.cpp:(.text._ZrsRK7CBigNumj[operator\u003e\u003e(CBigNum const\u0026, unsigned int)]+0xf): undefined reference to `BN_init'\n\u003e Script.cpp:(.text._ZrsRK7CBigNumj[operator\u003e\u003e(CBigNum const\u0026, unsigned int)]+0x1e): undefined reference to `BN_copy'\n\u003e Script.cpp:(.text._ZrsRK7CBigNumj[operator\u003e\u003e(CBigNum const\u0026, unsigned int)]+0x47): undefined reference to `BN_clear_free'\n\u003e Script.cpp:(.text._ZrsRK7CBigNumj[operator\u003e\u003e(CBigNum const\u0026, unsigned int)]+0xcb): undefined reference to `BN_clear_free'\n\u003e ../../lib/libcoin.a(Script.o): In function `operator!=(CBigNum const\u0026, CBigNum const\u0026)':\n\u003e Script.cpp:(.text._ZneRK7CBigNumS1_[operator!=(CBigNum const\u0026, CBigNum const\u0026)]+0x14): undefined reference to `BN_cmp'\n\u003e ../../lib/libcoin.a(Script.o): In function `operator\u003e(CBigNum const\u0026, CBigNum const\u0026)':\n\u003e Script.cpp:(.text._ZgtRK7CBigNumS1_[operator\u003e(CBigNum const\u0026, CBigNum const\u0026)]+0x14): undefined reference to `BN_cmp'\n\u003e ../../lib/libcoin.a(Script.o): In function `uint256 Hash\u003c__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e \u003e \u003e(__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e \u003e, __gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e \u003e)':\n\u003e Script.cpp:(.text._Z4HashIN9__gnu_cxx17__normal_iteratorIPhSt6vectorIhSaIhEEEEE7uint256T_S8_[uint256 Hash\u003c__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e \u003e \u003e(__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e \u003e, __gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e \u003e)]+0x6d): undefined reference to `SHA256'\n\u003e Script.cpp:(.text._Z4HashIN9__gnu_cxx17__normal_iteratorIPhSt6vectorIhSaIhEEEEE7uint256T_S8_[uint256 Hash\u003c__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e \u003e \u003e(__gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e \u003e, __gnu_cxx::__normal_iterator\u003cunsigned char*, std::vector\u003cunsigned char, std::allocator\u003cunsigned char\u003e \u003e \u003e)]+0xb8): undefined reference to `SHA256'\n\u003e collect2: ld returned 1 exit status\n\u003e make[2]: *** [bin/bitcoind] Error 1\n\u003e make[1]: *** [applications/bitcoind/CMakeFiles/app_bitcoind.dir/all] Error 2\n\u003e make: *** [all] Error 2\n\u003e -----\n\u003e \n\u003e  What can I do?!\n\u003e \n\u003e Best,\n\u003e Thiago\n\u003e \n\u003e \n\u003e On 1 February 2012 12:18, Michael Grønager \u003cgronager at ceptacle.com\u003e wrote:\n\u003e Dear Bitcoiners,\n\u003e \n\u003e libcoin is now in a state ready for its first release, which I would like to share with you!\n\u003e \n\u003e === libcoin is a crypto currency library based on the bitcoin/bitcoin \"Satoshi\" client. ===\n\u003e \n\u003e Copenhagen, Denmark - 1st February 2012 Ceptacle announces the release of the first version of the crypto currency library \"libcoin\" based on the bitcoin/bitcoin \"Satoshi\" client.\n\u003e \n\u003e libcoin also maintains a version of bitcoind that is a 100% compatible drop-in replacement of the bitcoin/bitcoind client: You can use it on the same computer on the same files and you can call it with the same scripts. And you can easily extend it without touching the basic bitcoin source files.\n\u003e \n\u003e The libcoin/bitcoind client downloads the entire block chain 3.5 times faster than the bitcoin/bitcoind client. This is less than 90 minutes on a modern laptop!\n\u003e \n\u003e In libcoin, the Satoshi client code has been completely refactored, properly encapsulating classes, removing all globals, moving from threads and mutexes to a pure asynchronous approach. Functionalities have been divided into logical units and libraries, minimizing dependencies for e.g. thin clients.\n\u003e \n\u003e libcoin is chain agnostic, all chain (bitcoin, testnet, namecoin, litecoin, ...) specific settings are maintained from a single class (Chain) and hence experiments with chain settings, mining, security and digital currencies for research and educational purposes are easily accessible. See the ponzicoin example for how you define your own chain.\n\u003e \n\u003e The build system of libcoin is based on CMake and supports builds of static and dynamic libraries on Linux, Mac OS X, and Windows.\n\u003e \n\u003e The libcoin license is LGPL v. 3. This mean that you can use it in open source as well as in commercial projects, but improvements should go back into the libcoin library.\n\u003e \n\u003e ======\n\u003e \n\u003e Read more on libcoin on: http://github.com/ceptacle/libcoin/wiki\n\u003e \n\u003e Join libcoin on twitter: http://twitter.com/libcoin\n\u003e \n\u003e Download \"libcoin Satoshi release\": http://github.com/ceptacle/libcoin/zipball/v0.4.0.1\n\u003e \n\u003e Best regards,\n\u003e \n\u003e Michael Gronager, PhD\n\u003e Director, Ceptacle\n\u003e Jens Juels Gade 33\n\u003e 2100 Copenhagen E\n\u003e Mobile: +45 31 45 14 01\n\u003e E-mail: gronager at ceptacle.com\n\u003e Web: http://www.ceptacle.com/\n\u003e \n\u003e \n\u003e ------------------------------------------------------------------------------\n\u003e Keep Your Developer Skills Current with LearnDevNow!\n\u003e The most comprehensive online learning library for Microsoft developers\n\u003e is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,\n\u003e Metro Style Apps, more. Free future releases when you subscribe now!\n\u003e http://p.sf.net/sfu/learndevnow-d2d\n\u003e _______________________________________________\n\u003e Bitcoin-development mailing list\n\u003e Bitcoin-development at lists.sourceforge.net\n\u003e https://lists.sourceforge.net/lists/listinfo/bitcoin-development\n\u003e \n\nMichael Gronager, PhD\nDirector, Ceptacle\nJens Juels Gade 33\n2100 Copenhagen E\nMobile: +45 31 45 14 01\nE-mail: gronager at ceptacle.com\nWeb: http://www.ceptacle.com/"}
