<div dir="ltr"><div>Dear Jenifer </div><div><br></div><div>Grads was installed in /usr/local/bin</div><div>Grads data was installed in /usr/local/lib/grads/data</div><div>libssl.so.10 was located in /usr/lib, so I have given the path of libssl.so.10 in bashrc file</div><div>kindly check my bashrc and help me where I am doing mistake in my bashrc file </div><div><br></div><div># WRF environment variables</div><div>export DIR=/home/vijay/Desktop/Build_WRF/LIBRARIES</div><div>export CC=gcc</div><div>export CXX=g++</div><div>export FC=gfortran</div><div>export CFLAGS=-m64</div><div>export F77=gfortran</div><div>export FFLAGS=-m64</div><div>export PATH=$DIR/netcdf/bin:$PATH</div><div>export NETCDF=$DIR/netcdf</div><div>export LDFLAGS=-L$DIR/grib2/lib</div><div>export CPPFLAGS=-I$DIR/grib2/include</div><div>export JASPERLIB=$DIR/grib2/lib</div><div>export JASPERINC=$DIR/grib2/include</div><div>export GRADS=/usr/local/bin</div><div>export PATH=/usr/local/bin:$PATH</div><div>export GADDIR=/usr/local/lib/grads/data</div><div>export LD_LIBRARY_PATH=/usr/lib<br></div><div>source /usr/local/ferret/ferret_paths</div><div><br></div><div>Regards</div><div>Vijay</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 24, 2017 at 6:57 PM, Jennifer M Adams <span dir="ltr">&lt;<a href="mailto:jadams21@gmu.edu" target="_blank">jadams21@gmu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
Dear Everyone,
<div>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. </div>
<div><br>
</div>
<div>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. </div>
<div>
<div><span class="m_6048323280444500364Apple-tab-span" style="white-space:pre-wrap"></span><a href="https://goldsmr4.sci.gsfc.nasa.gov:443/dods/" target="_blank">https://goldsmr4.sci.gsfc.<wbr>nasa.gov:443/dods/</a></div>
<div><span class="m_6048323280444500364Apple-tab-span" style="white-space:pre-wrap"></span><a href="https://goldsmr4.gesdisc.eosdis.nasa.gov:443/opendap/" target="_blank">https://goldsmr4.gesdisc.<wbr>eosdis.nasa.gov:443/opendap/</a></div>
<div><span class="m_6048323280444500364Apple-tab-span" style="white-space:pre-wrap"></span><a href="https://disc2.gesdisc.eosdis.nasa.gov:443/opendap/" target="_blank">https://disc2.gesdisc.eosdis.<wbr>nasa.gov:443/opendap/</a></div>
</div>
<div><br>
</div>
<div>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" target="_blank">http://cola.gmu.edu/grads/<wbr>downloads.php</a> for the latest links. </div>
<div><br>
</div>
<div>—Jennifer</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
<div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div style="font-size:12px">--</div>
<div style="font-size:12px">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</div>

<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></blockquote></div><br></div>