<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Gavin,&nbsp;<br><br>I appreciate all your help so far. Seem like your suggestions aren't working for fedora. I can however instal a virtual machine using fedora boxes. What OS would you suggest to install Xcrysden on with less errors?&nbsp;</div><div><br></div><div><div>Michael Goytia&nbsp;</div>Undergraduate Research Assistant<div>Brigham Young University-Idaho</div><div><a href="mailto:goy11002@byui.edu">goy11002@byui.edu</a><br><div><br><div><br></div></div></div></div><div><br>On Mar 11, 2015, at 9:50 AM, Gavin Abo &lt;<a href="mailto:gsabo@crimson.ua.edu">gsabo@crimson.ua.edu</a>&gt; wrote:<br><br></div><blockquote type="cite"><div>
  
    <meta content="text/html; charset=windows-1252" http-equiv="Content-Type">
  
  
    <div class="moz-cite-prefix">Yes, the recent binary packages on the
      xcrysden website were compiled against 8.5, such that they only
      support 8.5.<br>
      <br>
      Have you tried the Semishared binary
      (xcrysden-1.5.60-linux_x86_64-semishared.tar.gz if your Fedora is
      64 bit or xc-1.5.24-linux_x86-semishared.tar.gz if your Fedora is
      32 bit) [ <a class="moz-txt-link-freetext" href="http://www.xcrysden.org/Download.html">http://www.xcrysden.org/Download.html</a> ]?&nbsp; The semishared
      package is statically linked and includes the tk8.5 library files;
      so you shouldn't need to install tk8.5 unlike the shared package
      that it looks like you were trying to use.<br>
      <br>
      On 3/11/2015 9:19 AM, Michael Goytia wrote:<br>
    </div>
    <blockquote cite="mid:CA+WjR0qEE-S=xoxSujL9P4aVwse3ZiBVGgC+tLuVHJfMM5ir7g@mail.gmail.com" type="cite">
      <div dir="ltr">Gavin,<br>
        <div>
          <div><br>
            All I can seem to do is install 1:8.6 using the command:<br>
            <br>
            "sudo yum install tk tk-devel tcl tcl-devel"<br>
            <br>
          </div>
          <div>I tried to search for 8.5 using<br>
            <br>
          </div>
          <div>"sudo yum search tk8.5"<br>
            <br>
          </div>
          <div>but that doesn't work or leads me to downloading 8.6.
            Does xcrysden only support 8.5?<br>
            <br>
            <br>
          </div>
          <div><br>
          </div>
          <div>I have tried the source code route in which I have to go
            through and debug header files that lead me to a dead end as
            well<br>
          </div>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Wed, Mar 11, 2015 at 3:19 AM, Gavin
          Abo <span dir="ltr">&lt;<a moz-do-not-send="true" href="mailto:gsabo@crimson.ua.edu" target="_blank">gsabo@crimson.ua.edu</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">You can
            try [ <a moz-do-not-send="true" href="http://forums.fedoraforum.org/showthread.php?t=203254" target="_blank">http://forums.fedoraforum.org/showthread.php?t=203254</a>
            ]:<br>
            <br>
            yum install tk-devel<br>
            <br>
            However, the version of tk that it installs might change
            depending on<br>
            what version of Fedora you have.&nbsp; So if it installs a
            version other than<br>
            8.5, the fedora forum is likely the best place to search or
            ask on how<br>
            to install the 8.5 version.&nbsp; An alternative to using 8.5
            would be to try<br>
            to compile xcrysden for the tk version that it installs, and
            the<br>
            information at the following links might be helpful:<br>
            <br>
            <a moz-do-not-send="true" href="http://www.democritos.it/pipermail/xcrysden/2013-February/001331.html" target="_blank">http://www.democritos.it/pipermail/xcrysden/2013-February/001331.html</a><br>
            <a moz-do-not-send="true" href="http://www.linuxquestions.org/questions/linux-software-2/installing-xcrysden-4175449852/" target="_blank">http://www.linuxquestions.org/questions/linux-software-2/installing-xcrysden-4175449852/</a><br>
            <div class="HOEnZb">
              <div class="h5"><br>
                On 3/11/2015 1:01 AM, Michael Smith wrote:<br>
                &gt; I'm using a fedora.<br>
                &gt;<br>
                &gt; Michael Goytia<br>
                &gt; Undergraduate Research Assistant<br>
                &gt; Brigham Young University-Idaho<br>
                &gt; <a moz-do-not-send="true" href="mailto:goy11002@byui.edu">goy11002@byui.edu</a><br>
                &gt;<br>
                &gt;<br>
                &gt;<br>
                &gt;&gt; On Mar 10, 2015, at 11:42 PM, Gavin Abo &lt;<a moz-do-not-send="true" href="mailto:gsabo@crimson.ua.edu">gsabo@crimson.ua.edu</a>&gt;
                wrote:<br>
                &gt;&gt;<br>
                &gt;&gt; It looks like you need to install <a moz-do-not-send="true" href="http://libtk8.5.so" target="_blank">libtk8.5.so</a>.<br>
                &gt;&gt;<br>
                &gt;&gt; For example, for Ubuntu, you can see that <a moz-do-not-send="true" href="http://libtk8.5.so" target="_blank">libtk8.5.so</a> is part of the<br>
                &gt;&gt; tk8.5 development package [<br>
                &gt;&gt; <a moz-do-not-send="true" href="http://packages.ubuntu.com/lucid/amd64/tk8.5-dev/filelist" target="_blank">http://packages.ubuntu.com/lucid/amd64/tk8.5-dev/filelist</a>
                ] and would be<br>
                &gt;&gt; installed with "sudo apt-get install
                tk8.5-dev".<br>
                &gt;&gt;<br>
                &gt;&gt; Since we do not know what unix you are using,
                you will have to consult<br>
                &gt;&gt; your operating system documentation. Or you
                might have to look at the Tk<br>
                &gt;&gt; documentation [ <a moz-do-not-send="true" href="http://www.tcl.tk/software/tcltk/8.5.html" target="_blank">http://www.tcl.tk/software/tcltk/8.5.html</a>
                ] depending on<br>
                &gt;&gt; how you need to install for your system.<br>
                &gt;&gt;<br>
                &gt;&gt;&gt; On 3/10/2015 10:35 PM, Michael Smith wrote:<br>
                &gt;&gt;&gt; When I type: ./xcrysden<br>
                &gt;&gt;&gt; I get<br>
                &gt;&gt;&gt;<br>
                &gt;&gt;&gt;
                "/home/michael/xc/xcrysden-1.5.60-bin-shared/bin/xcrys:
                error while loading shared libraries: <a moz-do-not-send="true" href="http://libtk8.5.so" target="_blank">libtk8.5.so</a>: cannot open shared
                object file: No such file or directory"<br>
                &gt;&gt;&gt;<br>
                &gt;&gt;&gt; Michael Goytia<br>
                &gt;&gt;&gt; Undergraduate Research Assistant<br>
                &gt;&gt;&gt; Brigham Young University-Idaho<br>
                &gt;&gt;&gt; <a moz-do-not-send="true" href="mailto:goy11002@byui.edu">goy11002@byui.edu</a><br>
              </div>
            </div>
          </blockquote>
        </div>
      </div>
    </blockquote>
  

</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>XCrySDen mailing list</span><br><span><a href="mailto:XCrySDen@democritos.it">XCrySDen@democritos.it</a></span><br><span><a href="http://www.democritos.it/mailman/listinfo/xcrysden">http://www.democritos.it/mailman/listinfo/xcrysden</a></span><br></div></blockquote></body></html>