progressiveCactus
progressiveCactus copied to clipboard
problems during build
Trying to install progressiveCactus on a centOS6 system, I had many problems:
Building the submodules, the supplied kyotocabinet and kyototycoon do not build. I had to download the source codes from fallabs.com, build and install to get this to work.
Tokyocabinet did not build, I had to edit the Makefile and change the library location to /usr/lib64
psutil did not build, I had to download the source from http://code.google.com/p/psutil/, build, and then replace the code provided. As an alternative, you can use easy_install to install once the virtual python has been set up.
argparse is not provided in the python build, but is required so I installed with easy_install
Rob