我正在尝试从具有 4GB RAM 的 Ubuntu 12.04lts 运行 RTBKit。
我正在按照这里的步骤
我能够在sudo make -k all之前执行步骤。
但是当我执行命令sudo make -k all时,一段时间后它给出了错误 -
scons: Reading SConscript files ...
TypeError: cannot concatenate 'str' and 'NoneType' objects:
File "/home/eywa/platform-deps/mongo-cxx-driver/SConstruct", line 71:
env.Append(CCFLAGS=["-L" + os.getenv("LD_LIBRARY_PATH"),
make: *** [install_mongodb_cxx_driver] Error 2
make: Target `all' not remade because of errors.
我对 RTBkit,Zookeeper 很陌生。请帮我解决这个问题。