<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 29/05/2012 3:09 PM, a a wrote:
    <blockquote cite="mid:COL118-W625892DB2B509AB318608A3050@phx.gbl"
      type="cite">
      <div dir="ltr">
        <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
        <div dir="ltr">
          <div>Dear Sir/Madam,</div>
          <div><br>
          </div>
          <div>Follow the steps below, I have installed fftw library and
            gromacs as a root.</div>
          <div><br>
          </div>
          <div>(1) tar -xzvf fftw-3.0.1.tar.gz</div>
          <div>(2) cd fftw-3.0.1</div>
          <div>(3) ./configure --enable-float --enable-threads
            --enable-shared</div>
        </div>
      </div>
    </blockquote>
    <br>
    Here you enabled threads for fftw, which is not recommended here <a
href="http://www.gromacs.org/Documentation/Installation_Instructions#Details_for_building_the_FFTW_prerequisite">http://www.gromacs.org/Documentation/Installation_Instructions#Details_for_building_the_FFTW_prerequisite</a>.
    I don't know whether that's a problem, but certainly it will not
    help.<br>
    <br>
    <blockquote cite="mid:COL118-W625892DB2B509AB318608A3050@phx.gbl"
      type="cite">
      <div dir="ltr">
        <div dir="ltr">
          <div>(4) make</div>
          <div>(5) make install</div>
          <div>(6) tar -xzvf&nbsp;gromacs-4.5.5.tar.gz</div>
          <div>(7) cd&nbsp;gromacs-4.5.5</div>
          <div>(8) ./configure</div>
          <div>(9) make</div>
          <div>(10) make install</div>
          <div>(11) I have also add "<span style="font-size: 10pt; ">PATH=/usr/local/gromacs:$PATH;
              export PATH" to my .bashrc file in my directory.</span></div>
        </div>
      </div>
    </blockquote>
    <br>
    See
    <a class="moz-txt-link-freetext" href="http://www.gromacs.org/Documentation/Installation_Instructions#Getting_access_to_GROMACS_after_installation">http://www.gromacs.org/Documentation/Installation_Instructions#Getting_access_to_GROMACS_after_installation</a>
    for the recommended procedure.<br>
    <br>
    <blockquote cite="mid:COL118-W625892DB2B509AB318608A3050@phx.gbl"
      type="cite">
      <div dir="ltr">
        <div dir="ltr">
          <div><span style="font-size: 10pt; "><br>
            </span></div>
          <div><span style="font-size: 10pt; ">However, I have problem
              to do the following comments:</span></div>
          <div><span style="font-size: 10pt; "><br>
            </span></div>
          <div><span style="font-size: 10pt;">
              <div>/usr/local/gromacs/bin/g_covar -s test.pdb -f
                test.netcdf -o -v</div>
              <div><br>
                &lt; /div&gt;
                <div>The follow error message appears:</div>
                <div><br>
                </div>
                <div>/usr/local/gromacs/bin/g_covar: error while loading
                  shared libraries: libfftw3f.so.3: cannot open shared
                  object file: No such file or directory</div>
                <div><br>
                </div>
                <div>I found the following libraries in my&nbsp;<span
                    style="font-size: 10pt; ">/usr/local/lib directory:</span><span
                    style="font-size: 10pt; "></span></div>
                <div><span style="font-size: 10pt; "><br>
                  </span></div>
                <div><span style="font-size: 10pt; ">libfftw3f.a &nbsp; &nbsp;
                    libfftw3f.so.3.0.1 &nbsp; &nbsp;libfftw3f_threads.so.3</span><br>
                  <div>libfftw3f.la &nbsp; &nbsp;libfftw3f_threads.a &nbsp;
                    libfftw3f_threads.so.3.0.1</div>
                  <div>libfftw3f.so &nbsp; &nbsp;libfftw3f_threads.la &nbsp;pkgconfig</div>
                  <div>libfftw3f.so.3 &nbsp;libfftw3f_threads.so</div>
                  <div><br>
                  </div>
                  <div>Thus, it seems to me that&nbsp;<span style="font-size:
                      10pt; ">libfftw3f.so.3 is already installed,
                      whats' wrong with this? &nbsp;Could you mind to help.</span></div>
                </div>
              </div>
            </span></div>
        </div>
      </div>
    </blockquote>
    <br>
    Your system apparently doesn't have this location in the search path
    for shared libraries. Maybe following
    <a class="moz-txt-link-freetext" href="http://www.gromacs.org/Documentation/Installation_Instructions#Getting_access_to_GROMACS_after_installation">http://www.gromacs.org/Documentation/Installation_Instructions#Getting_access_to_GROMACS_after_installation</a>
    will fix that.<br>
    <br>
    Mark<br>
  </body>
</html>