<div dir="ltr"><div><div><div><div>Can&#39;t open shared libraries on grads-2.1.1.b0 (Zilore Mumba)<br></div>Here&#39;s how I solved my shared library problem (in case it might help someone else).<br></div>I found that there are no deb packages for openssl.<br>So I:<br><ol><li>Downloaded an rpm package here <a href="https://rpmfind.net/linux/rpm2html/search.php?query=libcrypto.so.10">https://rpmfind.net/linux/rpm2html/search.php?query=libcrypto.so.10</a></li><li>Installed alien software to convert rpm to deb and installed the deb package, and the error is gone. The steps are given below (fromhttps://<a href="http://askubuntu.com/questions/2988/how-do-i-install-and-manage-rpms">askubuntu.com/questions/2988/how-do-i-install-and-manage-rpms</a>).  </li></ol></div></div><pre><code>sudo apt-get install alien</code></pre><code></code><pre><code>sudo alien my_package.rpm
sudo dpkg -i my_package.deb</code></pre></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 24, 2017 at 3:27 PM,  <span dir="ltr">&lt;<a href="mailto:gradsusr-request@gradsusr.org" target="_blank">gradsusr-request@gradsusr.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send gradsusr mailing list submissions to<br>
        <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gradsusr-request@gradsusr.org">gradsusr-request@gradsusr.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gradsusr-owner@gradsusr.org">gradsusr-owner@gradsusr.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gradsusr digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. highlighting some basins on GrADS. (Saifuddin, Miah Mohammad)<br>
   2. Can&#39;t open shared libraries on grads-2.1.1.b0 (Zilore Mumba)<br>
   3. Re: Grads Error to read ARWpost (vijaybaskar energy)<br>
   4. Error while loading shared library: libssl.so (Jennifer M Adams)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Sun, 23 Apr 2017 23:45:08 +0000<br>
From: &quot;Saifuddin, Miah Mohammad&quot; &lt;<a href="mailto:miah.mohammadsaifudd@mavs.uta.edu">miah.mohammadsaifudd@mavs.<wbr>uta.edu</a>&gt;<br>
Subject: [gradsusr] highlighting some basins on GrADS.<br>
To: &quot;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&quot; &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CY1PR01MB1852B6ACCFBB157A17F4F9A1A21C0@CY1PR01MB1852.prod.exchangelabs.com">CY1PR01MB1852B6ACCFBB157A17F4<wbr>F9A1A21C0@CY1PR01MB1852.prod.<wbr>exchangelabs.com</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi all,<br>
<br>
<br>
I have plotted a variable in grads for entire USA and now I want to highlight some basins in the map of USA.<br>
<br>
<br>
but the problem is that the gridded data is in grid format and the basin&#39;s boundaries covers some portion of several grids but not all of the grids.<br>
<br>
<br>
Can anyone advise me what can be done to highlight basins while only covering portion of the grids.<br>
<br>
<br>
Is it possible?<br>
<br>
<br>
TIA,<br>
<br>
MIAH<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20170423/880e6bff/attachment-0001.html" rel="noreferrer" target="_blank">http://gradsusr.org/pipermail/<wbr>gradsusr/attachments/20170423/<wbr>880e6bff/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 24 Apr 2017 07:16:36 +0200<br>
From: Zilore Mumba &lt;<a href="mailto:zmumba@gmail.com">zmumba@gmail.com</a>&gt;<br>
Subject: [gradsusr] Can&#39;t open shared libraries on grads-2.1.1.b0<br>
To: <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAKS2qbL38tN8oUUb1RFGfz_nXMwCfSW-Le8gvfq-zXh_yj5mAQ@mail.gmail.com">CAKS2qbL38tN8oUUb1RFGfz_<wbr>nXMwCfSW-Le8gvfq-zXh_yj5mAQ@<wbr>mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
How does one solve the following, for the new verison of grads:<br>
grads-2.1.1.b0?<br>
I am running ubuntu 16.04 on a 32 bit platform.<br>
<br>
grads: /lib/i386-linux-gnu/libcrypto.<wbr>so.10: version `libcrypto.so.10&#39; not<br>
found (required by grads)<br>
grads: /lib/i386-linux-gnu/libssl.so.<wbr>10: version `libssl.so.10&#39; not found<br>
(required by grads)<br>
<br>
Thanks in anticipation<br>
Zilore<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20170424/9cb99b4e/attachment-0001.html" rel="noreferrer" target="_blank">http://gradsusr.org/pipermail/<wbr>gradsusr/attachments/20170424/<wbr>9cb99b4e/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 24 Apr 2017 15:17:35 +0530<br>
From: vijaybaskar energy &lt;<a href="mailto:bvbseen@mkuniversity.org">bvbseen@mkuniversity.org</a>&gt;<br>
Subject: Re: [gradsusr] Grads Error to read ARWpost<br>
To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CANKvJhy74a7hF_biZR7drKTXpHX-DzdKbVrOefxd%2BRmiL9VDfw@mail.gmail.com">CANKvJhy74a7hF_biZR7drKTXpHX-<wbr>DzdKbVrOefxd+RmiL9VDfw@mail.<wbr>gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Hi<br>
<br>
when I try to open the grads, I am getting the following message in my<br>
terminal<br>
<br>
grads: error while loading shared libraries: libssl.so.10: cannot open<br>
shared object file: No such file or directory<br>
<br>
how to solve this error<br>
<br>
Regards<br>
Vijay<br>
<br>
B. Vijay Bhaskar<br>
Assistant Professor<br>
Department of Bioenergy<br>
School of Energy, Environment and Natural Resources<br>
Madurai Kamaraj University<br>
Madurai - 625021<br>
<br>
<br>
On Wed, Apr 19, 2017 at 8:10 PM, Jennifer M Adams &lt;<a href="mailto:jadams21@gmu.edu">jadams21@gmu.edu</a>&gt; wrote:<br>
<br>
&gt; It looks like your build of GrADS is dynamically linked with an old netcdf<br>
&gt; library that doesn?t have nc_get_chunk_cache. That warning on startup to<br>
&gt; ?consider re-linking? is also strange. Try upgrading to one of the newer<br>
&gt; builds from COLA. <a href="http://cola.gmu.edu/grads/downloads.php" rel="noreferrer" target="_blank">http://cola.gmu.edu/grads/<wbr>downloads.php</a>.<br>
&gt; ?Jennifer<br>
&gt;<br>
&gt;<br>
&gt; On Apr 19, 2017, at 5:45 AM, vijaybaskar energy &lt;<a href="mailto:bvbseen@mkuniversity.org">bvbseen@mkuniversity.org</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt; Warm Greetings<br>
&gt;<br>
&gt; I am working on WRF 8.1 version model. I have completed the installation<br>
&gt; and I have tested the model also. I got the ctl and dat file from ARWpost.<br>
&gt; Whenever I will try to use grads to open the ctl file I getting the<br>
&gt; following error message. While searching I found that you also got the same<br>
&gt; problem. I hope that you might have solved the problem. Could you help me<br>
&gt; solve the following error message<br>
&gt;<br>
&gt; ++++++++++++++++++++++++++++++<wbr>++++++++++++++++++++++++++++++<wbr>+++++++++++++<br>
&gt; vijay@vijay-desktop:~/Desktop/<wbr>Build_WRF/ARWpost$ grads<br>
&gt; grads: Symbol `_<wbr>ZTVN6libdap15BaseTypeFactoryE&#39; has different size in<br>
&gt; shared object, consider re-linking<br>
&gt;<br>
&gt; Grid Analysis and Display System (GrADS) Version 2.0.1<br>
&gt; Copyright (c) 1988-2011 by Brian Doty and the<br>
&gt; Institute for Global Environment and Society (IGES)<br>
&gt; GrADS comes with ABSOLUTELY NO WARRANTY<br>
&gt; See file COPYRIGHT for more information<br>
&gt;<br>
&gt; Config: v2.0.1 little-endian readline printim grib2 netcdf hdf4-sds hdf5<br>
&gt; opendap-grids,stn geotiff shapefile<br>
&gt; Issue &#39;q config&#39; command for more detailed configuration information<br>
&gt; Landscape mode? (&#39;n&#39; for portrait):  n<br>
&gt; GX Package Initialization: Size = 8.5 11<br>
&gt; ga-&gt; open test.ctl<br>
&gt; Scanning description file:  test.ctl<br>
&gt; grads: symbol lookup error: grads: undefined symbol: nc_get_chunk_cache<br>
&gt; vijay@vijay-desktop:~/Desktop/<wbr>Build_WRF/ARWpost$<br>
&gt; ++++++++++++++++++++++++++++++<wbr>++++++++++++++++++++++++++++++<wbr>+++++++++++++<br>
&gt; I am expecting your reply to solve this error<br>
&gt;<br>
&gt; Regards<br>
&gt; Vijay<br>
&gt; ______________________________<wbr>_________________<br>
&gt; gradsusr mailing list<br>
&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Jennifer Miletta Adams<br>
&gt; Center for Ocean-Land-Atmosphere Studies (COLA)<br>
&gt; George Mason University<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ______________________________<wbr>_________________<br>
&gt; gradsusr mailing list<br>
&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
&gt;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20170424/ca39d704/attachment-0001.html" rel="noreferrer" target="_blank">http://gradsusr.org/pipermail/<wbr>gradsusr/attachments/20170424/<wbr>ca39d704/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 24 Apr 2017 13:27:13 +0000<br>
From: Jennifer M Adams &lt;<a href="mailto:jadams21@gmu.edu">jadams21@gmu.edu</a>&gt;<br>
Subject: [gradsusr] Error while loading shared library: libssl.so<br>
To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:568AFE73-31B1-4E04-BD45-5C5C08E7320E@gmu.edu">568AFE73-31B1-4E04-BD45-<wbr>5C5C08E7320E@gmu.edu</a>&gt;<br>
Content-Type: text/plain; charset=&quot;windows-1252&quot;<br>
<br>
Dear Everyone,<br>
The SSL library is dynamically linked with recent builds of GrADS to support access to opendap servers via HTTPS. The use of a secure servers for data distribution is a US gov?t mandate and complying with this order is a gigantic nuisance for data providers, data users, and software developers. The use of encryption in any software package that is widely distributed and used globally has some legal issues; the fact that GrADS is open source and is linked with the openSSL library dynamically is how we are able to avoid any culpability. It is the responsibility of the users to install the SSL library on their local servers so that GrADS can load it at runtime. Use the environment variable LD_LIBRARY_PATH to tell GrADS where libssl.so is located on your system.<br>
<br>
I have noticed that older versions of libssl do not succeed in satisfying the authentication requirements of the opendap servers at NASA. My testing servers, listed below, require libssl.so.10.<br>
<a href="https://goldsmr4.sci.gsfc.nasa.gov:443/dods/" rel="noreferrer" target="_blank">https://goldsmr4.sci.gsfc.<wbr>nasa.gov:443/dods/</a><br>
<a href="https://goldsmr4.gesdisc.eosdis.nasa.gov:443/opendap/" rel="noreferrer" target="_blank">https://goldsmr4.gesdisc.<wbr>eosdis.nasa.gov:443/opendap/</a><br>
<a href="https://disc2.gesdisc.eosdis.nasa.gov:443/opendap/" rel="noreferrer" target="_blank">https://disc2.gesdisc.eosdis.<wbr>nasa.gov:443/opendap/</a><br>
<br>
If you do not need to get any data via opendap/https, I have also posted builds that are not linked with SSL for RHEL and OSX. Please see <a href="http://cola.gmu.edu/grads/downloads.php" rel="noreferrer" target="_blank">http://cola.gmu.edu/grads/<wbr>downloads.php</a> for the latest links.<br>
<br>
?Jennifer<br>
<br>
<br>
<br>
--<br>
Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20170424/19e2410f/attachment.html" rel="noreferrer" target="_blank">http://gradsusr.org/pipermail/<wbr>gradsusr/attachments/20170424/<wbr>19e2410f/attachment.html</a><br>
<br>
------------------------------<br>
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
<br>
<br>
End of gradsusr Digest, Vol 86, Issue 36<br>
******************************<wbr>**********<br>
</blockquote></div><br></div>