<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello,</p>
    <p>As you saw at the end of the traceback, libXss.so.1 is missing
      from your system.  To fix that, the administrator of your system
      needs to install the libXScrnSaver package.  On RHEL or CentOS
      that can be done by executing:<br>
    </p>
    <p>     sudo yum install libXScrnSaver</p>
    <p>Not sure why it isn't already installed.</p>
    <p>    -- Greg<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 12/1/2017 8:47 AM, Haoming Zhang
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CACJ+iY1m1dyTprsT+SFu8fa71XvXg8R-Jgt3tGHu5-e5GXdH5w@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;font-size:small">Hello,<br>
          <br>
        </div>
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;font-size:small">I would
          appreciate your help for some problems with installation of
          chimera 1.12 in rhel 7.4 linux. Although we have installed
          chimera in rhel 5.4 before, this time we upgraded OS to rhel
          7.4 and run into the problem. Basically I downloaded the
          binary file from your website and run the bin file in the
          Download directory. But the process failed. I have included
          the error message in the attachment and would appreciate your
          help.<br>
          <br>
        </div>
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;font-size:small">Sincrely,<br>
        </div>
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;font-size:small">Haoming
          Zhang PhD<br>
        </div>
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;font-size:small">Research
          Assistant Professor<br>
        </div>
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;font-size:small">The
          University of Michigan <br>
        </div>
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;font-size:small">Ann
          Arbor, MI<br>
          <br>
        </div>
        <div class="gmail_default"
          style="font-family:verdana,sans-serif;font-size:small">PS. I
          have troubled attaching the file. SO I paste it below:<br>
          root@boxx Downloads]# ./chimera-1.12-linux_x86_64.bin <br>
          UnZipSFX 5.41 of 16 April 2000, by Info-ZIP (<a
            href="mailto:Zip-Bugs@lists.wku.edu" moz-do-not-send="true">Zip-Bugs@lists.wku.edu</a>).<br>
          Original path: '/root/Downloads'<br>
            inflating: chimera_install_aelQQu/installer  <br>
            inflating: chimera_install_aelQQu/chimera.bin  <br>
          <br>
          Enter install location: /opt/UCSF/Chimera64-1.12<br>
          Extracting files.  This may take a few minutes.<br>
          Executing command: './chimera.bin -q -d
          /opt/UCSF/Chimera64-1.12'<br>
          UnZipSFX 5.52 of 28 February 2005, by Info-ZIP (<a
            href="http://www.info-zip.org" moz-do-not-send="true">http://www.info-zip.org</a>).<br>
          <br>
          Install desktop menu (icon has to be done by user)? yes<br>
          Traceback (most recent call last):<br>
            File "/opt/UCSF/Chimera64-1.12/share/__main__.py", line 69,
          in <module><br>
              value = chimeraInit.init(sys.argv)<br>
            File "/opt/UCSF/Chimera64-1.12/share/chimeraInit.py", line
          628, in init<br>
              import chimera<br>
            File "/opt/UCSF/Chimera64-1.12/share/chimera/__init__.py",
          line 2758, in <module><br>
              from SimpleSession import BEGIN_RESTORE_SESSION,
          END_RESTORE_SESSION<br>
            File
          "/opt/UCSF/Chimera64-1.12/share/SimpleSession/__init__.py",
          line 14, in <module><br>
              from save import saveSession, sessionID, noAutoRestore,
          autoRestorable, \<br>
            File "/opt/UCSF/Chimera64-1.12/share/SimpleSession/save.py",
          line 13, in <module><br>
              from chimera import replyobj, selection, SessionPDBio,
          version<br>
            File "/opt/UCSF/Chimera64-1.12/share/chimera/replyobj.py",
          line 24, in <module><br>
              import Tkinter<br>
            File
          "/opt/UCSF/Chimera64-1.12/lib/python2.7/lib-tk/Tkinter.py",
          line 39, in <module><br>
              import _tkinter # If this fails your Python may not be
          configured for Tk<br>
          ImportError: libXss.so.1: cannot open shared object file: No
          such file or directory<br>
          ERROR in chimera_final_install: unable to install desktop
          icon: <br>
          result code from installer: 256<br>
          Installer returned unexpected return code '256'<br>
          Cleaning up extract dir, 'chimera_install_aelQQu'<br>
          Installation is done; press return.<br>
          <br>
          When I run chimera in the installed directory, I got this
          error.<br>
          <br>
          root@boxx bin]# ./chimera<br>
          Traceback (most recent call last):<br>
            File "/opt/UCSF/Chimera64-1.12/share/__main__.py", line 69,
          in <module><br>
              value = chimeraInit.init(sys.argv)<br>
            File "/opt/UCSF/Chimera64-1.12/share/chimeraInit.py", line
          628, in init<br>
              import chimera<br>
            File "/opt/UCSF/Chimera64-1.12/share/chimera/__init__.py",
          line 2758, in <module><br>
              from SimpleSession import BEGIN_RESTORE_SESSION,
          END_RESTORE_SESSION<br>
            File
          "/opt/UCSF/Chimera64-1.12/share/SimpleSession/__init__.py",
          line 14, in <module><br>
              from save import saveSession, sessionID, noAutoRestore,
          autoRestorable, \<br>
            File "/opt/UCSF/Chimera64-1.12/share/SimpleSession/save.py",
          line 13, in <module><br>
              from chimera import replyobj, selection, SessionPDBio,
          version<br>
            File "/opt/UCSF/Chimera64-1.12/share/chimera/replyobj.py",
          line 24, in <module><br>
              import Tkinter<br>
            File
          "/opt/UCSF/Chimera64-1.12/lib/python2.7/lib-tk/Tkinter.py",
          line 39, in <module><br>
              import _tkinter # If this fails your Python may not be
          configured for Tk<br>
          ImportError: libXss.so.1: cannot open shared object file: No
          such file or directory<br>
          <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Chimera-users mailing list: <a class="moz-txt-link-abbreviated" href="mailto:Chimera-users@cgl.ucsf.edu">Chimera-users@cgl.ucsf.edu</a>
Manage subscription: <a class="moz-txt-link-freetext" href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>