1 2017-08-15 00:05:25 <Chris_Stewart_5> If anyone is interested in contributing to drivechains we are having our first meeting on Wednesday at 12PM CST: https://twitter.com/Chris_Stewart_5/status/897245694091681792
 2 2017-08-15 13:10:07 <Chris_Stewart_5> For anyone interested in drivechains, we are having the first drivechain dev meeting tomorrow at noon CST: https://twitter.com/Chris_Stewart_5/status/897245694091681792
 3 2017-08-15 21:34:48 <ginseng> exit
 4 2017-08-15 21:36:37 <ginseng> hi, i'm trying to build bitcoin from source in a ubuntu 16.04 docker container, and while the compiled binaries function correctly inside the container, when i copy it to my 16.04 host, i get the following error: ./bitcoin-qt: error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory
 5 2017-08-15 21:37:07 <ginseng> i have confirmed the binaries are identical with sha256sum. anyone have any ideas?
 6 2017-08-15 21:42:53 <marcoagner> You need libboost packages installed in your host system.
 7 2017-08-15 21:43:33 <marcoagner> ginseng: did you compile the libraries in your host system?
 8 2017-08-15 21:44:29 <ginseng> marcoagner: I installed them inside the docker container, but not the host system. I see that the file exists at /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.58.0 in container
 9 2017-08-15 21:44:59 <ginseng> when i download bitcoin core binaries from bitcoin.org i dont have to install any libboost packages and they work. how come i need to install them now?
10 2017-08-15 21:55:55 <ginseng> ok i think i just configured it with different flags than bitcoin.org, and didnt specify libraries