<div dir="ltr">Hi Mary,<div><br></div><div>I was able to fix this by adding: setenv LD_LIBRARY_PATH $HOME/lib:${LD_LIBRARY_PATH}</div><div><br></div><div>ldd $NCARG_ROOT/bin/ncl returns (for the only occurrence of libbz2): libbz2.so.1.0 =&gt; /u/fisel/lib/libbz2.so.1.0 (0x00007fa2563d9000)</div>

<div>I do not have access to the locate command.</div><div class="gmail_extra"><br clear="all"><div>-------------------------------------------------------------<br>Brandon J Fisel</div>
<br><br><div class="gmail_quote">On Tue, Oct 22, 2013 at 11:33 AM, Mary Haley <span dir="ltr">&lt;<a href="mailto:haley@ucar.edu" target="_blank">haley@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Brandon,<br>
<br>
I&#39;m not sure if the issue is with a poorly-linked libbz file, or if you have a version of bz2 that is incompatible with what NCL was compiled with.<br>
<br>
You didn&#39;t quite set the LD_LIBRARY_PATH correctly, as you don&#39;t want to include the actual file name in the list.<br>
<br>
Try:<br>
<br>
    setenv LD_LIBRARY_PATH $HOME:${LD_LIBRARY_PATH}<br>
<br>
Note that it is generally not recommended to fix shared library issues in this fashion. The true fix is to try to figure out why your system bz2 is not compatible with the one NCL is built with.<br>
<br>
Which NCL binary did you download, and what does the following report:<br>
<br>
ldd $NCARG_ROOT/bin/ncl<br>
locate libbz2<br>
<br>
--Mary<br>
<div><div class="h5"><br>
<br>
On Oct 21, 2013, at 3:00 PM, Brandon Fisel &lt;<a href="mailto:bjfisel@gmail.com">bjfisel@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have downloaded and extracted the ncl v.6.1.2 (nodap) binary and upon running the executable, I am receiving the following:<br>
&gt; bin/ncl: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory<br>
&gt;<br>
&gt; The system I am using has libbz2.so located in /lib64:<br>
&gt; libbz2.so.1 libbz2.so.1.0.5<br>
&gt;<br>
&gt; I attempted to create a symbolic link to the libbz2.so.1 in my $HOME directory and added the location of the libbz2 to my LD_LIBRARY_PATH, and received the same error as above:<br>
&gt; ln -s /lib64/libbz2.so.1 $HOME/libbz2.so.1.0<br>
&gt; setenv LD_LIBRARY_PATH $HOME/libbz2.so.1.0:${LD_LIBRARY_PATH}<br>
&gt;<br>
&gt; Following from some previous ncl-install archived discussions, I successfully downloaded and compiled (static and shared) bzip2 libraries, and added the location of the shared library to the LD_LIBRARY_PATH and am still receiving the same error as above.<br>


&gt;<br>
&gt; Should I compile the source code rather than use the binaries provided to me?<br>
&gt;<br>
&gt; Cheers,<br>
&gt; -------------------------------------------------------------<br>
&gt; Brandon J Fisel<br>
</div></div>&gt; _______________________________________________<br>
&gt; ncl-install mailing list<br>
&gt; List instructions, subscriber options, unsubscribe:<br>
&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br>
<br>
</blockquote></div><br></div></div>