Re: I have Error message when installation version ncl-src-5.2.1

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Tue Jan 04 2011 - 09:15:28 MST

Since you have an OPeNDAP enabled version of NCL, there are some additional libraries you need to install.

Please read the instructions at:

http://www.ncl.ucar.edu/Download/install.shtml#OPeNDAPInstructions

and if you are on a Cygwin system:

http://www.ncl.ucar.edu/Download/cygwin.shtml#InstallCygwinX

You need to make sure you have the "openssl-devel" package installed for Cygwin.

--Mary

On Jan 2, 2011, at 6:48 PM, Kbin Yun wrote:

>
> Mary,
>
>
> I attempted the real test run " ncl -V "
>
> Error message is
>
> " ncl: error while loading shared libraries: libssl.so.6: cannot open shared object file: No such file or directory "
>
>
> Thank you
> --Kbin
>
>
>
> ------ Original Message ------
>
> Date: Friday, Dec 31, 2010 01:03:46 AM
> From: Mary Haley <haley@ucar.edu>
> To: Kbin Yun <rudqlsfjq@nate.com>
> Cc: <ncl-install@ucar.edu>
> Subject: Re: I have Error message when installation version ncl-src-5.2.1
>
> Kbin,
>
> The error message is telling you exactly what the problem is, and that is you don't have a MANPATH environment variable.
>
> Don't worry about this, as the man pages are not terribly important here.
>
> The real test is whether you are able to run any of the tests mentioned at:
>
> http://www.ncl.ucar.edu/Download/build_from_src.shtml#TestInstallation
>
> --Mary
>
> On Dec 30, 2010, at 2:13 AM, Kbin Yun wrote:
>
>> Dear Mary,
>>
>>
>> Thank you for recommend.
>>
>> After Configure, I tried the following steps:
>>
>> make Everthing >& make-output &
>>
>> tail -f make-output ( confirm the " Finished making and Installing <Everything> " )
>>
>> setenv NCARG_ROOT /usr/local
>>
>> setenv PATH $NACRG_ROOT/bin:$PATH
>>
>> setenv MANPATH $NCARG_ROOT/man:$MANPATH <<< after run, error message is " MANPATH: Undefined variable "
>>
>>
>> Thank you ^^
>>
>>
>> --Kbin
>>
>> ------ Original Message ------
>>
>> Date: Wednesday, Dec 29, 2010 11:57:48 PM
>> From: Mary Haley <haley@ucar.edu>
>> To: Kbin Yun <rudqlsfjq@nate.com>
>> Cc: <ncl-install@ucar.edu>
>> Subject: Re: I have Error message when installation version ncl-src-5.2.1
>>
>> Kbin,
>>
>> You need to select the options based on what you need. 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.
>>
>> 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.
>>
>> Here's what I recommend:
>>
>> "Cairo support?" - no
>> "Triangle support?" - no, unless you have need to contour triangular meshes (see http://www.ncl...ucar.edu/Applications/trimesh.shtml)
>> "NetCDF 4 support" - this is up to you. I recommend building NetCDF with NetCDF 4 support turned on (--enable-netcdf-4 option when you build NetCDF)
>> "OPeNDAP support" - again up to you. You may want to say "no" to this, but then make sure you build NetCDF with the "--disable-dap" option).
>> "GDAL support?" - no, unless you need to be able to read shapefiles
>> "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.
>> "Vis5d support?" - no
>> "HDF-EOS support?" - no, unless you need to read HDF-EOS files
>>
>> "GRIB2 support?" - no, unless you need to read GRIB2 files
>>
>>
>> --Mary
>>
>>
>> On Dec 28, 2010, at 8:16 PM, Kbin Yun wrote:
>>
>>> Dear Mary,
>>>
>>>
>>> Thank you. ' and ` problem is solved.
>>>
>>> Next stage is Configure.
>>>
>>> I want only ncl installation.
>>>
>>> Among very many options of 10 item more, what do I need to set ?
>>>
>>>
>>> Thank you, every time.
>>>
>>> --Kbin
>>>
>>> ------ Original Message ------
>>>
>>> Date: Wednesday, Dec 29, 2010 12:07:17 AM
>>> From: Mary Haley <haley@ucar.edu>
>>> To: Kbin Yun <rudqlsfjq@nate.com>
>>> Cc: <ncl-install@ucar.edu>
>>> Subject: Re: I have Error message when installation version ncl-src-5.2.1
>>>
>>> Kbin,
>>>
>>> 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.
>>>
>>> Again, with the commands you are typing below, you are using the wrong tick character. 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. Usually this tick is on the same key as the "~" character.
>>>
>>> Please *carefully* note the difference:
>>>
>>> 'pwd' - INCORRECT
>>> `pwd` - CORRECT
>>>
>>> --Mary
>>>
>>> On Dec 26, 2010, at 5:55 PM, Kbin Yun wrote:
>>>
>>>> Dear expert,
>>>>
>>>>
>>>> I attempted your instruction.
>>>>
>>>> ../ymake -config 'pwd'
>>>>
>>>> ./ymake -config 'and'
>>>>
>>>> ./ymake -config "pwd"
>>>>
>>>>
>>>> The result was attached for an image file .
>>>> --Kbin
>>>> ------ Original Message ------
>>>>
>>>> Date: Friday, Dec 24, 2010 12:47:49 AM
>>>> From: Mary Haley <haley@ucar.edu>
>>>> To: Kbin Yun <rudqlsfjq@nate.com>
>>>> Cc: <ncl-install@ucar.edu>
>>>> Subject: Re: I have Error message when installation version ncl-src-5.2.1
>>>>
>>>> Dear Kbin,
>>>>
>>>> I think you might have a typo. You need to use the back tick around the "pwd":
>>>>
>>>> ./ymake -config `pwd`
>>>>
>>>> Note the difference between ` and '. You need to use `.
>>>>
>>>> --Mary
>>>>
>>>>
>>>> On Dec 22, 2010, at 11:35 PM, Kbin Yun wrote:
>>>>
>>>>> To ncl-install expert
>>>>>
>>>>>
>>>>> Hello~
>>>>>
>>>>>
>>>>> gcc version is 3.4.5.
>>>>>
>>>>> so, I can't installed another version. The last way is sorce code.
>>>>>
>>>>>
>>>>> The order is
>>>>>
>>>>> 1. gunzip ncl_ncarg_src-5.2.1.tar.gz
>>>>>
>>>>> 2. tar -xvf ncl_ncarg_src-5.2.1.tar
>>>>>
>>>>> 3. setenv NCARG /usr/local/src/ncl_ncarg-5.2.1
>>>>>
>>>>> 4. cd $NCARG/config
>>>>>
>>>>> make -f Makefile.ini
>>>>>
>>>>> cc -O -c -o ymake-filter.o ymake-filter.c
>>>>> cc -O -o ymake-filter ymake-filter.o
>>>>>
>>>>> ./ymake -config 'pwd'
>>>>>
>>>>> ./ymake : Unable to open NCARG_CONFIG dir : pwd <<<<<< error message
>>>>>
>>>>>
>>>>> Is there a problem ??
>>>>>
>>>>>
>>>>> thank you
>>>>>
>>>>>
>>>>> from Kbin
>>>>>
>>>>> _______________________________________________
>>>>> ncl-install mailing list
>>>>> List instructions, subscriber options, unsubscribe:
>>>>> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>>>>
>>>> <result.jpg>_______________________________________________
>>>> ncl-install mailing list
>>>> List instructions, subscriber options, unsubscribe:
>>>> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>>>
>>> _______________________________________________
>>> ncl-install mailing list
>>> List instructions, subscriber options, unsubscribe:
>>> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>>
>> _______________________________________________
>> ncl-install mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install

_______________________________________________
ncl-install mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-install
Received on Tue Jan 4 09:15:34 2011

This archive was generated by hypermail 2.1.8 : Tue Jan 04 2011 - 09:17:18 MST