<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Kevin,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">To answer your first question, the binary is relocatable. You can put it wherever you want. You just need to be sure to setenv NCARG_ROOT to point to the parent location, and add $NCARG_ROOT/bin to your search path, which it sounds like you did.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">For the &quot;ncargex cpex08&quot; issue: If you only plan to use NCL, then it&#39;s not important that this test work. The &quot;ncargex&quot; command tests the C and Fortran libraries for people that are using C and/or Fortran to generate their graphics, rather than NCL.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you still want to get this test to work, then I think the issue is that you have a libXext.so.x.y file, but not a libXext.so file.  Usually libXext.so is a symbolic link to libXext.so.x.y. You might want to look into how this software was installed, and make sure it was installed correctly.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 16, 2015 at 6:11 AM, HAVENER, KEVIN F GS-12 USAF ACC 14 WS/WXED <span dir="ltr">&lt;<a href="mailto:kevin.havener@us.af.mil" target="_blank">kevin.havener@us.af.mil</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I untarred the RH6.4_x86-64 binary into my home dir and set my path accordingly.  First question is, is this binary relocatable or does it need to be in a system level directory?  The &quot;ng4ex gsun10 -clean&quot; command works as expected.  However the &quot;ncargex cpex08 -clean&quot; test yields:<br>
<br>
&lt;&lt;havenerk@metappdev:~&gt;&gt;$ ncargex cpex08 -clean<br>
<br>
&gt;NCAR Graphics Fortran  Example &lt;cpex08&gt;<br>
&gt;<br>
&gt;  Copying cpex08.f<br>
&gt;<br>
&gt;  Copying cpexcc.f<br>
<br>
&gt;Compiling and linking...<br>
&gt;/usr/bin/gfortran -fPIC -fno-second-underscore -fno-range-check -fopenmp -O -o cpex08 cpexcc.f cpex08.f -L/home/havenerk/ncl_ncarg-6.3.0/lib -L/usr/X11R6/lib64 -&gt;lncarg -lncarg_gks -lncarg_c -lX11 -lXext -lcairo -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -lpthread -lXrender -lbz2<br>
&gt;/usr/bin/ld: cannot find -lXext<br>
&gt;collect2: ld returned 1 exit status<br>
&gt;<br>
&gt;The compile and link failed.<br>
<br>
But when I do &#39;locate Xext&#39;:<br>
<br>
&lt;&lt;havenerk@metappdev:~&gt;&gt;$ locate Xext<br>
&gt;/usr/lib64/libXext.so.6<br>
&gt;/usr/lib64/libXext.so.6.4.0<br>
&gt;/usr/share/doc/libXext-1.3.2<br>
&gt;/usr/share/doc/libXext-1.3.2/AUTHORS<br>
&gt;/usr/share/doc/libXext-1.3.2/COPYING<br>
<br>
System is: Linux 2.6.32-504.16.2.el6.x86_64 #1 SMP Tue Mar 10 x86_64 x86_64 x86_64 GNU/Linux<br>
<br>
What do I have to do to get NCAR Graphics working?  Is there a resource on the website that I&#39;m missing?<br>
<br>
<br>
Kevin Havener, DAFC, 14WS/WXED<br>
Comm 828-271-4323; DSN 673-9044<br>
NIPRNet <a href="mailto:kevin.havener@us.af.mil">kevin.havener@us.af.mil</a><br>
SIPRNet <a href="mailto:kevin.f.havener.civ@mail.smil.mil">kevin.f.havener.civ@mail.smil.mil</a><br>
<br>
<br>
_______________________________________________<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/mailman/listinfo/ncl-install</a><br>
</blockquote></div><br></div>