jubatus-installer
jubatus-installer copied to clipboard
Install Script of Jubatus
To build ZooKeeper client with gcc 8, `-Wformat-overflow` option is required. I think it is necessary to switch the compile option according to the GCC version. Refs. https://github.com/jubatus/jubatus-installer/pull/72#issuecomment-600429397
The installer shows a message, but installation does not stop.
Use rpath to find libraries instead of LD_LIBRARY_PATH. Why LD_RUN_PATH is not used is that ld.gold does not recognize LD_RUN_PATH for now. https://sourceware.org/bugzilla/show_bug.cgi?id=13764 https://github.com/jubatus/jubatus/issues/943
https://github.com/jubatus/jubatus-installer/blob/0.7.0/install_python.sh#L3
It's easy to understand. For example: ``` install.sh --path /home/rimms/local/jubatus --re2 ```