<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 Fernando,<div class=""><br class=""></div><div class="">How did you install NCL on your machine? Did you use one of the <a href="https://www.earthsystemgrid.org/dataset/ncl.640.dap/file.html" class="">binary release tarballs</a> from our website? I’m not sure if any of those binaries are 100% compatible with Ubuntu 16.04, although I think the Debian 8.6 build might be the closest match.</div><div class=""><br class=""></div><div class="">If you are having a difficult time getting any of those NCL builds to work on your machine, you may want to consider installing NCL using the conda package manager: <a href="http://ncl.ucar.edu/Download/conda.shtml" class="">http://ncl.ucar.edu/Download/conda.shtml</a></div><div class=""><br class=""></div><div class="">I hope this helps!</div><div class="">Kevin</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 14, 2017, at 5:43 AM, FO <<a href="mailto:fometeo@gmail.com" class="">fometeo@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">Hi :-)<br class="">
<br class="">
At Ubuntu 16.04 x64 Xenial edition (and others Ubuntu ) I get stuck with libssl.so.10<br class="">
<br class="">
I have made the classic steps of<br class="">
apt-get install libssl1.0.0 libssl-dev<br class="">
to have it at<br class="">
/lib/x86_64-linux-gnu/libssl.s<wbr class="">o.1.0.0<br class="">
and these to point the right name<br class="">
cd /lib/x86_64-linux-gnu<br class="">
ln -s libssl.so.1.0.0 libssl.so.10<br class="">
ln -s libcrypto.so.1.0.0 libcrypto.so.10<br class="">
<br class="">
also tried copies to n lib paths to find where NCL expects to have them but it shows every time:<br class="">
<br class="">
ng4ex xy01n -clean<br class="">
<br class="">
NCAR Graphics NCL Example <xy01n><br class="">
<br class="">
  Copying xy01n.ncl<br class="">
  Copying xy01.res<br class="">
<br class="">
Running NCL...<br class="">
ncl: /lib/x86_64-linux-gnu/libssl.s<wbr class="">o.10: version `libssl.so.10' not found (required by ncl)<br class="">
ncl: /lib/x86_64-linux-gnu/libcrypt<wbr class="">o.so.10: version `libcrypto.so.10' not found (required by ncl)<br class="">
<br class="">
ncl failed.<br class="">
<br class="">
I also tried some compat-libssl*.rpm converted by alien to .deb<br class="">
<br class="">
so please has anyone installed NCL 6.4.0 at a recent Ubuntu?<br class="">
<br class=""></div>I was able to install NCL 6.4.0 at an old Ubunt 10.10 using compat-openssl10-1.0.2j-9.fc28.x86_64.rpm<br class=""></div>converted to compat-openssl10_1.0.2j-10_amd64.deb by alien; it required the libdpkg-perl but at the end<br class=""></div>it worked; not with 16.04 - I guess it is not libssl10.so.10 but something else missing.<br class=""><div class=""><div class=""><div class="">
<br class="">
I search this forum first and could not found this question, so I wonder what distros are recommended.<br class="">
<br class="">
Thank you<br class="">
<br class="">
Fernando, Portugal</div></div></div></div>
_______________________________________________<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>