progressiveCactus icon indicating copy to clipboard operation
progressiveCactus copied to clipboard

problems during build

Open linsalrob opened this issue 13 years ago • 0 comments

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

linsalrob avatar Feb 17 '13 19:02 linsalrob