Member Site Forums PyRosetta PyRosetta – Build/Install Problem running Pyrosetta on RedHat/CentOS 5 Reply To: Problem running Pyrosetta on RedHat/CentOS 5

#5788
Anonymous

    The first error (ImportError: rosetta/utility/__utility_all_at_once_.so: wrong ELF class: ELFCLASS64) is basically telling you that trying to run 32bit code on 64bit OS – that obviously would not work. Could it be that headnode of your cluster running the in 64Bit mode but working nodes are 32bit? Try to run ‘echo $HOSTTYPE’ on that machine and see what you will get.