<!--espresso editor content start--><div id="espresso_editor_view" style="font-family:굴림;font-size:10pt;"><P>&nbsp;Mary,</P>
<P>&nbsp;</P>
<P>I'm Linux system.&nbsp;I read the instruction at Dealing with missing libxxx.so files, " locate libcrypto.so.0.9.8 " .</P>
<P>But can't find this file. Then I need to install " openssl "</P>
<P>&nbsp;&nbsp;yum install openssl</P>
<P>Error message is</P>
<P>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; Traceback (most recent call last):&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; File "/usr/bin/yum", line 22, in ?<BR>&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;import yummain<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; ImportError: Bad magic number in /usr/share/yum/yummain.pyc<BR></P>
<P>hum......</P>
<P>Help me plz ..T_T</P>&nbsp;--Kbin<BR>
<BLOCKQUOTE style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" dir=ltr><FONT color=#0066cc><B>------ Original Message ------</B></FONT><BR><BR><B>Date:</B> Wednesday, Jan 5, 2011 01:15:36 AM<BR><B>From:</B> Mary Haley &lt;haley@ucar.edu&gt;<BR><B>To:</B> Kbin Yun &lt;rudqlsfjq@nate.com&gt;<BR><B>Cc:</B> &lt;ncl-install@ucar.edu&gt;<BR><B>Subject:</B> Re: [ncl-install] I have Error message when installation version ncl-src-5.2.1<BR><BR>Since you have an OPeNDAP enabled version of NCL, there are some additional libraries you need to install. 
<DIV><BR></DIV>
<DIV>Please read the instructions at:</DIV>
<DIV><BR></DIV>
<DIV><A href="http://www.ncl.ucar.edu/Download/install.shtml#OPeNDAPInstructions">http://www.ncl.ucar.edu/Download/install.shtml#OPeNDAPInstructions</A></DIV>
<DIV><BR></DIV>
<DIV>and if you are on a Cygwin system:</DIV>
<DIV><BR></DIV>
<DIV><A href="http://www.ncl.ucar.edu/Download/cygwin.shtml#InstallCygwinX">http://www.ncl.ucar.edu/Download/cygwin.shtml#InstallCygwinX</A></DIV>
<DIV><BR></DIV>
<DIV>You need to make sure you have the "openssl-devel" package installed for Cygwin.</DIV>
<DIV><BR></DIV>
<DIV>--Mary</DIV>
<DIV><BR>
<DIV>
<DIV>On Jan 2, 2011, at 6:48 PM, Kbin Yun wrote:</DIV><BR class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>&nbsp;Mary,</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>I attempted the real test run " ncl -V "</P>
<P>Error message is</P>
<P>&nbsp;&nbsp;&nbsp; " ncl: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory "</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>Thank you<BR>--Kbin </P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV><BR>
<BLOCKQUOTE style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" dir=ltr><FONT color=#0066cc><B>------ Original Message ------</B></FONT><BR><BR><B>Date:</B> Friday, Dec 31, 2010 01:03:46 AM<BR><B>From:</B> Mary Haley &lt;<A href="mailto:haley@ucar.edu">haley@ucar.edu</A>&gt;<BR><B>To:</B> Kbin Yun &lt;<A href="mailto:rudqlsfjq@nate.com">rudqlsfjq@nate.com</A>&gt;<BR><B>Cc:</B> &lt;<A href="mailto:ncl-install@ucar.edu">ncl-install@ucar.edu</A>&gt;<BR><B>Subject:</B> Re: [ncl-install] I have Error message when installation version ncl-src-5.2.1<BR><BR>Kbin, 
<DIV><BR></DIV>
<DIV>The error message is telling you exactly what the problem is, and that is you don't have a MANPATH environment variable.</DIV>
<DIV><BR></DIV>
<DIV>Don't worry about this, as the man pages are not terribly important here.</DIV>
<DIV><BR></DIV>
<DIV>The real test is whether you are able to run any of the tests mentioned at:</DIV>
<DIV><BR></DIV>
<DIV><A href="http://www.ncl.ucar.edu/Download/build_from_src.shtml#TestInstallation">http://www.ncl.ucar.edu/Download/build_from_src.shtml#TestInstallation</A></DIV>
<DIV><BR></DIV>
<DIV>--Mary</DIV>
<DIV><BR>
<DIV>
<DIV>On Dec 30, 2010, at 2:13 AM, Kbin Yun wrote:</DIV><BR class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
<P>&nbsp;Dear Mary,</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>Thank you for&nbsp;recommend.</P>
<P>After Configure,&nbsp;I tried the following steps:</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;make Everthing &gt;&amp; make-output &amp;</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tail -f make-output ( confirm the&nbsp;" Finished making and Installing &lt;Everything&gt; "&nbsp;)</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setenv NCARG_ROOT /usr/local</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setenv PATH $NACRG_ROOT/bin:$PATH</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; setenv MANPATH $NCARG_ROOT/man:$MANPATH&nbsp;&nbsp;&nbsp; &lt;&lt;&lt;&nbsp;after run,&nbsp;error message is " MANPATH: Undefined variable "</P>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR class=webkit-block-placeholder></DIV>
<P>Thank you ^^</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>--Kbin</P>
<BLOCKQUOTE style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" dir=ltr><FONT color=#0066cc><B>------ Original Message ------</B></FONT><BR><BR><B>Date:</B> Wednesday, Dec 29, 2010 11:57:48 PM<BR><B>From:</B> Mary Haley &lt;<A href="mailto:haley@ucar.edu">haley@ucar.edu</A>&gt;<BR><B>To:</B> Kbin Yun &lt;<A href="mailto:rudqlsfjq@nate.com">rudqlsfjq@nate.com</A>&gt;<BR><B>Cc:</B> &lt;<A href="mailto:ncl-install@ucar.edu">ncl-install@ucar.edu</A>&gt;<BR><B>Subject:</B> Re: [ncl-install] I have Error message when installation version ncl-src-5.2.1<BR><BR>Kbin, 
<DIV><BR></DIV>
<DIV>You need to select the options based on what you need. &nbsp;If you don't need to read HDF-EOS or GRIB2 files, for example, then you can answer "no" to these questions. You can run Configure with the "-V" option which will give you much more information about each question.</DIV>
<DIV><BR></DIV>
<DIV>Generally, I recommend answering "no" to as many of these questions as possible, if you don't need support for them. That way, you don't have to build extra software packages.</DIV>
<DIV><BR></DIV>
<DIV>Here's what I recommend:</DIV>
<DIV><BR></DIV>
<DIV>&nbsp;&nbsp; "Cairo support?" - no</DIV>
<DIV>&nbsp;&nbsp; "Triangle support?" - no, unless you have need to contour triangular meshes (see&nbsp;<A href="http://www.ncl.ucar.edu/Applications/trimesh.shtml">http://www.ncl....ucar.edu/Applications/trimesh.shtml</A>)</DIV>
<DIV>&nbsp;&nbsp;"NetCDF 4 support" &nbsp;- this is up to you. I recommend building NetCDF with NetCDF 4 support turned on (--enable-netcdf-4 option when you build NetCDF)</DIV>
<DIV>&nbsp;&nbsp;"OPeNDAP support" - again up to you. You may want to say "no" to this, but then make sure you build NetCDF with the <FONT class=Apple-style-span color=#333333><SPAN style="LINE-HEIGHT: 16px; WHITE-SPACE: pre" class=Apple-style-span>"--disable-dap" option).</SPAN></FONT></DIV>
<DIV><FONT class=Apple-style-span color=#333333><SPAN style="LINE-HEIGHT: 16px; WHITE-SPACE: pre" class=Apple-style-span>"GDAL support?" - no, unless you need to be able to read shapefiles</SPAN></FONT></DIV>
<DIV><FONT class=Apple-style-span color=#333333><SPAN style="LINE-HEIGHT: 16px; WHITE-SPACE: pre" class=Apple-style-span>"Udunits support" - probably yes, because the "ut_calendar" function needs this, and it's a popular function. Udunits should now be built automatically as part of NetCDF 4.1.</SPAN></FONT></DIV>
<DIV><FONT class=Apple-style-span color=#333333><SPAN style="LINE-HEIGHT: 16px; WHITE-SPACE: pre" class=Apple-style-span>"Vis5d support?" - no</SPAN></FONT></DIV>
<DIV><FONT class=Apple-style-span color=#333333><SPAN style="LINE-HEIGHT: 16px; WHITE-SPACE: pre" class=Apple-style-span>"HDF-EOS support?" - no, unless you need to read HDF-EOS files</SPAN></FONT></DIV>
<DIV><FONT class=Apple-style-span color=#333333><SPAN style="LINE-HEIGHT: 16px; WHITE-SPACE: pre" class=Apple-style-span>
<DIV style="LINE-HEIGHT: normal; WHITE-SPACE: normal; COLOR: rgb(0,0,0)"><FONT class=Apple-style-span color=#333333><SPAN style="LINE-HEIGHT: 16px; WHITE-SPACE: pre" class=Apple-style-span>"GRIB2 support?" - no, unless you need to read GRIB2 files</SPAN></FONT></DIV>
<DIV><FONT class=Apple-style-span color=#333333><SPAN style="LINE-HEIGHT: 16px; WHITE-SPACE: pre" class=Apple-style-span><BR></SPAN></FONT></DIV></SPAN></FONT></DIV>
<DIV><FONT class=Apple-style-span color=#333333><SPAN style="LINE-HEIGHT: 16px; WHITE-SPACE: pre" class=Apple-style-span>--Mary</SPAN></FONT></DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV><FONT class=Apple-style-span color=#333333><SPAN style="LINE-HEIGHT: 16px; WHITE-SPACE: pre" class=Apple-style-span></SPAN></FONT>On Dec 28, 2010, at 8:16 PM, Kbin Yun wrote:</DIV>
<DIV>
<DIV><BR class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
<P>Dear &nbsp;Mary,</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>Thank you. ' and ` problem is solved.</P>
<P>Next stage is Configure.&nbsp;</P>
<P>I want only ncl installation. </P>
<P>Among very&nbsp;many options of 10 item more,&nbsp;what&nbsp;do I need to&nbsp;set ?</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>Thank you, every time.</P>
<P>--Kbin<BR></P>
<BLOCKQUOTE style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" dir=ltr><FONT color=#0066cc><B>------ Original Message ------</B></FONT><BR><BR><B>Date:</B> Wednesday, Dec 29, 2010 12:07:17 AM<BR><B>From:</B> Mary Haley &lt;<A href="mailto:haley@ucar.edu">haley@ucar.edu</A>&gt;<BR><B>To:</B> Kbin Yun &lt;<A href="mailto:rudqlsfjq@nate.com">rudqlsfjq@nate.com</A>&gt;<BR><B>Cc:</B> &lt;<A href="mailto:ncl-install@ucar.edu">ncl-install@ucar.edu</A>&gt;<BR><B>Subject:</B> Re: [ncl-install] I have Error message when installation version ncl-src-5.2.1<BR><BR>Kbin, 
<DIV><BR></DIV>
<DIV>I don't see any output from "ymake" commands in the image you attached. Mostly I see commands related to looking for and installing libgfortran.</DIV>
<DIV><BR></DIV>
<DIV>Again, with the commands you are typing below, you are using the wrong tick character. &nbsp;There are two characters that look like a tick. You need to use the one that has a slight slant to it with the top part of the tick starting on the left, and the bottom part ending on the right. &nbsp;Usually this tick is on the same key as the "~" character.</DIV>
<DIV><BR></DIV>
<DIV>Please *carefully* note the difference:</DIV>
<DIV><BR></DIV>
<DIV>&nbsp;&nbsp; 'pwd' &nbsp; - INCORRECT</DIV>
<DIV>&nbsp;&nbsp;`pwd` &nbsp;- CORRECT</DIV>
<DIV><BR></DIV>
<DIV>--Mary</DIV>
<DIV><BR>
<DIV>
<DIV>On Dec 26, 2010, at 5:55 PM, Kbin Yun wrote:</DIV><BR class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
<P><SPAN style="FONT-FAMILY: 굴림">&nbsp;Dear expert,</SPAN></P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P><SPAN style="FONT-FAMILY: 굴림">I attempted your instruction.</SPAN></P>
<P><SPAN style="FONT-FAMILY: 굴림">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../ymake -config 'pwd'</SPAN></P>
<P><SPAN style="FONT-FAMILY: 굴림">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./ymake -config 'and'</SPAN></P>
<P><SPAN style="FONT-FAMILY: 굴림">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;./ymake -config "pwd"</SPAN></P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<DIV style="PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.5; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Arial, sans-serif; PADDING-TOP: 0px"><SPAN style="FONT-FAMILY: 굴림">The result was attached for an image file .</SPAN></DIV>&nbsp;<SPAN style="FONT-FAMILY: 굴림">--Kbin</SPAN><BR>
<BLOCKQUOTE style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px" dir=ltr><FONT color=#0066cc><B>------ Original Message ------</B></FONT><BR><BR><B>Date:</B> Friday, Dec 24, 2010 12:47:49 AM<BR><B>From:</B> Mary Haley &lt;<A href="mailto:haley@ucar.edu">haley@ucar.edu</A>&gt;<BR><B>To:</B> Kbin Yun &lt;<A href="mailto:rudqlsfjq@nate.com">rudqlsfjq@nate.com</A>&gt;<BR><B>Cc:</B> &lt;<A href="mailto:ncl-install@ucar.edu">ncl-install@ucar.edu</A>&gt;<BR><B>Subject:</B> Re: [ncl-install] I have Error message when installation version ncl-src-5.2.1<BR><BR>Dear Kbin, 
<DIV><BR></DIV>
<DIV>
<DIV>
<DIV>I think you might have a typo. &nbsp;You need to use the back tick around the "pwd":</DIV>
<DIV><BR></DIV>
<DIV>./ymake -config `pwd`</DIV>
<DIV><BR></DIV>
<DIV>Note the difference between ` and '. &nbsp;You need to use `.</DIV>
<DIV><BR></DIV>
<DIV>--Mary</DIV>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>On Dec 22, 2010, at 11:35 PM, Kbin Yun wrote:</DIV><BR class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
<P>To ncl-install expert</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>&nbsp;Hello~</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>gcc version is 3.4.5.</P>
<P>so, I can't installed another version.&nbsp;The last way&nbsp;is sorce code.</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>The order is</P>
<P>1. gunzip ncl_ncarg_src-5.2.1.tar.gz</P>
<P>2. tar -xvf ncl_ncarg_src-5.2.1.tar</P>
<P>3. setenv NCARG /usr/local/src/ncl_ncarg-5.2.1</P>
<P>4. cd $NCARG/config</P>
<P>&nbsp;&nbsp; make -f Makefile.ini</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cc -O&nbsp;&nbsp; -c -o ymake-filter.o ymake-filter.c<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cc -O -o ymake-filter ymake-filter.o</P>
<P>&nbsp; ./ymake -config 'pwd'</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ./ymake : Unable to open NCARG_CONFIG dir : pwd&nbsp;&nbsp; &lt;&lt;&lt;&lt;&lt;&lt; error message</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>Is&nbsp;there a problem ??</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>thank you</P>
<DIV>&nbsp;<BR class=webkit-block-placeholder></DIV>
<P>from Kbin<BR></P><IMG src="http://mail3.nate.com/app/msg/confirm/?usn=6384792&amp;email=rudqlsfjq@nate.com&amp;key=bdf81587d0d1b54bbb7a0210f175a0e3$2d95af36@mail3......nate.com" width=0 height=0>_______________________________________________<BR>ncl-install mailing list<BR>List instructions, subscriber options, unsubscribe:<BR><A href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</A><BR></BLOCKQUOTE></DIV><BR></DIV></BLOCKQUOTE><IMG src="http://mail3.nate.com/app/msg/confirm/?usn=6384792&amp;email=rudqlsfjq@nate.com&amp;key=18795f2b95771f079b7d9f3755003fcf$2d95af36@mail3.....nate.com" width=0 height=0><SPAN>&lt;result.jpg&gt;</SPAN>_______________________________________________<BR>ncl-install mailing list<BR>List instructions, subscriber options, unsubscribe:<BR><A href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</A><BR></BLOCKQUOTE></DIV><BR></DIV></BLOCKQUOTE><IMG src="http://mail3.nate.com/app/msg/confirm/?usn=6384792&amp;email=rudqlsfjq@nate.com&amp;key=83b22c513b3b0db6161947a6b7f70e74$2d95af36@mail3....nate.com" width=0 height=0>_______________________________________________<BR>ncl-install mailing list<BR>List instructions, subscriber options, unsubscribe:<BR><A href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</A><BR></BLOCKQUOTE></DIV><BR></DIV></BLOCKQUOTE><IMG src="http://mail3.nate.com/app/msg/confirm/?usn=6384792&amp;email=rudqlsfjq@nate.com&amp;key=8bff14a6d172315e77e59b1d68c17b79$2d95af36@mail3...nate.com" width=0 height=0>_______________________________________________<BR>ncl-install mailing list<BR>List instructions, subscriber options, unsubscribe:<BR><A href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</A><BR></BLOCKQUOTE></DIV><BR></DIV></BLOCKQUOTE><IMG src="http://mail3.nate.com/app/msg/confirm/?usn=6384792&amp;email=rudqlsfjq@nate.com&amp;key=0a4fdf0076b6d90d18b650820fc64673$2d95af36@mail3..nate.com" width=0 height=0>_______________________________________________<BR>ncl-install mailing list<BR>List instructions, subscriber options, unsubscribe:<BR><A href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</A><BR></BLOCKQUOTE></DIV><BR></DIV></BLOCKQUOTE>
</div><!--espresso editor content end--><img src="http://mail3.nate.com/app/msg/confirm/?usn=6384792&email=rudqlsfjq@nate.com&key=d49c524838b5cdef086aecd1a67861f5$2d95af36@mail3.nate.com" height="0" width="0" />