<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Enrique,<div class=""><br class=""></div><div class="">I just tested the instructions and experienced the same “libssl.so.10” error message as you. I was able to fix this issue by using the&nbsp;<font face="Courier New" class="">ncl_ncarg-6.4.0-Debian7.11_64bit_gnu472.tar.gz</font> download on Earth System Grid (<a href="https://www.earthsystemgrid.org/dataset/ncl.640.dap/file.html" class="">https://www.earthsystemgrid.org/dataset/ncl.640.dap/file.html</a>), and then installing several additional packages using “apt-get”:</div><div class=""><div class=""><font face="Courier New" class="">cd $HOME</font></div><div class=""><font face="Courier New" class="">export INSTALLDIR=/usr/local/ncl-6.4.0 &nbsp; # you can change this</font></div><div class=""><font face="Courier New" class="">wget --content-disposition <a href="https://www.earthsystemgrid.org/download/fileDownload.html?logicalFileId=246ab3ec-fa02-11e6-a976-00c0f03d5b7c" class="">https://www.earthsystemgrid.org/download/fileDownload.html?logicalFileId=246ab3ec-fa02-11e6-a976-00c0f03d5b7c</a></font></div><div class=""><font face="Courier New" class="">sudo mkdir "$INSTALLDIR"</font></div><div class=""><font face="Courier New" class="">sudo tar -zxf ncl_ncarg-6.4.0-Debian7.11_64bit_gnu472.tar.gz -C "$INSTALLDIR"</font></div><div class=""><font face="Courier New" class="">sudo apt-get install libssh2-1 libfontconfig libxrender1 libgfortran3 libgomp1</font></div></div><div class=""><br class=""></div><div class="">The config file to edit in this case is actually “.bashrc”. You can add the necessary lines to your .bashrc file and add the changes to your current shell by running:</div><div class=""><font face="Courier New" class="">echo -e "export NCARG_ROOT=\"$INSTALLDIR\"\nexport PATH=\"\$NCARG_ROOT/bin:\$PATH\"" &gt;&gt; $HOME/.bashrc</font></div><div class=""><br class=""></div><div class="">or just add the following lines to .bashrc manually (making sure NCARG_ROOT is set to the same path as defined above):</div><div class=""><font face="Courier New" class="">export NCARG_ROOT=/usr/local/ncl-6.4.0</font></div><div class=""><font face="Courier New" class="">export PATH="$NCARG_ROOT/bin:$PATH”</font></div><div class=""><font face="Courier New" class=""><br class=""></font></div><div class="">In both cases, you’ll need to either open a new instance of bash or run “<font face="Courier New" class="">source $HOME/.bashrc</font>” in order to update these variables in your current bash shell; future instances of bash should already have the necessary variables set.</div><div class=""><br class=""></div><div class="">I hope this helps!</div><div class=""><br class=""></div><div class="">Kevin</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 10, 2017, at 7:39 AM, Enrique Cano &lt;<a href="mailto:enriquecano2008@gmail.com" class="">enriquecano2008@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hello,<div class=""><br class=""></div><div class="">My name is Enrique and I currently working on my Master Thesis. I have to translate grib files to netCDF and NCL seems to be one of the tools for that.&nbsp;</div><div class=""><br class=""></div><div class="">I have never worked with the Ubuntu Bash for Windows. Although, I have followed this instructions&nbsp;<a href="https://www.ncl.ucar.edu/Download/windows_linux_subsystem.shtml" class="">https://www.ncl.ucar.edu/Download/windows_linux_subsystem.shtml</a> from top to bottom twice and I still have the same problems.</div><div class=""><br class=""></div><div class="">When trying "ncl -V" I received the following message:</div><div class=""><br class=""></div><div class="">"The program 'ncl' is currently not installed. You can install it by typing:</div><div class="">sudo apt-get install ncl-ncarg"&nbsp;</div><div class=""><br class=""></div><div class="">Since that is not mentioned anywhere in the instructions there must be a problem with my step-by-step procedure.</div><div class=""><br class=""></div><div class="">My guesses:</div><div class=""><br class=""></div><div class="">1) Path environment. Attached find a screenshot of my PATH variable (last three lines). Maybe the location of the .profile or the way I wrote in the final is wrong.</div><div class=""><br class=""></div><div class="">2) Install directory of ncl-6.4.0. I think this is where I made my mistake. Is not installed in my username directory which would be /home/ecanos (username). It is installed in /usr/local/ncl-6.4., outside of my /ecanos directory.</div><div class=""><br class=""></div><div class="">When manually introducing the export path commands (as attached) and trying ncl -V i get the libssl.so.10 error message. So I think I already have encountered too many problems to ask for some guidance.</div><div class=""><br class=""></div><div class="">Anything you could share with me would be appreciated.</div><div class=""><br class=""></div><div class="">Thanks.</div><div class=""><br class=""></div><div class="">Enrique Cano.</div><div class=""><br class=""></div><div class=""><br class=""></div></div>
<span id="cid:D1AB38B8-388F-4806-8848-54C0D0E9D1AC@scd.ucar.edu">&lt;pathubuntu.PNG&gt;</span><span id="cid:0151180E-30CD-49E0-B2F9-587EFBCA9A13@scd.ucar.edu">&lt;manual.PNG&gt;</span>_______________________________________________<br class="">ncl-install mailing list<br class="">List instructions, subscriber options, unsubscribe:<br class=""><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" class="">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br class=""></div></blockquote></div><br class=""></div></body></html>