This is in reference to running the WRF model in my system. I am trying to run the file plotgrids.ncl to ensure that the domain is in the right location before running geogrid.exe . Running the following command in my terminal(ubuntu)
ncl util/plotgrids.ncl
gives me the following error:
ncl: /lib/x86_64-linux-gnu/libssl.so.10: version 'libssl.so.10' not found (required by ncl)
ncl: /lib/x86_64-linux-gnu/libcrypto.so.10: version 'libcrypto.so.10' not found (required by ncl)
at one NCL 6.4.0 installation at Ubuntu 10.10 the solution was searching a compat-openssl10 package, as compat-openssl10-1.0.2j-9.fc26.x86_64.rpm turn it into a .deb package by doing this steps:
will now show it at /usr/lib/ libssl.so.10
NCL will still complain about GLIBC version at this case that was solved by editing
this still shows as 2.15 with
however now the test works with