<div dir="ltr"><div><div><div>Hi :-)<br>
<br>
At Ubuntu 16.04 x64 Xenial edition (and others Ubuntu ) I get stuck with libssl.so.10<br>
<br>
I have made the classic steps of<br>
apt-get install libssl1.0.0 libssl-dev<br>
to have it at<br>
/lib/x86_64-linux-gnu/libssl.s<wbr>o.1.0.0<br>
and these to point the right name<br>
cd /lib/x86_64-linux-gnu<br>
ln -s libssl.so.1.0.0 libssl.so.10<br>
ln -s libcrypto.so.1.0.0 libcrypto.so.10<br>
<br>
also tried copies to n lib paths to find where NCL expects to have them but it shows every time:<br>
<br>
ng4ex xy01n -clean<br>
<br>
NCAR Graphics NCL Example <xy01n><br>
<br>
  Copying xy01n.ncl<br>
  Copying xy01.res<br>
<br>
Running NCL...<br>
ncl: /lib/x86_64-linux-gnu/libssl.s<wbr>o.10: version `libssl.so.10' not found (required by ncl)<br>
ncl: /lib/x86_64-linux-gnu/libcrypt<wbr>o.so.10: version `libcrypto.so.10' not found (required by ncl)<br>
<br>
ncl failed.<br>
<br>
I also tried some compat-libssl*.rpm converted by alien to .deb<br>
<br>
so please has anyone installed NCL 6.4.0 at a recent Ubuntu?<br>
<br></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></div>converted to compat-openssl10_1.0.2j-10_amd64.deb by alien; it required the libdpkg-perl but at the end<br></div>it worked; not with 16.04 - I guess it is not libssl10.so.10 but something else missing.<br><div><div><div>
<br>
I search this forum first and could not found this question, so I wonder what distros are recommended.<br>
<br>
Thank you<br>
<br>
Fernando, Portugal</div></div></div></div>