We installed latest phenix and latest rosetta last week.  I ran test script: phenix_regression.wizards.test_command_line_rosetta_quick_tests and got the test failing at the prerefine because of missing shared libraries, as shown below in the FAQ (italics).<br>
<br>I tried again in both bash &amp; csh after setting or exporting the environment variables shown below, but got the same exact error.  If I do printenv the shell sees the new env var.<br><br>What should I try next?<br>
<br>THanks so much<br><br>Laurie Betts &amp; CD Poon<br>University of North Carolina<br><br><br><i><b>Why does mr_rosetta bomb and say &quot;error while loading shared libraries: libdevel.so: cannot open shared object file: No such file or directory ?</b><br>
<br>This may indicate that somewhere your system is defining the shared libraries that Rosetta needs, and these are for a place that is not where Rosetta expects them to be. You can try to ignore the previous definitions this way: If you are using the bash or sh shells:<br>
<br>export PHENIX_TRUST_OTHER_ENV=1<br><br>or csh (C-shell):<br><br>setenv PHENIX_TRUST_OTHER_ENV 1<br><br>in the script where you run mr_rosetta, or before you run it from the command line.<br></i><br><br>