Member Site Forums Rosetta 3 Rosetta 3 – Build/Install problems installing Rosetta on CentOS (fixed) Reply To: problems installing Rosetta on CentOS (fixed)

#4794
Anonymous

    To get rosetta to install on a Centos 5 linux workstation, , PYTHONHOME & PYTHONPATH need to be unset, gcc, g++ & zlib-devel need to be installed [using rpm], and the overrides section of tools/build/user.settings in rosetta has to be altered to:
    overrides” : {
    “cc” : “gcc”,
    “cxx” : “g++”,
    },

    Thanks for all your help with this!