Member Site › Forums › Rosetta 3 › Rosetta 3 – Build/Install › problems installing Rosetta on CentOS (fixed) › Reply To: problems installing Rosetta on CentOS (fixed)
January 3, 2011 at 9:28 pm
#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!