<div dir="ltr"><div class="gmail_default" style="font-size:small">Sara,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I noticed that your &quot;locate libgfortran.so.3&quot; command didn&#39;t produce any results.  I don&#39;t think you installed the file that you actually wanted.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you google &quot;error while loading shared libraries libgfortran.so.3&quot;, you will see some solutions.  One of them was something like this:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">sudo apt-get install libgfortran3<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Or, maybe you just need to install gfortran:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">sudo apt-get install gfortran</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The other possibility is that the file got installed, but in a non-standard location that NCL can&#39;t see. You may need to set LD_LIBRARY_PATH to this directory to help NCL find it.  See:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://archive.ambermd.org/201311/0370.html">http://archive.ambermd.org/201311/0370.html</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">If you still can&#39;t find the file, then first see if you have gfortran:</div><div class="gmail_default"><br></div><div class="gmail_default">which gfortran</div><div class="gmail_default"><br></div><div class="gmail_default">If it echoes back a path, like &quot;/usr/local/bin/gfortran&quot;, then you can use this information to see if &quot;libgfortran&quot; got installed anywhere under /usr/local (or whatever parent path it echoes back at you):</div><div class="gmail_default"><br></div><div class="gmail_default">find /usr/local -name &#39;libgfortran*&#39; -print</div><div class="gmail_default"><br></div><div class="gmail_default">If you find libgfortran.so.3, then try setting LD_LIBRARY_PATH to this path.</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary<br></div><div class="gmail_default"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 29, 2016 at 8:27 AM, 475114511 <span dir="ltr">&lt;<a href="mailto:475114511@qq.com" target="_blank">475114511@qq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:&#39;lucida Grande&#39;,Verdana,&#39;Microsoft YaHei&#39;;line-height:23.799999237060547px">Dear Sir/Madam,</div><div style="font-family:&#39;lucida Grande&#39;,Verdana,&#39;Microsoft YaHei&#39;;line-height:23.799999237060547px">I&#39;ve installed NCL in CentOS but when I input &#39;ng4ex gsun01n&#39;,it showed that there was no libgfortran.so.3 file.Then I input&#39;sudo wget install libgfortran2:amd 64&#39;,it showed &#39;complete&#39;.But I still can not find that file .What can I do next to fix this ?</div><div style="font-family:&#39;lucida Grande&#39;,Verdana,&#39;Microsoft YaHei&#39;;line-height:23.799999237060547px">Thanks so much!</div><div style="font-family:&#39;lucida Grande&#39;,Verdana,&#39;Microsoft YaHei&#39;;line-height:23.799999237060547px">                               Sara</div><div style="font-family:&#39;lucida Grande&#39;,Verdana,&#39;Microsoft YaHei&#39;;line-height:23.799999237060547px"><img src="cid:9BA018B6@FD792C36.479E3D58" style="line-height:1.5;font-family:Verdana;width:894px;height:536px"></div></div><br>______________________________<wbr>_________________<br>
ncl-install mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-install</a><br>
<br></blockquote></div><br></div>