[Met_help] [rt.rap.ucar.edu #87093] History for About Met 6.1 Compilation error

Julie Prestopnik via RT met_help at ucar.edu
Wed Sep 26 12:54:05 MDT 2018


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

Hello,
I want to compile met 6.1 and want to use MODE  tools for my verification.

I have installed the required libraries (netcdf,hdf5,gsl,grib2c).
But when I am trying to compile met 6.1 ,I got the following error.How could this problem be solved so that I could compile met 6.1?Here is my required library location and environment setting:
setenv DIR /home/gopi/MET/met-6.1
setenv CC gcc
setenv CXX g++
setenv F77 gfortran
setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c

./configure --prefix=$DIR --enable-grib2 --enable-mode

make install >& make_install.log
When I use command tail -f make_istall.log,I got the following message:
tail -f make_install.log 
make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
make[3]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
Makefile:352: recipe for target 'install-recursive' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src/basic'
Makefile:354: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src'
Makefile:410: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

Thank you




With Regards     ..................................................Govind Kumar Jha    
................................................... Assistant Meteorologist 
(Agro-Meteorology Section)
Department of Hydrology and Meteorology (DHM)
P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
Tel: +977 1 4436272, 4432409
Fax: +977 1 4429919, 4432137
www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
............................................................................. Mobile Number: 9779846265433 Email Id: govind_jha65 at yahoo.com


----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: About Met  6.1 Compilation error
From: Julie Prestopnik
Time: Mon Sep 24 08:34:06 2018

I see that you are having a difficult time installing met-6.1.  I
wanted to
make you aware that we have a newer version of MET (met-7.0) and are
almost
ready to release (later this week) our next version met-8.0. We
recommend
getting the most recent version due to bug fixes and additional
functionality.  If you'd like, you can get the latest version of the
MET
code here: https://dtcenter.org/met/users/downloads/index.php

We're happy to help you get MET installed, regardless of the version
you
choose.  Unfortunately, the information you sent is not enough
information
for me to determine what is going on.  Please reply and attach your
config.log file and also your make_install.log file.

Thank you!

Julie

On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> Transaction: Ticket created by govind_jha65 at yahoo.com
>        Queue: met_help
>      Subject: About Met  6.1 Compilation error
>        Owner: Nobody
>   Requestors: govind_jha65 at yahoo.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
>
> Hello,
> I want to compile met 6.1 and want to use MODE  tools for my
verification.
>
> I have installed the required libraries (netcdf,hdf5,gsl,grib2c).
> But when I am trying to compile met 6.1 ,I got the following
error.How
> could this problem be solved so that I could compile met 6.1?Here is
my
> required library location and environment setting:
> setenv DIR /home/gopi/MET/met-6.1
> setenv CC gcc
> setenv CXX g++
> setenv F77 gfortran
> setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
>
> ./configure --prefix=$DIR --enable-grib2 --enable-mode
>
> make install >& make_install.log
> When I use command tail -f make_istall.log,I got the following
message:
> tail -f make_install.log
> make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> make[3]: Leaving directory
> '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> Makefile:352: recipe for target 'install-recursive' failed
> make[2]: *** [install-recursive] Error 1
> make[2]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src/basic'
> Makefile:354: recipe for target 'install-recursive' failed
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src'
> Makefile:410: recipe for target 'install-recursive' failed
> make: *** [install-recursive] Error 1
>
> Thank you
>
>
>
>
> With Regards
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
>
>

------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Govind Jha
Time: Mon Sep 24 08:58:28 2018

Thank you for very quick response.Here is the configure.log and make
install.log files.I have attached the script that I am using to
compile met.


With Regards  
  ..................................................Govind Kumar
Jha    
................................................... Assistant
Meteorologist 
(Agro-Meteorology Section)
Department of Hydrology and Meteorology (DHM)
P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
Tel: +977 1 4436272, 4432409
Fax: +977 1 4429919, 4432137
www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
............................................................................. Mobile
Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
                     


    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie Prestopnik
via RT <met_help at ucar.edu> wrote:

 I see that you are having a difficult time installing met-6.1.  I
wanted to
make you aware that we have a newer version of MET (met-7.0) and are
almost
ready to release (later this week) our next version met-8.0. We
recommend
getting the most recent version due to bug fixes and additional
functionality.  If you'd like, you can get the latest version of the
MET
code here: https://dtcenter.org/met/users/downloads/index.php

We're happy to help you get MET installed, regardless of the version
you
choose.  Unfortunately, the information you sent is not enough
information
for me to determine what is going on.  Please reply and attach your
config.log file and also your make_install.log file.

Thank you!

Julie

On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> Transaction: Ticket created by govind_jha65 at yahoo.com
>        Queue: met_help
>      Subject: About Met  6.1 Compilation error
>        Owner: Nobody
>  Requestors: govind_jha65 at yahoo.com
>      Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
>
> Hello,
> I want to compile met 6.1 and want to use MODE  tools for my
verification.
>
> I have installed the required libraries (netcdf,hdf5,gsl,grib2c).
> But when I am trying to compile met 6.1 ,I got the following
error.How
> could this problem be solved so that I could compile met 6.1?Here is
my
> required library location and environment setting:
> setenv DIR /home/gopi/MET/met-6.1
> setenv CC gcc
> setenv CXX g++
> setenv F77 gfortran
> setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
>
> ./configure --prefix=$DIR --enable-grib2 --enable-mode
>
> make install >& make_install.log
> When I use command tail -f make_istall.log,I got the following
message:
> tail -f make_install.log
> make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> make[3]: Leaving directory
> '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> Makefile:352: recipe for target 'install-recursive' failed
> make[2]: *** [install-recursive] Error 1
> make[2]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src/basic'
> Makefile:354: recipe for target 'install-recursive' failed
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src'
> Makefile:410: recipe for target 'install-recursive' failed
> make: *** [install-recursive] Error 1
>
> Thank you
>
>
>
>
> With Regards   
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
>
>


------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Julie Prestopnik
Time: Mon Sep 24 09:48:32 2018

Hi.

Taking a look at this make_install.log file shows that the problem is
that
gsl_cdf.h cannot be found:

In file included from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
>                  from data_plane_util.cc:23:
> ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal error:
> gsl/gsl_cdf.h: No such file or directory
> compilation terminated.
>

Looking in this config.log file, I see that MET_GSL has an "=" sign at
the
end of the path:

MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
>

which is likely causing the problem.

I see that you opened a new met_help ticket that has two other files
attached and that MET_GSL is set differently there:

MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> MET_GSLINC='${MET_GSL}/include'
> MET_GSLLIB='${MET_GSL}/lib'
>

Perhaps that fixed the gsl problem.  However, the make_install.log in
that
new ticket doesn't contain much information.  Assuming this new
configuration, could you please run "make clean" and then "make
install"
again?  Please then attach your new make_install.log file again in
this
ticket.  I'll go ahead and close the other ticket.

Thanks,
Julie





On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> Thank you for very quick response.Here is the configure.log and make
> install.log files.I have attached the script that I am using to
compile met.
>
>
> With Regards
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>
>
>
>     On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
Prestopnik via
> RT <met_help at ucar.edu> wrote:
>
>  I see that you are having a difficult time installing met-6.1.  I
wanted
> to
> make you aware that we have a newer version of MET (met-7.0) and are
almost
> ready to release (later this week) our next version met-8.0. We
recommend
> getting the most recent version due to bug fixes and additional
> functionality.  If you'd like, you can get the latest version of the
MET
> code here: https://dtcenter.org/met/users/downloads/index.php
>
> We're happy to help you get MET installed, regardless of the version
you
> choose.  Unfortunately, the information you sent is not enough
information
> for me to determine what is going on.  Please reply and attach your
> config.log file and also your make_install.log file.
>
> Thank you!
>
> Julie
>
> On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > Transaction: Ticket created by govind_jha65 at yahoo.com
> >        Queue: met_help
> >      Subject: About Met  6.1 Compilation error
> >        Owner: Nobody
> >  Requestors: govind_jha65 at yahoo.com
> >      Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> >
> > Hello,
> > I want to compile met 6.1 and want to use MODE  tools for my
> verification.
> >
> > I have installed the required libraries (netcdf,hdf5,gsl,grib2c).
> > But when I am trying to compile met 6.1 ,I got the following
error.How
> > could this problem be solved so that I could compile met 6.1?Here
is my
> > required library location and environment setting:
> > setenv DIR /home/gopi/MET/met-6.1
> > setenv CC gcc
> > setenv CXX g++
> > setenv F77 gfortran
> > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> >
> > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> >
> > make install >& make_install.log
> > When I use command tail -f make_istall.log,I got the following
message:
> > tail -f make_install.log
> > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > make[3]: Leaving directory
> > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > Makefile:352: recipe for target 'install-recursive' failed
> > make[2]: *** [install-recursive] Error 1
> > make[2]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src/basic'
> > Makefile:354: recipe for target 'install-recursive' failed
> > make[1]: *** [install-recursive] Error 1
> > make[1]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src'
> > Makefile:410: recipe for target 'install-recursive' failed
> > make: *** [install-recursive] Error 1
> >
> > Thank you
> >
> >
> >
> >
> > With Regards
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> >
> >
>
>
>

------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Govind Jha
Time: Mon Sep 24 10:17:52 2018

After make clean and running the configure script again ,I got the
error which is included in attached log files.


With Regards  
  ..................................................Govind Kumar
Jha    
................................................... Assistant
Meteorologist 
(Agro-Meteorology Section)
Department of Hydrology and Meteorology (DHM)
P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
Tel: +977 1 4436272, 4432409
Fax: +977 1 4429919, 4432137
www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
............................................................................. Mobile
Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
                         
 Secretary .......................................
Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus 
 Ghantaghar,kathmandu

    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
Prestopnik via RT <met_help at ucar.edu> wrote:

 Hi.

Taking a look at this make_install.log file shows that the problem is
that
gsl_cdf.h cannot be found:

In file included from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
>                  from data_plane_util.cc:23:
> ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal error:
> gsl/gsl_cdf.h: No such file or directory
> compilation terminated.
>

Looking in this config.log file, I see that MET_GSL has an "=" sign at
the
end of the path:

MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
>

which is likely causing the problem.

I see that you opened a new met_help ticket that has two other files
attached and that MET_GSL is set differently there:

MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> MET_GSLINC='${MET_GSL}/include'
> MET_GSLLIB='${MET_GSL}/lib'
>

Perhaps that fixed the gsl problem.  However, the make_install.log in
that
new ticket doesn't contain much information.  Assuming this new
configuration, could you please run "make clean" and then "make
install"
again?  Please then attach your new make_install.log file again in
this
ticket.  I'll go ahead and close the other ticket.

Thanks,
Julie





On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> Thank you for very quick response.Here is the configure.log and make
> install.log files.I have attached the script that I am using to
compile met.
>
>
> With Regards   
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>
>
>
>    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
Prestopnik via
> RT <met_help at ucar.edu> wrote:
>
>  I see that you are having a difficult time installing met-6.1.  I
wanted
> to
> make you aware that we have a newer version of MET (met-7.0) and are
almost
> ready to release (later this week) our next version met-8.0. We
recommend
> getting the most recent version due to bug fixes and additional
> functionality.  If you'd like, you can get the latest version of the
MET
> code here: https://dtcenter.org/met/users/downloads/index.php
>
> We're happy to help you get MET installed, regardless of the version
you
> choose.  Unfortunately, the information you sent is not enough
information
> for me to determine what is going on.  Please reply and attach your
> config.log file and also your make_install.log file.
>
> Thank you!
>
> Julie
>
> On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > Transaction: Ticket created by govind_jha65 at yahoo.com
> >        Queue: met_help
> >      Subject: About Met  6.1 Compilation error
> >        Owner: Nobody
> >  Requestors: govind_jha65 at yahoo.com
> >      Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> >
> > Hello,
> > I want to compile met 6.1 and want to use MODE  tools for my
> verification.
> >
> > I have installed the required libraries (netcdf,hdf5,gsl,grib2c).
> > But when I am trying to compile met 6.1 ,I got the following
error.How
> > could this problem be solved so that I could compile met 6.1?Here
is my
> > required library location and environment setting:
> > setenv DIR /home/gopi/MET/met-6.1
> > setenv CC gcc
> > setenv CXX g++
> > setenv F77 gfortran
> > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> >
> > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> >
> > make install >& make_install.log
> > When I use command tail -f make_istall.log,I got the following
message:
> > tail -f make_install.log
> > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > make[3]: Leaving directory
> > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > Makefile:352: recipe for target 'install-recursive' failed
> > make[2]: *** [install-recursive] Error 1
> > make[2]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src/basic'
> > Makefile:354: recipe for target 'install-recursive' failed
> > make[1]: *** [install-recursive] Error 1
> > make[1]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src'
> > Makefile:410: recipe for target 'install-recursive' failed
> > make: *** [install-recursive] Error 1
> >
> > Thank you
> >
> >
> >
> >
> > With Regards   
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> >
> >
>
>
>


------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Julie Prestopnik
Time: Mon Sep 24 10:32:43 2018

Hi.  Thank you.

I can see that the make_install.log file actually does contain an
error
that I missed previously. It looks like you have not set the prefix
option
to ./configure:

  $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
> --disable-ascii2nc --disable-ensemble_stat --disable-gen_poly_mask
> --disable-gen_circle_mask --disable-grid_stat --disable-madis2nc
> --enable-mode --disable-mode_analysis --disable-pb2nc --disable-
pcp_combine
> --disable-plot_data_plane --disable-plot_point_obs --disable-
point_stat
> --disable-stat_analysis --disable-wavelet_stat --disable-
series_analysis
> --disable-wwmca --disable-modis --disable-mode_graphics --disable-
tc_utils
> --disable-block4
>

The first option to configure is --prefix.  Here is a description of
the
--prefix option:

*--prefix=PREFIX* By default, MET will install all the executables in
> */usr/local/bin*. You can specify an installation prefix other than
> */usr/local* using *--prefix*. For example, *--prefix=$HOME* to
install
> to your home directory or *--prefix=`pwd`* to install to the current
> directory.
>

Based on the error in the make_install.log file:

>  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
> /bin/mkdir: cannot create directory ‘/share’: Permission denied
>

Files are trying to be installed in the "/" directory where you do not
have
permission to write.  Please rerun the configure command, adding a
value
for --prefix that will tell MET where you would like it installed.
Please
be sure you have permission to write to that location.

Please let me know how it goes.

Thanks,
Julie

On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> After make clean and running the configure script again ,I got the
error
> which is included in attached log files.
>
>
> With Regards
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>                            Secretary
.......................................
> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>  Ghantaghar,kathmandu
>
>     On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
Prestopnik
> via RT <met_help at ucar.edu> wrote:
>
>  Hi.
>
> Taking a look at this make_install.log file shows that the problem
is that
> gsl_cdf.h cannot be found:
>
> In file included from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
> >                  from data_plane_util.cc:23:
> > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal error:
> > gsl/gsl_cdf.h: No such file or directory
> > compilation terminated.
> >
>
> Looking in this config.log file, I see that MET_GSL has an "=" sign
at the
> end of the path:
>
> MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
> >
>
> which is likely causing the problem.
>
> I see that you opened a new met_help ticket that has two other files
> attached and that MET_GSL is set differently there:
>
> MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> > MET_GSLINC='${MET_GSL}/include'
> > MET_GSLLIB='${MET_GSL}/lib'
> >
>
> Perhaps that fixed the gsl problem.  However, the make_install.log
in that
> new ticket doesn't contain much information.  Assuming this new
> configuration, could you please run "make clean" and then "make
install"
> again?  Please then attach your new make_install.log file again in
this
> ticket.  I'll go ahead and close the other ticket.
>
> Thanks,
> Julie
>
>
>
>
>
> On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> > Thank you for very quick response.Here is the configure.log and
make
> > install.log files.I have attached the script that I am using to
compile
> met.
> >
> >
> > With Regards
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> .........................................................
> >
> >
> >
> >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
Prestopnik via
> > RT <met_help at ucar.edu> wrote:
> >
> >  I see that you are having a difficult time installing met-6.1.  I
wanted
> > to
> > make you aware that we have a newer version of MET (met-7.0) and
are
> almost
> > ready to release (later this week) our next version met-8.0. We
recommend
> > getting the most recent version due to bug fixes and additional
> > functionality.  If you'd like, you can get the latest version of
the MET
> > code here: https://dtcenter.org/met/users/downloads/index.php
> >
> > We're happy to help you get MET installed, regardless of the
version you
> > choose.  Unfortunately, the information you sent is not enough
> information
> > for me to determine what is going on.  Please reply and attach
your
> > config.log file and also your make_install.log file.
> >
> > Thank you!
> >
> > Julie
> >
> > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > > Transaction: Ticket created by govind_jha65 at yahoo.com
> > >        Queue: met_help
> > >      Subject: About Met  6.1 Compilation error
> > >        Owner: Nobody
> > >  Requestors: govind_jha65 at yahoo.com
> > >      Status: new
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
> >
> > >
> > >
> > > Hello,
> > > I want to compile met 6.1 and want to use MODE  tools for my
> > verification.
> > >
> > > I have installed the required libraries
(netcdf,hdf5,gsl,grib2c).
> > > But when I am trying to compile met 6.1 ,I got the following
error.How
> > > could this problem be solved so that I could compile met
6.1?Here is my
> > > required library location and environment setting:
> > > setenv DIR /home/gopi/MET/met-6.1
> > > setenv CC gcc
> > > setenv CXX g++
> > > setenv F77 gfortran
> > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> > >
> > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> > >
> > > make install >& make_install.log
> > > When I use command tail -f make_istall.log,I got the following
message:
> > > tail -f make_install.log
> > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > > make[3]: Leaving directory
> > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > > Makefile:352: recipe for target 'install-recursive' failed
> > > make[2]: *** [install-recursive] Error 1
> > > make[2]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src/basic'
> > > Makefile:354: recipe for target 'install-recursive' failed
> > > make[1]: *** [install-recursive] Error 1
> > > make[1]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src'
> > > Makefile:410: recipe for target 'install-recursive' failed
> > > make: *** [install-recursive] Error 1
> > >
> > > Thank you
> > >
> > >
> > >
> > >
> > > With Regards
> ..................................................Govind
> > > Kumar Jha
> > > ................................................... Assistant
> > > Meteorologist
> > > (Agro-Meteorology Section)
> > > Department of Hydrology and Meteorology (DHM)
> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > Tel: +977 1 4436272, 4432409
> > > Fax: +977 1 4429919, 4432137
> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > >
> >
>
.............................................................................
> > Mobile
> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> > >
> > >
> >
> >
> >
>
>
>

------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Govind Jha
Time: Mon Sep 24 10:36:13 2018

Thank you.I also find out that mistake.then again i compile after make
clean.Again I got another error.Here is the latest log files:


With Regards  
  ..................................................Govind Kumar
Jha    
................................................... Assistant
Meteorologist 
(Agro-Meteorology Section)
Department of Hydrology and Meteorology (DHM)
P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
Tel: +977 1 4436272, 4432409
Fax: +977 1 4429919, 4432137
www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
............................................................................. Mobile
Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
                         
 Secretary .......................................
Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus 
 Ghantaghar,kathmandu

    On Tuesday, September 25, 2018, 1:32:45 AM GMT+9, Julie Prestopnik
via RT <met_help at ucar.edu> wrote:

 Hi.  Thank you.

I can see that the make_install.log file actually does contain an
error
that I missed previously. It looks like you have not set the prefix
option
to ./configure:

  $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
> --disable-ascii2nc --disable-ensemble_stat --disable-gen_poly_mask
> --disable-gen_circle_mask --disable-grid_stat --disable-madis2nc
> --enable-mode --disable-mode_analysis --disable-pb2nc --disable-
pcp_combine
> --disable-plot_data_plane --disable-plot_point_obs --disable-
point_stat
> --disable-stat_analysis --disable-wavelet_stat --disable-
series_analysis
> --disable-wwmca --disable-modis --disable-mode_graphics --disable-
tc_utils
> --disable-block4
>

The first option to configure is --prefix.  Here is a description of
the
--prefix option:

*--prefix=PREFIX* By default, MET will install all the executables in
> */usr/local/bin*. You can specify an installation prefix other than
> */usr/local* using *--prefix*. For example, *--prefix=$HOME* to
install
> to your home directory or *--prefix=`pwd`* to install to the current
> directory.
>

Based on the error in the make_install.log file:

>  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
> /bin/mkdir: cannot create directory ‘/share’: Permission denied
>

Files are trying to be installed in the "/" directory where you do not
have
permission to write.  Please rerun the configure command, adding a
value
for --prefix that will tell MET where you would like it installed. 
Please
be sure you have permission to write to that location.

Please let me know how it goes.

Thanks,
Julie

On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> After make clean and running the configure script again ,I got the
error
> which is included in attached log files.
>
>
> With Regards   
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>                            Secretary
.......................................
> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>  Ghantaghar,kathmandu
>
>    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
Prestopnik
> via RT <met_help at ucar.edu> wrote:
>
>  Hi.
>
> Taking a look at this make_install.log file shows that the problem
is that
> gsl_cdf.h cannot be found:
>
> In file included from
../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
> >                  from data_plane_util.cc:23:
> > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal error:
> > gsl/gsl_cdf.h: No such file or directory
> > compilation terminated.
> >
>
> Looking in this config.log file, I see that MET_GSL has an "=" sign
at the
> end of the path:
>
> MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
> >
>
> which is likely causing the problem.
>
> I see that you opened a new met_help ticket that has two other files
> attached and that MET_GSL is set differently there:
>
> MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> > MET_GSLINC='${MET_GSL}/include'
> > MET_GSLLIB='${MET_GSL}/lib'
> >
>
> Perhaps that fixed the gsl problem.  However, the make_install.log
in that
> new ticket doesn't contain much information.  Assuming this new
> configuration, could you please run "make clean" and then "make
install"
> again?  Please then attach your new make_install.log file again in
this
> ticket.  I'll go ahead and close the other ticket.
>
> Thanks,
> Julie
>
>
>
>
>
> On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> > Thank you for very quick response.Here is the configure.log and
make
> > install.log files.I have attached the script that I am using to
compile
> met.
> >
> >
> > With Regards   
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> .........................................................
> >
> >
> >
> >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
Prestopnik via
> > RT <met_help at ucar.edu> wrote:
> >
> >  I see that you are having a difficult time installing met-6.1.  I
wanted
> > to
> > make you aware that we have a newer version of MET (met-7.0) and
are
> almost
> > ready to release (later this week) our next version met-8.0. We
recommend
> > getting the most recent version due to bug fixes and additional
> > functionality.  If you'd like, you can get the latest version of
the MET
> > code here: https://dtcenter.org/met/users/downloads/index.php
> >
> > We're happy to help you get MET installed, regardless of the
version you
> > choose.  Unfortunately, the information you sent is not enough
> information
> > for me to determine what is going on.  Please reply and attach
your
> > config.log file and also your make_install.log file.
> >
> > Thank you!
> >
> > Julie
> >
> > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > > Transaction: Ticket created by govind_jha65 at yahoo.com
> > >        Queue: met_help
> > >      Subject: About Met  6.1 Compilation error
> > >        Owner: Nobody
> > >  Requestors: govind_jha65 at yahoo.com
> > >      Status: new
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
> >
> > >
> > >
> > > Hello,
> > > I want to compile met 6.1 and want to use MODE  tools for my
> > verification.
> > >
> > > I have installed the required libraries
(netcdf,hdf5,gsl,grib2c).
> > > But when I am trying to compile met 6.1 ,I got the following
error.How
> > > could this problem be solved so that I could compile met
6.1?Here is my
> > > required library location and environment setting:
> > > setenv DIR /home/gopi/MET/met-6.1
> > > setenv CC gcc
> > > setenv CXX g++
> > > setenv F77 gfortran
> > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> > >
> > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> > >
> > > make install >& make_install.log
> > > When I use command tail -f make_istall.log,I got the following
message:
> > > tail -f make_install.log
> > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > > make[3]: Leaving directory
> > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > > Makefile:352: recipe for target 'install-recursive' failed
> > > make[2]: *** [install-recursive] Error 1
> > > make[2]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src/basic'
> > > Makefile:354: recipe for target 'install-recursive' failed
> > > make[1]: *** [install-recursive] Error 1
> > > make[1]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src'
> > > Makefile:410: recipe for target 'install-recursive' failed
> > > make: *** [install-recursive] Error 1
> > >
> > > Thank you
> > >
> > >
> > >
> > >
> > > With Regards
> ..................................................Govind
> > > Kumar Jha
> > > ................................................... Assistant
> > > Meteorologist
> > > (Agro-Meteorology Section)
> > > Department of Hydrology and Meteorology (DHM)
> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > Tel: +977 1 4436272, 4432409
> > > Fax: +977 1 4429919, 4432137
> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > >
> >
>
.............................................................................
> > Mobile
> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> > >
> > >
> >
> >
> >
>
>
>


------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Julie Prestopnik
Time: Mon Sep 24 10:50:47 2018

Thank you for attaching the log files.  I see in make_install.log that
"jasper" cannot be found:

> /usr/bin/ld: cannot find -ljasper
>
collect2: error: ld returned 1 exit status
>

The GRIB2 C-library requires the libraries zlib, jasper and png to be
present on your system.  On the following page:

https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=req_libs

under "Compiling GRIB2 C-Library", we note:

> Unfortunately, there are hard coded values in the "makefile", which
need
> to be modified:
>
>    - If using a compiler other than "gcc" please edit the value of
CC in
>    "makefile".
>    - Because the GRIB2 C-Library requires the libraries zlib, jasper
and
>    png to be present on your system, please edit the value of "INC"
to be the
>    location of the include directory for the header files of those
libraries.
>    - Remove "-D__64BIT__" from the value of CFLAGS.
>    - Once built, MET expects the GRIB2 C-Library to be named
*libgrib2c.a*.
>    Please either edit the value of LIB in "makefile" to be
libgrib2c.a or
>    rename the .a file after it is created.
>
> Can you please tell me if your installation of the GRIB2 C-Library
included these modifications?

Thank you,
Julie






On Mon, Sep 24, 2018 at 10:36 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> Thank you.I also find out that mistake.then again i compile after
make
> clean.Again I got another error.Here is the latest log files:
>
>
> With Regards
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>                            Secretary
.......................................
> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>  Ghantaghar,kathmandu
>
>     On Tuesday, September 25, 2018, 1:32:45 AM GMT+9, Julie
Prestopnik via
> RT <met_help at ucar.edu> wrote:
>
>  Hi.  Thank you.
>
> I can see that the make_install.log file actually does contain an
error
> that I missed previously. It looks like you have not set the prefix
option
> to ./configure:
>
>   $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
> > --disable-ascii2nc --disable-ensemble_stat --disable-gen_poly_mask
> > --disable-gen_circle_mask --disable-grid_stat --disable-madis2nc
> > --enable-mode --disable-mode_analysis --disable-pb2nc
> --disable-pcp_combine
> > --disable-plot_data_plane --disable-plot_point_obs --disable-
point_stat
> > --disable-stat_analysis --disable-wavelet_stat --disable-
series_analysis
> > --disable-wwmca --disable-modis --disable-mode_graphics
> --disable-tc_utils
> > --disable-block4
> >
>
> The first option to configure is --prefix.  Here is a description of
the
> --prefix option:
>
> *--prefix=PREFIX* By default, MET will install all the executables
in
> > */usr/local/bin*. You can specify an installation prefix other
than
> > */usr/local* using *--prefix*. For example, *--prefix=$HOME* to
install
> > to your home directory or *--prefix=`pwd`* to install to the
current
> > directory.
> >
>
> Based on the error in the make_install.log file:
>
> >  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
> > /bin/mkdir: cannot create directory ‘/share’: Permission denied
> >
>
> Files are trying to be installed in the "/" directory where you do
not have
> permission to write.  Please rerun the configure command, adding a
value
> for --prefix that will tell MET where you would like it installed.
Please
> be sure you have permission to write to that location.
>
> Please let me know how it goes.
>
> Thanks,
> Julie
>
> On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> > After make clean and running the configure script again ,I got the
error
> > which is included in attached log files.
> >
> >
> > With Regards
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> .........................................................
> >                            Secretary
> .......................................
> > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> >  Ghantaghar,kathmandu
> >
> >    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
Prestopnik
> > via RT <met_help at ucar.edu> wrote:
> >
> >  Hi.
> >
> > Taking a look at this make_install.log file shows that the problem
is
> that
> > gsl_cdf.h cannot be found:
> >
> > In file included from
> ../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
> > >                  from data_plane_util.cc:23:
> > > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal error:
> > > gsl/gsl_cdf.h: No such file or directory
> > > compilation terminated.
> > >
> >
> > Looking in this config.log file, I see that MET_GSL has an "="
sign at
> the
> > end of the path:
> >
> > MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> > > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> > > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
> > >
> >
> > which is likely causing the problem.
> >
> > I see that you opened a new met_help ticket that has two other
files
> > attached and that MET_GSL is set differently there:
> >
> > MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> > > MET_GSLINC='${MET_GSL}/include'
> > > MET_GSLLIB='${MET_GSL}/lib'
> > >
> >
> > Perhaps that fixed the gsl problem.  However, the make_install.log
in
> that
> > new ticket doesn't contain much information.  Assuming this new
> > configuration, could you please run "make clean" and then "make
install"
> > again?  Please then attach your new make_install.log file again in
this
> > ticket.  I'll go ahead and close the other ticket.
> >
> > Thanks,
> > Julie
> >
> >
> >
> >
> >
> > On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > >
> > > Thank you for very quick response.Here is the configure.log and
make
> > > install.log files.I have attached the script that I am using to
compile
> > met.
> > >
> > >
> > > With Regards
> ..................................................Govind
> > > Kumar Jha
> > > ................................................... Assistant
> > > Meteorologist
> > > (Agro-Meteorology Section)
> > > Department of Hydrology and Meteorology (DHM)
> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > Tel: +977 1 4436272, 4432409
> > > Fax: +977 1 4429919, 4432137
> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > >
> >
>
.............................................................................
> > Mobile
> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > .........................................................
> > >
> > >
> > >
> > >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
Prestopnik
> via
> > > RT <met_help at ucar.edu> wrote:
> > >
> > >  I see that you are having a difficult time installing met-6.1.
I
> wanted
> > > to
> > > make you aware that we have a newer version of MET (met-7.0) and
are
> > almost
> > > ready to release (later this week) our next version met-8.0. We
> recommend
> > > getting the most recent version due to bug fixes and additional
> > > functionality.  If you'd like, you can get the latest version of
the
> MET
> > > code here: https://dtcenter.org/met/users/downloads/index.php
> > >
> > > We're happy to help you get MET installed, regardless of the
version
> you
> > > choose.  Unfortunately, the information you sent is not enough
> > information
> > > for me to determine what is going on.  Please reply and attach
your
> > > config.log file and also your make_install.log file.
> > >
> > > Thank you!
> > >
> > > Julie
> > >
> > > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > > > Transaction: Ticket created by govind_jha65 at yahoo.com
> > > >        Queue: met_help
> > > >      Subject: About Met  6.1 Compilation error
> > > >        Owner: Nobody
> > > >  Requestors: govind_jha65 at yahoo.com
> > > >      Status: new
> > > >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
> > >
> > > >
> > > >
> > > > Hello,
> > > > I want to compile met 6.1 and want to use MODE  tools for my
> > > verification.
> > > >
> > > > I have installed the required libraries
(netcdf,hdf5,gsl,grib2c).
> > > > But when I am trying to compile met 6.1 ,I got the following
> error.How
> > > > could this problem be solved so that I could compile met
6.1?Here is
> my
> > > > required library location and environment setting:
> > > > setenv DIR /home/gopi/MET/met-6.1
> > > > setenv CC gcc
> > > > setenv CXX g++
> > > > setenv F77 gfortran
> > > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> > > >
> > > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> > > >
> > > > make install >& make_install.log
> > > > When I use command tail -f make_istall.log,I got the following
> message:
> > > > tail -f make_install.log
> > > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > > > make[3]: Leaving directory
> > > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > > > Makefile:352: recipe for target 'install-recursive' failed
> > > > make[2]: *** [install-recursive] Error 1
> > > > make[2]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src/basic'
> > > > Makefile:354: recipe for target 'install-recursive' failed
> > > > make[1]: *** [install-recursive] Error 1
> > > > make[1]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src'
> > > > Makefile:410: recipe for target 'install-recursive' failed
> > > > make: *** [install-recursive] Error 1
> > > >
> > > > Thank you
> > > >
> > > >
> > > >
> > > >
> > > > With Regards
> > ..................................................Govind
> > > > Kumar Jha
> > > > ................................................... Assistant
> > > > Meteorologist
> > > > (Agro-Meteorology Section)
> > > > Department of Hydrology and Meteorology (DHM)
> > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > Tel: +977 1 4436272, 4432409
> > > > Fax: +977 1 4429919, 4432137
> > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > >
> > >
> >
>
.............................................................................
> > > Mobile
> > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>

------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Govind Jha
Time: Mon Sep 24 20:50:19 2018

Thank you for comment.But while compiling GRIB2 C-library,I also made
a library of jasper,png and zlib.Here is the make file for grib2c
library.It creates libgrib2c.a file too.



With Regards  
  ..................................................Govind Kumar
Jha    
................................................... Assistant
Meteorologist 
(Agro-Meteorology Section)
Department of Hydrology and Meteorology (DHM)
P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
Tel: +977 1 4436272, 4432409
Fax: +977 1 4429919, 4432137
www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
............................................................................. Mobile
Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
                         
 Secretary .......................................
Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus 
 Ghantaghar,kathmandu

    On Tuesday, September 25, 2018, 1:50:49 AM GMT+9, Julie Prestopnik
via RT <met_help at ucar.edu> wrote:

 Thank you for attaching the log files.  I see in make_install.log
that
"jasper" cannot be found:

> /usr/bin/ld: cannot find -ljasper
>
collect2: error: ld returned 1 exit status
>

The GRIB2 C-library requires the libraries zlib, jasper and png to be
present on your system.  On the following page:

https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=req_libs

under "Compiling GRIB2 C-Library", we note:

> Unfortunately, there are hard coded values in the "makefile", which
need
> to be modified:
>
>    - If using a compiler other than "gcc" please edit the value of
CC in
>    "makefile".
>    - Because the GRIB2 C-Library requires the libraries zlib, jasper
and
>    png to be present on your system, please edit the value of "INC"
to be the
>    location of the include directory for the header files of those
libraries.
>    - Remove "-D__64BIT__" from the value of CFLAGS.
>    - Once built, MET expects the GRIB2 C-Library to be named
*libgrib2c.a*.
>    Please either edit the value of LIB in "makefile" to be
libgrib2c.a or
>    rename the .a file after it is created.
>
> Can you please tell me if your installation of the GRIB2 C-Library
included these modifications?

Thank you,
Julie






On Mon, Sep 24, 2018 at 10:36 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> Thank you.I also find out that mistake.then again i compile after
make
> clean.Again I got another error.Here is the latest log files:
>
>
> With Regards   
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>                            Secretary
.......................................
> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>  Ghantaghar,kathmandu
>
>    On Tuesday, September 25, 2018, 1:32:45 AM GMT+9, Julie
Prestopnik via
> RT <met_help at ucar.edu> wrote:
>
>  Hi.  Thank you.
>
> I can see that the make_install.log file actually does contain an
error
> that I missed previously. It looks like you have not set the prefix
option
> to ./configure:
>
>  $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
> > --disable-ascii2nc --disable-ensemble_stat --disable-gen_poly_mask
> > --disable-gen_circle_mask --disable-grid_stat --disable-madis2nc
> > --enable-mode --disable-mode_analysis --disable-pb2nc
> --disable-pcp_combine
> > --disable-plot_data_plane --disable-plot_point_obs --disable-
point_stat
> > --disable-stat_analysis --disable-wavelet_stat --disable-
series_analysis
> > --disable-wwmca --disable-modis --disable-mode_graphics
> --disable-tc_utils
> > --disable-block4
> >
>
> The first option to configure is --prefix.  Here is a description of
the
> --prefix option:
>
> *--prefix=PREFIX* By default, MET will install all the executables
in
> > */usr/local/bin*. You can specify an installation prefix other
than
> > */usr/local* using *--prefix*. For example, *--prefix=$HOME* to
install
> > to your home directory or *--prefix=`pwd`* to install to the
current
> > directory.
> >
>
> Based on the error in the make_install.log file:
>
> >  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
> > /bin/mkdir: cannot create directory ‘/share’: Permission denied
> >
>
> Files are trying to be installed in the "/" directory where you do
not have
> permission to write.  Please rerun the configure command, adding a
value
> for --prefix that will tell MET where you would like it installed. 
Please
> be sure you have permission to write to that location.
>
> Please let me know how it goes.
>
> Thanks,
> Julie
>
> On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> > After make clean and running the configure script again ,I got the
error
> > which is included in attached log files.
> >
> >
> > With Regards   
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> .........................................................
> >                            Secretary
> .......................................
> > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> >  Ghantaghar,kathmandu
> >
> >    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
Prestopnik
> > via RT <met_help at ucar.edu> wrote:
> >
> >  Hi.
> >
> > Taking a look at this make_install.log file shows that the problem
is
> that
> > gsl_cdf.h cannot be found:
> >
> > In file included from
> ../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
> > >                  from data_plane_util.cc:23:
> > > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal error:
> > > gsl/gsl_cdf.h: No such file or directory
> > > compilation terminated.
> > >
> >
> > Looking in this config.log file, I see that MET_GSL has an "="
sign at
> the
> > end of the path:
> >
> > MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> > > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> > > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
> > >
> >
> > which is likely causing the problem.
> >
> > I see that you opened a new met_help ticket that has two other
files
> > attached and that MET_GSL is set differently there:
> >
> > MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> > > MET_GSLINC='${MET_GSL}/include'
> > > MET_GSLLIB='${MET_GSL}/lib'
> > >
> >
> > Perhaps that fixed the gsl problem.  However, the make_install.log
in
> that
> > new ticket doesn't contain much information.  Assuming this new
> > configuration, could you please run "make clean" and then "make
install"
> > again?  Please then attach your new make_install.log file again in
this
> > ticket.  I'll go ahead and close the other ticket.
> >
> > Thanks,
> > Julie
> >
> >
> >
> >
> >
> > On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > >
> > > Thank you for very quick response.Here is the configure.log and
make
> > > install.log files.I have attached the script that I am using to
compile
> > met.
> > >
> > >
> > > With Regards
> ..................................................Govind
> > > Kumar Jha
> > > ................................................... Assistant
> > > Meteorologist
> > > (Agro-Meteorology Section)
> > > Department of Hydrology and Meteorology (DHM)
> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > Tel: +977 1 4436272, 4432409
> > > Fax: +977 1 4429919, 4432137
> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > >
> >
>
.............................................................................
> > Mobile
> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > .........................................................
> > >
> > >
> > >
> > >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
Prestopnik
> via
> > > RT <met_help at ucar.edu> wrote:
> > >
> > >  I see that you are having a difficult time installing met-6.1. 
I
> wanted
> > > to
> > > make you aware that we have a newer version of MET (met-7.0) and
are
> > almost
> > > ready to release (later this week) our next version met-8.0. We
> recommend
> > > getting the most recent version due to bug fixes and additional
> > > functionality.  If you'd like, you can get the latest version of
the
> MET
> > > code here: https://dtcenter.org/met/users/downloads/index.php
> > >
> > > We're happy to help you get MET installed, regardless of the
version
> you
> > > choose.  Unfortunately, the information you sent is not enough
> > information
> > > for me to determine what is going on.  Please reply and attach
your
> > > config.log file and also your make_install.log file.
> > >
> > > Thank you!
> > >
> > > Julie
> > >
> > > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > > > Transaction: Ticket created by govind_jha65 at yahoo.com
> > > >        Queue: met_help
> > > >      Subject: About Met  6.1 Compilation error
> > > >        Owner: Nobody
> > > >  Requestors: govind_jha65 at yahoo.com
> > > >      Status: new
> > > >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
> > >
> > > >
> > > >
> > > > Hello,
> > > > I want to compile met 6.1 and want to use MODE  tools for my
> > > verification.
> > > >
> > > > I have installed the required libraries
(netcdf,hdf5,gsl,grib2c).
> > > > But when I am trying to compile met 6.1 ,I got the following
> error.How
> > > > could this problem be solved so that I could compile met
6.1?Here is
> my
> > > > required library location and environment setting:
> > > > setenv DIR /home/gopi/MET/met-6.1
> > > > setenv CC gcc
> > > > setenv CXX g++
> > > > setenv F77 gfortran
> > > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> > > >
> > > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> > > >
> > > > make install >& make_install.log
> > > > When I use command tail -f make_istall.log,I got the following
> message:
> > > > tail -f make_install.log
> > > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > > > make[3]: Leaving directory
> > > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > > > Makefile:352: recipe for target 'install-recursive' failed
> > > > make[2]: *** [install-recursive] Error 1
> > > > make[2]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src/basic'
> > > > Makefile:354: recipe for target 'install-recursive' failed
> > > > make[1]: *** [install-recursive] Error 1
> > > > make[1]: Leaving directory '/home/gopi/MET/met-6.1_bugfix/src'
> > > > Makefile:410: recipe for target 'install-recursive' failed
> > > > make: *** [install-recursive] Error 1
> > > >
> > > > Thank you
> > > >
> > > >
> > > >
> > > >
> > > > With Regards
> > ..................................................Govind
> > > > Kumar Jha
> > > > ................................................... Assistant
> > > > Meteorologist
> > > > (Agro-Meteorology Section)
> > > > Department of Hydrology and Meteorology (DHM)
> > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > Tel: +977 1 4436272, 4432409
> > > > Fax: +977 1 4429919, 4432137
> > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > >
> > >
> >
>
.............................................................................
> > > Mobile
> > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>


------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Julie Prestopnik
Time: Tue Sep 25 13:06:06 2018

Thank you for attaching your makefile.  If the jasper include files
are
located at /home/gopi/MET/LIBRARIES/jasper/include/, then assuming the
jasper lib files are located at /home/gopi/MET/LIBRARIES/jasper/lib,
you
can tell the configure command where to look for the jasper library at
compile time.

You can use the LDFLAGS option to configure (./configure --help), like
this:

LDFLAGS='-L/home/gopi/MET/LIBRARIES/jasper/lib/'

where /home/gopi/MET/LIBRARIES/jasper/lib/ contains the file
"libjasper.a".

Please try running "make clean", then using that option when you run
configure.

Please let us know how it goes and let us know if you have any
questions.

Thanks,
Julie

On Mon, Sep 24, 2018 at 8:50 PM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> Thank you for comment.But while compiling GRIB2 C-library,I also
made a
> library of jasper,png and zlib.Here is the make file for grib2c
library.It
> creates libgrib2c.a file too.
>
>
>
> With Regards
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>                            Secretary
.......................................
> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>  Ghantaghar,kathmandu
>
>     On Tuesday, September 25, 2018, 1:50:49 AM GMT+9, Julie
Prestopnik via
> RT <met_help at ucar.edu> wrote:
>
>  Thank you for attaching the log files.  I see in make_install.log
that
> "jasper" cannot be found:
>
> > /usr/bin/ld: cannot find -ljasper
> >
> collect2: error: ld returned 1 exit status
> >
>
> The GRIB2 C-library requires the libraries zlib, jasper and png to
be
> present on your system.  On the following page:
>
>
>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=req_libs
>
> under "Compiling GRIB2 C-Library", we note:
>
> > Unfortunately, there are hard coded values in the "makefile",
which need
> > to be modified:
> >
> >    - If using a compiler other than "gcc" please edit the value of
CC in
> >    "makefile".
> >    - Because the GRIB2 C-Library requires the libraries zlib,
jasper and
> >    png to be present on your system, please edit the value of
"INC" to
> be the
> >    location of the include directory for the header files of those
> libraries.
> >    - Remove "-D__64BIT__" from the value of CFLAGS.
> >    - Once built, MET expects the GRIB2 C-Library to be named
> *libgrib2c.a*.
> >    Please either edit the value of LIB in "makefile" to be
libgrib2c.a or
> >    rename the .a file after it is created.
> >
> > Can you please tell me if your installation of the GRIB2 C-Library
> included these modifications?
>
> Thank you,
> Julie
>
>
>
>
>
>
> On Mon, Sep 24, 2018 at 10:36 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> > Thank you.I also find out that mistake.then again i compile after
make
> > clean.Again I got another error.Here is the latest log files:
> >
> >
> > With Regards
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> .........................................................
> >                            Secretary
> .......................................
> > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> >  Ghantaghar,kathmandu
> >
> >    On Tuesday, September 25, 2018, 1:32:45 AM GMT+9, Julie
Prestopnik via
> > RT <met_help at ucar.edu> wrote:
> >
> >  Hi.  Thank you.
> >
> > I can see that the make_install.log file actually does contain an
error
> > that I missed previously. It looks like you have not set the
prefix
> option
> > to ./configure:
> >
> >  $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
> > > --disable-ascii2nc --disable-ensemble_stat --disable-
gen_poly_mask
> > > --disable-gen_circle_mask --disable-grid_stat --disable-madis2nc
> > > --enable-mode --disable-mode_analysis --disable-pb2nc
> > --disable-pcp_combine
> > > --disable-plot_data_plane --disable-plot_point_obs --disable-
point_stat
> > > --disable-stat_analysis --disable-wavelet_stat
> --disable-series_analysis
> > > --disable-wwmca --disable-modis --disable-mode_graphics
> > --disable-tc_utils
> > > --disable-block4
> > >
> >
> > The first option to configure is --prefix.  Here is a description
of the
> > --prefix option:
> >
> > *--prefix=PREFIX* By default, MET will install all the executables
in
> > > */usr/local/bin*. You can specify an installation prefix other
than
> > > */usr/local* using *--prefix*. For example, *--prefix=$HOME* to
install
> > > to your home directory or *--prefix=`pwd`* to install to the
current
> > > directory.
> > >
> >
> > Based on the error in the make_install.log file:
> >
> > >  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
> > > /bin/mkdir: cannot create directory ‘/share’: Permission denied
> > >
> >
> > Files are trying to be installed in the "/" directory where you do
not
> have
> > permission to write.  Please rerun the configure command, adding a
value
> > for --prefix that will tell MET where you would like it installed.
> Please
> > be sure you have permission to write to that location.
> >
> > Please let me know how it goes.
> >
> > Thanks,
> > Julie
> >
> > On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > >
> > > After make clean and running the configure script again ,I got
the
> error
> > > which is included in attached log files.
> > >
> > >
> > > With Regards
> ..................................................Govind
> > > Kumar Jha
> > > ................................................... Assistant
> > > Meteorologist
> > > (Agro-Meteorology Section)
> > > Department of Hydrology and Meteorology (DHM)
> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > Tel: +977 1 4436272, 4432409
> > > Fax: +977 1 4429919, 4432137
> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > >
> >
>
.............................................................................
> > Mobile
> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > .........................................................
> > >                            Secretary
> > .......................................
> > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> > >  Ghantaghar,kathmandu
> > >
> > >    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
Prestopnik
> > > via RT <met_help at ucar.edu> wrote:
> > >
> > >  Hi.
> > >
> > > Taking a look at this make_install.log file shows that the
problem is
> > that
> > > gsl_cdf.h cannot be found:
> > >
> > > In file included from
> > ../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
> > > >                  from data_plane_util.cc:23:
> > > > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal error:
> > > > gsl/gsl_cdf.h: No such file or directory
> > > > compilation terminated.
> > > >
> > >
> > > Looking in this config.log file, I see that MET_GSL has an "="
sign at
> > the
> > > end of the path:
> > >
> > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> > > > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> > > > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
> > > >
> > >
> > > which is likely causing the problem.
> > >
> > > I see that you opened a new met_help ticket that has two other
files
> > > attached and that MET_GSL is set differently there:
> > >
> > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> > > > MET_GSLINC='${MET_GSL}/include'
> > > > MET_GSLLIB='${MET_GSL}/lib'
> > > >
> > >
> > > Perhaps that fixed the gsl problem.  However, the
make_install.log in
> > that
> > > new ticket doesn't contain much information.  Assuming this new
> > > configuration, could you please run "make clean" and then "make
> install"
> > > again?  Please then attach your new make_install.log file again
in this
> > > ticket.  I'll go ahead and close the other ticket.
> > >
> > > Thanks,
> > > Julie
> > >
> > >
> > >
> > >
> > >
> > > On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
>
> > > >
> > > > Thank you for very quick response.Here is the configure.log
and make
> > > > install.log files.I have attached the script that I am using
to
> compile
> > > met.
> > > >
> > > >
> > > > With Regards
> > ..................................................Govind
> > > > Kumar Jha
> > > > ................................................... Assistant
> > > > Meteorologist
> > > > (Agro-Meteorology Section)
> > > > Department of Hydrology and Meteorology (DHM)
> > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > Tel: +977 1 4436272, 4432409
> > > > Fax: +977 1 4429919, 4432137
> > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > >
> > >
> >
>
.............................................................................
> > > Mobile
> > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > > .........................................................
> > > >
> > > >
> > > >
> > > >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
Prestopnik
> > via
> > > > RT <met_help at ucar.edu> wrote:
> > > >
> > > >  I see that you are having a difficult time installing met-
6.1.  I
> > wanted
> > > > to
> > > > make you aware that we have a newer version of MET (met-7.0)
and are
> > > almost
> > > > ready to release (later this week) our next version met-8.0.
We
> > recommend
> > > > getting the most recent version due to bug fixes and
additional
> > > > functionality.  If you'd like, you can get the latest version
of the
> > MET
> > > > code here: https://dtcenter.org/met/users/downloads/index.php
> > > >
> > > > We're happy to help you get MET installed, regardless of the
version
> > you
> > > > choose.  Unfortunately, the information you sent is not enough
> > > information
> > > > for me to determine what is going on.  Please reply and attach
your
> > > > config.log file and also your make_install.log file.
> > > >
> > > > Thank you!
> > > >
> > > > Julie
> > > >
> > > > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT
<met_help at ucar.edu
> >
> > > > wrote:
> > > >
> > > > >
> > > > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > > > > Transaction: Ticket created by govind_jha65 at yahoo.com
> > > > >        Queue: met_help
> > > > >      Subject: About Met  6.1 Compilation error
> > > > >        Owner: Nobody
> > > > >  Requestors: govind_jha65 at yahoo.com
> > > > >      Status: new
> > > > >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
> > > >
> > > > >
> > > > >
> > > > > Hello,
> > > > > I want to compile met 6.1 and want to use MODE  tools for my
> > > > verification.
> > > > >
> > > > > I have installed the required libraries
(netcdf,hdf5,gsl,grib2c).
> > > > > But when I am trying to compile met 6.1 ,I got the following
> > error.How
> > > > > could this problem be solved so that I could compile met
6.1?Here
> is
> > my
> > > > > required library location and environment setting:
> > > > > setenv DIR /home/gopi/MET/met-6.1
> > > > > setenv CC gcc
> > > > > setenv CXX g++
> > > > > setenv F77 gfortran
> > > > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > > > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > > > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > > > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > > > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> > > > >
> > > > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> > > > >
> > > > > make install >& make_install.log
> > > > > When I use command tail -f make_istall.log,I got the
following
> > message:
> > > > > tail -f make_install.log
> > > > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > > > > make[3]: Leaving directory
> > > > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > > > > Makefile:352: recipe for target 'install-recursive' failed
> > > > > make[2]: *** [install-recursive] Error 1
> > > > > make[2]: Leaving directory
> '/home/gopi/MET/met-6.1_bugfix/src/basic'
> > > > > Makefile:354: recipe for target 'install-recursive' failed
> > > > > make[1]: *** [install-recursive] Error 1
> > > > > make[1]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src'
> > > > > Makefile:410: recipe for target 'install-recursive' failed
> > > > > make: *** [install-recursive] Error 1
> > > > >
> > > > > Thank you
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > With Regards
> > > ..................................................Govind
> > > > > Kumar Jha
> > > > > ...................................................
Assistant
> > > > > Meteorologist
> > > > > (Agro-Meteorology Section)
> > > > > Department of Hydrology and Meteorology (DHM)
> > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > > Tel: +977 1 4436272, 4432409
> > > > > Fax: +977 1 4429919, 4432137
> > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > > >
> > > >
> > >
> >
>
.............................................................................
> > > > Mobile
> > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>

------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Govind Jha
Time: Wed Sep 26 00:53:44 2018

Thank you very much.I think it is done.There are 7 executable files in
bin directory.Is it ok?But when I run the test scripts,I got the
following error:cd scripts; make
make[1]: Entering directory '/home/gopi/MET/met-6.1/scripts'
echo

echo "*** Running Gen-Vx-Mask to generate a polyline mask file for the
Continental United States ***"
*** Running Gen-Vx-Mask to generate a polyline mask file for the
Continental United States ***
../src/tools/other/gen_vx_mask/gen_vx_mask \
       ../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
../data/poly/CONUS.poly \
       ../out/gen_vx_mask/CONUS_poly.nc -v 2
../src/tools/other/gen_vx_mask/gen_vx_mask: error while loading shared
libraries: libnetcdf_c++4.so.1: cannot open shared object file: No
such file or directory
mk/gen_vx_mask.mk:21: recipe for target 'gen_vx_mask' failed
make[1]: *** [gen_vx_mask] Error 127
make[1]: Leaving directory '/home/gopi/MET/met-6.1/scripts'
Makefile:843: recipe for target 'test' failed
make: *** [test] Error 2


Here is my make install and log files.


With Regards  
  ..................................................Govind Kumar
Jha    
................................................... Assistant
Meteorologist 
(Agro-Meteorology Section)
Department of Hydrology and Meteorology (DHM)
P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
Tel: +977 1 4436272, 4432409
Fax: +977 1 4429919, 4432137
www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
............................................................................. Mobile
Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
                         
 Secretary .......................................
Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus 
 Ghantaghar,kathmandu

    On Wednesday, September 26, 2018, 4:06:08 AM GMT+9, Julie
Prestopnik via RT <met_help at ucar.edu> wrote:

 Thank you for attaching your makefile.  If the jasper include files
are
located at /home/gopi/MET/LIBRARIES/jasper/include/, then assuming the
jasper lib files are located at /home/gopi/MET/LIBRARIES/jasper/lib,
you
can tell the configure command where to look for the jasper library at
compile time.

You can use the LDFLAGS option to configure (./configure --help), like
this:

LDFLAGS='-L/home/gopi/MET/LIBRARIES/jasper/lib/'

where /home/gopi/MET/LIBRARIES/jasper/lib/ contains the file
"libjasper.a".

Please try running "make clean", then using that option when you run
configure.

Please let us know how it goes and let us know if you have any
questions.

Thanks,
Julie

On Mon, Sep 24, 2018 at 8:50 PM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> Thank you for comment.But while compiling GRIB2 C-library,I also
made a
> library of jasper,png and zlib.Here is the make file for grib2c
library.It
> creates libgrib2c.a file too.
>
>
>
> With Regards   
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>                            Secretary
.......................................
> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>  Ghantaghar,kathmandu
>
>    On Tuesday, September 25, 2018, 1:50:49 AM GMT+9, Julie
Prestopnik via
> RT <met_help at ucar.edu> wrote:
>
>  Thank you for attaching the log files.  I see in make_install.log
that
> "jasper" cannot be found:
>
> > /usr/bin/ld: cannot find -ljasper
> >
> collect2: error: ld returned 1 exit status
> >
>
> The GRIB2 C-library requires the libraries zlib, jasper and png to
be
> present on your system.  On the following page:
>
>
>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=req_libs
>
> under "Compiling GRIB2 C-Library", we note:
>
> > Unfortunately, there are hard coded values in the "makefile",
which need
> > to be modified:
> >
> >    - If using a compiler other than "gcc" please edit the value of
CC in
> >    "makefile".
> >    - Because the GRIB2 C-Library requires the libraries zlib,
jasper and
> >    png to be present on your system, please edit the value of
"INC" to
> be the
> >    location of the include directory for the header files of those
> libraries.
> >    - Remove "-D__64BIT__" from the value of CFLAGS.
> >    - Once built, MET expects the GRIB2 C-Library to be named
> *libgrib2c.a*.
> >    Please either edit the value of LIB in "makefile" to be
libgrib2c.a or
> >    rename the .a file after it is created.
> >
> > Can you please tell me if your installation of the GRIB2 C-Library
> included these modifications?
>
> Thank you,
> Julie
>
>
>
>
>
>
> On Mon, Sep 24, 2018 at 10:36 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> > Thank you.I also find out that mistake.then again i compile after
make
> > clean.Again I got another error.Here is the latest log files:
> >
> >
> > With Regards   
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> .........................................................
> >                            Secretary
> .......................................
> > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> >  Ghantaghar,kathmandu
> >
> >    On Tuesday, September 25, 2018, 1:32:45 AM GMT+9, Julie
Prestopnik via
> > RT <met_help at ucar.edu> wrote:
> >
> >  Hi.  Thank you.
> >
> > I can see that the make_install.log file actually does contain an
error
> > that I missed previously. It looks like you have not set the
prefix
> option
> > to ./configure:
> >
> >  $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
> > > --disable-ascii2nc --disable-ensemble_stat --disable-
gen_poly_mask
> > > --disable-gen_circle_mask --disable-grid_stat --disable-madis2nc
> > > --enable-mode --disable-mode_analysis --disable-pb2nc
> > --disable-pcp_combine
> > > --disable-plot_data_plane --disable-plot_point_obs --disable-
point_stat
> > > --disable-stat_analysis --disable-wavelet_stat
> --disable-series_analysis
> > > --disable-wwmca --disable-modis --disable-mode_graphics
> > --disable-tc_utils
> > > --disable-block4
> > >
> >
> > The first option to configure is --prefix.  Here is a description
of the
> > --prefix option:
> >
> > *--prefix=PREFIX* By default, MET will install all the executables
in
> > > */usr/local/bin*. You can specify an installation prefix other
than
> > > */usr/local* using *--prefix*. For example, *--prefix=$HOME* to
install
> > > to your home directory or *--prefix=`pwd`* to install to the
current
> > > directory.
> > >
> >
> > Based on the error in the make_install.log file:
> >
> > >  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
> > > /bin/mkdir: cannot create directory ‘/share’: Permission denied
> > >
> >
> > Files are trying to be installed in the "/" directory where you do
not
> have
> > permission to write.  Please rerun the configure command, adding a
value
> > for --prefix that will tell MET where you would like it installed.
> Please
> > be sure you have permission to write to that location.
> >
> > Please let me know how it goes.
> >
> > Thanks,
> > Julie
> >
> > On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > >
> > > After make clean and running the configure script again ,I got
the
> error
> > > which is included in attached log files.
> > >
> > >
> > > With Regards
> ..................................................Govind
> > > Kumar Jha
> > > ................................................... Assistant
> > > Meteorologist
> > > (Agro-Meteorology Section)
> > > Department of Hydrology and Meteorology (DHM)
> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > Tel: +977 1 4436272, 4432409
> > > Fax: +977 1 4429919, 4432137
> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > >
> >
>
.............................................................................
> > Mobile
> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > .........................................................
> > >                            Secretary
> > .......................................
> > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> > >  Ghantaghar,kathmandu
> > >
> > >    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
Prestopnik
> > > via RT <met_help at ucar.edu> wrote:
> > >
> > >  Hi.
> > >
> > > Taking a look at this make_install.log file shows that the
problem is
> > that
> > > gsl_cdf.h cannot be found:
> > >
> > > In file included from
> > ../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
> > > >                  from data_plane_util.cc:23:
> > > > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal error:
> > > > gsl/gsl_cdf.h: No such file or directory
> > > > compilation terminated.
> > > >
> > >
> > > Looking in this config.log file, I see that MET_GSL has an "="
sign at
> > the
> > > end of the path:
> > >
> > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> > > > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> > > > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
> > > >
> > >
> > > which is likely causing the problem.
> > >
> > > I see that you opened a new met_help ticket that has two other
files
> > > attached and that MET_GSL is set differently there:
> > >
> > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> > > > MET_GSLINC='${MET_GSL}/include'
> > > > MET_GSLLIB='${MET_GSL}/lib'
> > > >
> > >
> > > Perhaps that fixed the gsl problem.  However, the
make_install.log in
> > that
> > > new ticket doesn't contain much information.  Assuming this new
> > > configuration, could you please run "make clean" and then "make
> install"
> > > again?  Please then attach your new make_install.log file again
in this
> > > ticket.  I'll go ahead and close the other ticket.
> > >
> > > Thanks,
> > > Julie
> > >
> > >
> > >
> > >
> > >
> > > On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
>
> > > >
> > > > Thank you for very quick response.Here is the configure.log
and make
> > > > install.log files.I have attached the script that I am using
to
> compile
> > > met.
> > > >
> > > >
> > > > With Regards
> > ..................................................Govind
> > > > Kumar Jha
> > > > ................................................... Assistant
> > > > Meteorologist
> > > > (Agro-Meteorology Section)
> > > > Department of Hydrology and Meteorology (DHM)
> > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > Tel: +977 1 4436272, 4432409
> > > > Fax: +977 1 4429919, 4432137
> > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > >
> > >
> >
>
.............................................................................
> > > Mobile
> > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > > .........................................................
> > > >
> > > >
> > > >
> > > >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
Prestopnik
> > via
> > > > RT <met_help at ucar.edu> wrote:
> > > >
> > > >  I see that you are having a difficult time installing met-
6.1.  I
> > wanted
> > > > to
> > > > make you aware that we have a newer version of MET (met-7.0)
and are
> > > almost
> > > > ready to release (later this week) our next version met-8.0.
We
> > recommend
> > > > getting the most recent version due to bug fixes and
additional
> > > > functionality.  If you'd like, you can get the latest version
of the
> > MET
> > > > code here: https://dtcenter.org/met/users/downloads/index.php
> > > >
> > > > We're happy to help you get MET installed, regardless of the
version
> > you
> > > > choose.  Unfortunately, the information you sent is not enough
> > > information
> > > > for me to determine what is going on.  Please reply and attach
your
> > > > config.log file and also your make_install.log file.
> > > >
> > > > Thank you!
> > > >
> > > > Julie
> > > >
> > > > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT
<met_help at ucar.edu
> >
> > > > wrote:
> > > >
> > > > >
> > > > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > > > > Transaction: Ticket created by govind_jha65 at yahoo.com
> > > > >        Queue: met_help
> > > > >      Subject: About Met  6.1 Compilation error
> > > > >        Owner: Nobody
> > > > >  Requestors: govind_jha65 at yahoo.com
> > > > >      Status: new
> > > > >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
> > > >
> > > > >
> > > > >
> > > > > Hello,
> > > > > I want to compile met 6.1 and want to use MODE  tools for my
> > > > verification.
> > > > >
> > > > > I have installed the required libraries
(netcdf,hdf5,gsl,grib2c).
> > > > > But when I am trying to compile met 6.1 ,I got the following
> > error.How
> > > > > could this problem be solved so that I could compile met
6.1?Here
> is
> > my
> > > > > required library location and environment setting:
> > > > > setenv DIR /home/gopi/MET/met-6.1
> > > > > setenv CC gcc
> > > > > setenv CXX g++
> > > > > setenv F77 gfortran
> > > > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > > > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > > > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > > > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > > > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> > > > >
> > > > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> > > > >
> > > > > make install >& make_install.log
> > > > > When I use command tail -f make_istall.log,I got the
following
> > message:
> > > > > tail -f make_install.log
> > > > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > > > > make[3]: Leaving directory
> > > > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > > > > Makefile:352: recipe for target 'install-recursive' failed
> > > > > make[2]: *** [install-recursive] Error 1
> > > > > make[2]: Leaving directory
> '/home/gopi/MET/met-6.1_bugfix/src/basic'
> > > > > Makefile:354: recipe for target 'install-recursive' failed
> > > > > make[1]: *** [install-recursive] Error 1
> > > > > make[1]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src'
> > > > > Makefile:410: recipe for target 'install-recursive' failed
> > > > > make: *** [install-recursive] Error 1
> > > > >
> > > > > Thank you
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > With Regards
> > > ..................................................Govind
> > > > > Kumar Jha
> > > > > ...................................................
Assistant
> > > > > Meteorologist
> > > > > (Agro-Meteorology Section)
> > > > > Department of Hydrology and Meteorology (DHM)
> > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > > Tel: +977 1 4436272, 4432409
> > > > > Fax: +977 1 4429919, 4432137
> > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > > >
> > > >
> > >
> >
>
.............................................................................
> > > > Mobile
> > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>


------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Julie Prestopnik
Time: Wed Sep 26 10:52:31 2018

I'm sorry to see that you are still experiencing problems.

Please find the location of the file libnetcdf_c++4.so.1 (it could be
at
/home/gopi/MET/LIBRARIES/netcdf/lib) and reset your LD_LIBRARY_PATH to
include that directory.  For example:

setenv LD_LIBRARY_PATH /usr/local/netcdf/lib

Of if you already have other paths in LD_LIBRARY_PATH, use this
instead...

setenv LD_LIBRARY_PATH /usr/local/netcdf/lib:${LD_LIBRARY_PATH}

If you set this in your .cshrc or similar file, please be sure to
source
that file.   Then, please rerun "*make test >& make_test.log &**" *and
see
if that works.

Please let us know how it works out.

Thanks,
Julie

On Wed, Sep 26, 2018 at 12:54 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> Thank you very much.I think it is done.There are 7 executable files
in bin
> directory.Is it ok?But when I run the test scripts,I got the
following
> error:cd scripts; make
> make[1]: Entering directory '/home/gopi/MET/met-6.1/scripts'
> echo
>
> echo "*** Running Gen-Vx-Mask to generate a polyline mask file for
the
> Continental United States ***"
> *** Running Gen-Vx-Mask to generate a polyline mask file for the
> Continental United States ***
> ../src/tools/other/gen_vx_mask/gen_vx_mask \
>        ../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
> ../data/poly/CONUS.poly \
>        ../out/gen_vx_mask/CONUS_poly.nc -v 2
> ../src/tools/other/gen_vx_mask/gen_vx_mask: error while loading
shared
> libraries: libnetcdf_c++4.so.1: cannot open shared object file: No
such
> file or directory
> mk/gen_vx_mask.mk:21: recipe for target 'gen_vx_mask' failed
> make[1]: *** [gen_vx_mask] Error 127
> make[1]: Leaving directory '/home/gopi/MET/met-6.1/scripts'
> Makefile:843: recipe for target 'test' failed
> make: *** [test] Error 2
>
>
> Here is my make install and log files.
>
>
> With Regards
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>                            Secretary
.......................................
> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>  Ghantaghar,kathmandu
>
>     On Wednesday, September 26, 2018, 4:06:08 AM GMT+9, Julie
Prestopnik
> via RT <met_help at ucar.edu> wrote:
>
>  Thank you for attaching your makefile.  If the jasper include files
are
> located at /home/gopi/MET/LIBRARIES/jasper/include/, then assuming
the
> jasper lib files are located at /home/gopi/MET/LIBRARIES/jasper/lib,
you
> can tell the configure command where to look for the jasper library
at
> compile time.
>
> You can use the LDFLAGS option to configure (./configure --help),
like
> this:
>
> LDFLAGS='-L/home/gopi/MET/LIBRARIES/jasper/lib/'
>
> where /home/gopi/MET/LIBRARIES/jasper/lib/ contains the file
"libjasper.a".
>
> Please try running "make clean", then using that option when you run
> configure.
>
> Please let us know how it goes and let us know if you have any
questions.
>
> Thanks,
> Julie
>
> On Mon, Sep 24, 2018 at 8:50 PM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> > Thank you for comment.But while compiling GRIB2 C-library,I also
made a
> > library of jasper,png and zlib.Here is the make file for grib2c
> library.It
> > creates libgrib2c.a file too.
> >
> >
> >
> > With Regards
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> .........................................................
> >                            Secretary
> .......................................
> > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> >  Ghantaghar,kathmandu
> >
> >    On Tuesday, September 25, 2018, 1:50:49 AM GMT+9, Julie
Prestopnik via
> > RT <met_help at ucar.edu> wrote:
> >
> >  Thank you for attaching the log files.  I see in make_install.log
that
> > "jasper" cannot be found:
> >
> > > /usr/bin/ld: cannot find -ljasper
> > >
> > collect2: error: ld returned 1 exit status
> > >
> >
> > The GRIB2 C-library requires the libraries zlib, jasper and png to
be
> > present on your system.  On the following page:
> >
> >
> >
>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=req_libs
> >
> > under "Compiling GRIB2 C-Library", we note:
> >
> > > Unfortunately, there are hard coded values in the "makefile",
which
> need
> > > to be modified:
> > >
> > >    - If using a compiler other than "gcc" please edit the value
of CC
> in
> > >    "makefile".
> > >    - Because the GRIB2 C-Library requires the libraries zlib,
jasper
> and
> > >    png to be present on your system, please edit the value of
"INC" to
> > be the
> > >    location of the include directory for the header files of
those
> > libraries.
> > >    - Remove "-D__64BIT__" from the value of CFLAGS.
> > >    - Once built, MET expects the GRIB2 C-Library to be named
> > *libgrib2c.a*.
> > >    Please either edit the value of LIB in "makefile" to be
libgrib2c.a
> or
> > >    rename the .a file after it is created.
> > >
> > > Can you please tell me if your installation of the GRIB2 C-
Library
> > included these modifications?
> >
> > Thank you,
> > Julie
> >
> >
> >
> >
> >
> >
> > On Mon, Sep 24, 2018 at 10:36 AM Govind Jha via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > >
> > > Thank you.I also find out that mistake.then again i compile
after make
> > > clean.Again I got another error.Here is the latest log files:
> > >
> > >
> > > With Regards
> ..................................................Govind
> > > Kumar Jha
> > > ................................................... Assistant
> > > Meteorologist
> > > (Agro-Meteorology Section)
> > > Department of Hydrology and Meteorology (DHM)
> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > Tel: +977 1 4436272, 4432409
> > > Fax: +977 1 4429919, 4432137
> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > >
> >
>
.............................................................................
> > Mobile
> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > .........................................................
> > >                            Secretary
> > .......................................
> > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> > >  Ghantaghar,kathmandu
> > >
> > >    On Tuesday, September 25, 2018, 1:32:45 AM GMT+9, Julie
Prestopnik
> via
> > > RT <met_help at ucar.edu> wrote:
> > >
> > >  Hi.  Thank you.
> > >
> > > I can see that the make_install.log file actually does contain
an error
> > > that I missed previously. It looks like you have not set the
prefix
> > option
> > > to ./configure:
> > >
> > >  $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
> > > > --disable-ascii2nc --disable-ensemble_stat --disable-
gen_poly_mask
> > > > --disable-gen_circle_mask --disable-grid_stat --disable-
madis2nc
> > > > --enable-mode --disable-mode_analysis --disable-pb2nc
> > > --disable-pcp_combine
> > > > --disable-plot_data_plane --disable-plot_point_obs
> --disable-point_stat
> > > > --disable-stat_analysis --disable-wavelet_stat
> > --disable-series_analysis
> > > > --disable-wwmca --disable-modis --disable-mode_graphics
> > > --disable-tc_utils
> > > > --disable-block4
> > > >
> > >
> > > The first option to configure is --prefix.  Here is a
description of
> the
> > > --prefix option:
> > >
> > > *--prefix=PREFIX* By default, MET will install all the
executables in
> > > > */usr/local/bin*. You can specify an installation prefix other
than
> > > > */usr/local* using *--prefix*. For example, *--prefix=$HOME*
to
> install
> > > > to your home directory or *--prefix=`pwd`* to install to the
current
> > > > directory.
> > > >
> > >
> > > Based on the error in the make_install.log file:
> > >
> > > >  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
> > > > /bin/mkdir: cannot create directory ‘/share’: Permission
denied
> > > >
> > >
> > > Files are trying to be installed in the "/" directory where you
do not
> > have
> > > permission to write.  Please rerun the configure command, adding
a
> value
> > > for --prefix that will tell MET where you would like it
installed.
> > Please
> > > be sure you have permission to write to that location.
> > >
> > > Please let me know how it goes.
> > >
> > > Thanks,
> > > Julie
> > >
> > > On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
>
> > > >
> > > > After make clean and running the configure script again ,I got
the
> > error
> > > > which is included in attached log files.
> > > >
> > > >
> > > > With Regards
> > ..................................................Govind
> > > > Kumar Jha
> > > > ................................................... Assistant
> > > > Meteorologist
> > > > (Agro-Meteorology Section)
> > > > Department of Hydrology and Meteorology (DHM)
> > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > Tel: +977 1 4436272, 4432409
> > > > Fax: +977 1 4429919, 4432137
> > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > >
> > >
> >
>
.............................................................................
> > > Mobile
> > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > > .........................................................
> > > >                            Secretary
> > > .......................................
> > > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra
Campus
> > > >  Ghantaghar,kathmandu
> > > >
> > > >    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
> Prestopnik
> > > > via RT <met_help at ucar.edu> wrote:
> > > >
> > > >  Hi.
> > > >
> > > > Taking a look at this make_install.log file shows that the
problem is
> > > that
> > > > gsl_cdf.h cannot be found:
> > > >
> > > > In file included from
> > > ../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
> > > > >                  from data_plane_util.cc:23:
> > > > > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal
error:
> > > > > gsl/gsl_cdf.h: No such file or directory
> > > > > compilation terminated.
> > > > >
> > > >
> > > > Looking in this config.log file, I see that MET_GSL has an "="
sign
> at
> > > the
> > > > end of the path:
> > > >
> > > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> > > > > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> > > > > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
> > > > >
> > > >
> > > > which is likely causing the problem.
> > > >
> > > > I see that you opened a new met_help ticket that has two other
files
> > > > attached and that MET_GSL is set differently there:
> > > >
> > > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> > > > > MET_GSLINC='${MET_GSL}/include'
> > > > > MET_GSLLIB='${MET_GSL}/lib'
> > > > >
> > > >
> > > > Perhaps that fixed the gsl problem.  However, the
make_install.log in
> > > that
> > > > new ticket doesn't contain much information.  Assuming this
new
> > > > configuration, could you please run "make clean" and then
"make
> > install"
> > > > again?  Please then attach your new make_install.log file
again in
> this
> > > > ticket.  I'll go ahead and close the other ticket.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT
<met_help at ucar.edu
> >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > > > >
> > > > > Thank you for very quick response.Here is the configure.log
and
> make
> > > > > install.log files.I have attached the script that I am using
to
> > compile
> > > > met.
> > > > >
> > > > >
> > > > > With Regards
> > > ..................................................Govind
> > > > > Kumar Jha
> > > > > ...................................................
Assistant
> > > > > Meteorologist
> > > > > (Agro-Meteorology Section)
> > > > > Department of Hydrology and Meteorology (DHM)
> > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > > Tel: +977 1 4436272, 4432409
> > > > > Fax: +977 1 4429919, 4432137
> > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > > >
> > > >
> > >
> >
>
.............................................................................
> > > > Mobile
> > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > > > .........................................................
> > > > >
> > > > >
> > > > >
> > > > >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
> Prestopnik
> > > via
> > > > > RT <met_help at ucar.edu> wrote:
> > > > >
> > > > >  I see that you are having a difficult time installing met-
6.1.  I
> > > wanted
> > > > > to
> > > > > make you aware that we have a newer version of MET (met-7.0)
and
> are
> > > > almost
> > > > > ready to release (later this week) our next version met-8.0.
We
> > > recommend
> > > > > getting the most recent version due to bug fixes and
additional
> > > > > functionality.  If you'd like, you can get the latest
version of
> the
> > > MET
> > > > > code here:
https://dtcenter.org/met/users/downloads/index.php
> > > > >
> > > > > We're happy to help you get MET installed, regardless of the
> version
> > > you
> > > > > choose.  Unfortunately, the information you sent is not
enough
> > > > information
> > > > > for me to determine what is going on.  Please reply and
attach your
> > > > > config.log file and also your make_install.log file.
> > > > >
> > > > > Thank you!
> > > > >
> > > > > Julie
> > > > >
> > > > > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT <
> met_help at ucar.edu
> > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > > > > > Transaction: Ticket created by govind_jha65 at yahoo.com
> > > > > >        Queue: met_help
> > > > > >      Subject: About Met  6.1 Compilation error
> > > > > >        Owner: Nobody
> > > > > >  Requestors: govind_jha65 at yahoo.com
> > > > > >      Status: new
> > > > > >  Ticket <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
> > > > >
> > > > > >
> > > > > >
> > > > > > Hello,
> > > > > > I want to compile met 6.1 and want to use MODE  tools for
my
> > > > > verification.
> > > > > >
> > > > > > I have installed the required libraries
(netcdf,hdf5,gsl,grib2c).
> > > > > > But when I am trying to compile met 6.1 ,I got the
following
> > > error.How
> > > > > > could this problem be solved so that I could compile met
6.1?Here
> > is
> > > my
> > > > > > required library location and environment setting:
> > > > > > setenv DIR /home/gopi/MET/met-6.1
> > > > > > setenv CC gcc
> > > > > > setenv CXX g++
> > > > > > setenv F77 gfortran
> > > > > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > > > > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > > > > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > > > > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > > > > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> > > > > >
> > > > > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> > > > > >
> > > > > > make install >& make_install.log
> > > > > > When I use command tail -f make_istall.log,I got the
following
> > > message:
> > > > > > tail -f make_install.log
> > > > > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > > > > > make[3]: Leaving directory
> > > > > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > > > > > Makefile:352: recipe for target 'install-recursive' failed
> > > > > > make[2]: *** [install-recursive] Error 1
> > > > > > make[2]: Leaving directory
> > '/home/gopi/MET/met-6.1_bugfix/src/basic'
> > > > > > Makefile:354: recipe for target 'install-recursive' failed
> > > > > > make[1]: *** [install-recursive] Error 1
> > > > > > make[1]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src'
> > > > > > Makefile:410: recipe for target 'install-recursive' failed
> > > > > > make: *** [install-recursive] Error 1
> > > > > >
> > > > > > Thank you
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > With Regards
> > > > ..................................................Govind
> > > > > > Kumar Jha
> > > > > > ...................................................
Assistant
> > > > > > Meteorologist
> > > > > > (Agro-Meteorology Section)
> > > > > > Department of Hydrology and Meteorology (DHM)
> > > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > > > Tel: +977 1 4436272, 4432409
> > > > > > Fax: +977 1 4429919, 4432137
> > > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > > > >
> > > > >
> > > >
> > >
> >
>
.............................................................................
> > > > > Mobile
> > > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>

------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Julie Prestopnik
Time: Wed Sep 26 10:53:26 2018

I hit "send" too quickly.  I wanted to mention that I used
"/usr/local/netcdf/lib" in my example, which you should replace with
the
location of your file.

Thanks,
Julie

On Wed, Sep 26, 2018 at 10:52 AM Julie Prestopnik <jpresto at ucar.edu>
wrote:

> I'm sorry to see that you are still experiencing problems.
>
> Please find the location of the file libnetcdf_c++4.so.1 (it could
be at
> /home/gopi/MET/LIBRARIES/netcdf/lib) and reset your LD_LIBRARY_PATH
to
> include that directory.  For example:
>
> setenv LD_LIBRARY_PATH /usr/local/netcdf/lib
>
> Of if you already have other paths in LD_LIBRARY_PATH, use this
instead...
>
> setenv LD_LIBRARY_PATH /usr/local/netcdf/lib:${LD_LIBRARY_PATH}
>
> If you set this in your .cshrc or similar file, please be sure to
source
> that file.   Then, please rerun "*make test >& make_test.log &**"
*and
> see if that works.
>
> Please let us know how it works out.
>
> Thanks,
> Julie
>
> On Wed, Sep 26, 2018 at 12:54 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>>
>> Thank you very much.I think it is done.There are 7 executable files
in
>> bin directory.Is it ok?But when I run the test scripts,I got the
following
>> error:cd scripts; make
>> make[1]: Entering directory '/home/gopi/MET/met-6.1/scripts'
>> echo
>>
>> echo "*** Running Gen-Vx-Mask to generate a polyline mask file for
the
>> Continental United States ***"
>> *** Running Gen-Vx-Mask to generate a polyline mask file for the
>> Continental United States ***
>> ../src/tools/other/gen_vx_mask/gen_vx_mask \
>>        ../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
>> ../data/poly/CONUS.poly \
>>        ../out/gen_vx_mask/CONUS_poly.nc -v 2
>> ../src/tools/other/gen_vx_mask/gen_vx_mask: error while loading
shared
>> libraries: libnetcdf_c++4.so.1: cannot open shared object file: No
such
>> file or directory
>> mk/gen_vx_mask.mk:21: recipe for target 'gen_vx_mask' failed
>> make[1]: *** [gen_vx_mask] Error 127
>> make[1]: Leaving directory '/home/gopi/MET/met-6.1/scripts'
>> Makefile:843: recipe for target 'test' failed
>> make: *** [test] Error 2
>>
>>
>> Here is my make install and log files.
>>
>>
>> With Regards
..................................................Govind
>> Kumar Jha
>> ................................................... Assistant
>> Meteorologist
>> (Agro-Meteorology Section)
>> Department of Hydrology and Meteorology (DHM)
>> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> Tel: +977 1 4436272, 4432409
>> Fax: +977 1 4429919, 4432137
>> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>>
.............................................................................
Mobile
>> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>>                            Secretary
.......................................
>> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>>  Ghantaghar,kathmandu
>>
>>     On Wednesday, September 26, 2018, 4:06:08 AM GMT+9, Julie
Prestopnik
>> via RT <met_help at ucar.edu> wrote:
>>
>>  Thank you for attaching your makefile.  If the jasper include
files are
>> located at /home/gopi/MET/LIBRARIES/jasper/include/, then assuming
the
>> jasper lib files are located at
/home/gopi/MET/LIBRARIES/jasper/lib, you
>> can tell the configure command where to look for the jasper library
at
>> compile time.
>>
>> You can use the LDFLAGS option to configure (./configure --help),
like
>> this:
>>
>> LDFLAGS='-L/home/gopi/MET/LIBRARIES/jasper/lib/'
>>
>> where /home/gopi/MET/LIBRARIES/jasper/lib/ contains the file
>> "libjasper.a".
>>
>> Please try running "make clean", then using that option when you
run
>> configure.
>>
>> Please let us know how it goes and let us know if you have any
questions.
>>
>> Thanks,
>> Julie
>>
>> On Mon, Sep 24, 2018 at 8:50 PM Govind Jha via RT
<met_help at ucar.edu>
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>> >
>> > Thank you for comment.But while compiling GRIB2 C-library,I also
made a
>> > library of jasper,png and zlib.Here is the make file for grib2c
>> library.It
>> > creates libgrib2c.a file too.
>> >
>> >
>> >
>> > With Regards
..................................................Govind
>> > Kumar Jha
>> > ................................................... Assistant
>> > Meteorologist
>> > (Agro-Meteorology Section)
>> > Department of Hydrology and Meteorology (DHM)
>> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> > Tel: +977 1 4436272, 4432409
>> > Fax: +977 1 4429919, 4432137
>> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>> >
>>
.............................................................................
>> Mobile
>> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
>> .........................................................
>> >                            Secretary
>> .......................................
>> > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>> >  Ghantaghar,kathmandu
>> >
>> >    On Tuesday, September 25, 2018, 1:50:49 AM GMT+9, Julie
Prestopnik
>> via
>> > RT <met_help at ucar.edu> wrote:
>> >
>> >  Thank you for attaching the log files.  I see in
make_install.log that
>> > "jasper" cannot be found:
>> >
>> > > /usr/bin/ld: cannot find -ljasper
>> > >
>> > collect2: error: ld returned 1 exit status
>> > >
>> >
>> > The GRIB2 C-library requires the libraries zlib, jasper and png
to be
>> > present on your system.  On the following page:
>> >
>> >
>> >
>>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=req_libs
>> >
>> > under "Compiling GRIB2 C-Library", we note:
>> >
>> > > Unfortunately, there are hard coded values in the "makefile",
which
>> need
>> > > to be modified:
>> > >
>> > >    - If using a compiler other than "gcc" please edit the value
of CC
>> in
>> > >    "makefile".
>> > >    - Because the GRIB2 C-Library requires the libraries zlib,
jasper
>> and
>> > >    png to be present on your system, please edit the value of
"INC" to
>> > be the
>> > >    location of the include directory for the header files of
those
>> > libraries.
>> > >    - Remove "-D__64BIT__" from the value of CFLAGS.
>> > >    - Once built, MET expects the GRIB2 C-Library to be named
>> > *libgrib2c.a*.
>> > >    Please either edit the value of LIB in "makefile" to be
>> libgrib2c.a or
>> > >    rename the .a file after it is created.
>> > >
>> > > Can you please tell me if your installation of the GRIB2 C-
Library
>> > included these modifications?
>> >
>> > Thank you,
>> > Julie
>> >
>> >
>> >
>> >
>> >
>> >
>> > On Mon, Sep 24, 2018 at 10:36 AM Govind Jha via RT
<met_help at ucar.edu>
>> > wrote:
>> >
>> > >
>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>> > >
>> > > Thank you.I also find out that mistake.then again i compile
after make
>> > > clean.Again I got another error.Here is the latest log files:
>> > >
>> > >
>> > > With Regards
>> ..................................................Govind
>> > > Kumar Jha
>> > > ................................................... Assistant
>> > > Meteorologist
>> > > (Agro-Meteorology Section)
>> > > Department of Hydrology and Meteorology (DHM)
>> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> > > Tel: +977 1 4436272, 4432409
>> > > Fax: +977 1 4429919, 4432137
>> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>> > >
>> >
>>
.............................................................................
>> > Mobile
>> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
>> > .........................................................
>> > >                            Secretary
>> > .......................................
>> > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra
Campus
>> > >  Ghantaghar,kathmandu
>> > >
>> > >    On Tuesday, September 25, 2018, 1:32:45 AM GMT+9, Julie
Prestopnik
>> via
>> > > RT <met_help at ucar.edu> wrote:
>> > >
>> > >  Hi.  Thank you.
>> > >
>> > > I can see that the make_install.log file actually does contain
an
>> error
>> > > that I missed previously. It looks like you have not set the
prefix
>> > option
>> > > to ./configure:
>> > >
>> > >  $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
>> > > > --disable-ascii2nc --disable-ensemble_stat --disable-
gen_poly_mask
>> > > > --disable-gen_circle_mask --disable-grid_stat --disable-
madis2nc
>> > > > --enable-mode --disable-mode_analysis --disable-pb2nc
>> > > --disable-pcp_combine
>> > > > --disable-plot_data_plane --disable-plot_point_obs
>> --disable-point_stat
>> > > > --disable-stat_analysis --disable-wavelet_stat
>> > --disable-series_analysis
>> > > > --disable-wwmca --disable-modis --disable-mode_graphics
>> > > --disable-tc_utils
>> > > > --disable-block4
>> > > >
>> > >
>> > > The first option to configure is --prefix.  Here is a
description of
>> the
>> > > --prefix option:
>> > >
>> > > *--prefix=PREFIX* By default, MET will install all the
executables in
>> > > > */usr/local/bin*. You can specify an installation prefix
other than
>> > > > */usr/local* using *--prefix*. For example, *--prefix=$HOME*
to
>> install
>> > > > to your home directory or *--prefix=`pwd`* to install to the
current
>> > > > directory.
>> > > >
>> > >
>> > > Based on the error in the make_install.log file:
>> > >
>> > > >  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
>> > > > /bin/mkdir: cannot create directory ‘/share’: Permission
denied
>> > > >
>> > >
>> > > Files are trying to be installed in the "/" directory where you
do not
>> > have
>> > > permission to write.  Please rerun the configure command,
adding a
>> value
>> > > for --prefix that will tell MET where you would like it
installed.
>> > Please
>> > > be sure you have permission to write to that location.
>> > >
>> > > Please let me know how it goes.
>> > >
>> > > Thanks,
>> > > Julie
>> > >
>> > > On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT
<met_help at ucar.edu
>> >
>> > > wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
>
>> > > >
>> > > > After make clean and running the configure script again ,I
got the
>> > error
>> > > > which is included in attached log files.
>> > > >
>> > > >
>> > > > With Regards
>> > ..................................................Govind
>> > > > Kumar Jha
>> > > > ................................................... Assistant
>> > > > Meteorologist
>> > > > (Agro-Meteorology Section)
>> > > > Department of Hydrology and Meteorology (DHM)
>> > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> > > > Tel: +977 1 4436272, 4432409
>> > > > Fax: +977 1 4429919, 4432137
>> > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>> > > >
>> > >
>> >
>>
.............................................................................
>> > > Mobile
>> > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
>> > > .........................................................
>> > > >                            Secretary
>> > > .......................................
>> > > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra
Campus
>> > > >  Ghantaghar,kathmandu
>> > > >
>> > > >    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
>> Prestopnik
>> > > > via RT <met_help at ucar.edu> wrote:
>> > > >
>> > > >  Hi.
>> > > >
>> > > > Taking a look at this make_install.log file shows that the
problem
>> is
>> > > that
>> > > > gsl_cdf.h cannot be found:
>> > > >
>> > > > In file included from
>> > > ../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
>> > > > >                  from data_plane_util.cc:23:
>> > > > > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal
error:
>> > > > > gsl/gsl_cdf.h: No such file or directory
>> > > > > compilation terminated.
>> > > > >
>> > > >
>> > > > Looking in this config.log file, I see that MET_GSL has an
"=" sign
>> at
>> > > the
>> > > > end of the path:
>> > > >
>> > > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
>> > > > > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
>> > > > > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
>> > > > >
>> > > >
>> > > > which is likely causing the problem.
>> > > >
>> > > > I see that you opened a new met_help ticket that has two
other files
>> > > > attached and that MET_GSL is set differently there:
>> > > >
>> > > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
>> > > > > MET_GSLINC='${MET_GSL}/include'
>> > > > > MET_GSLLIB='${MET_GSL}/lib'
>> > > > >
>> > > >
>> > > > Perhaps that fixed the gsl problem.  However, the
make_install.log
>> in
>> > > that
>> > > > new ticket doesn't contain much information.  Assuming this
new
>> > > > configuration, could you please run "make clean" and then
"make
>> > install"
>> > > > again?  Please then attach your new make_install.log file
again in
>> this
>> > > > ticket.  I'll go ahead and close the other ticket.
>> > > >
>> > > > Thanks,
>> > > > Julie
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT <
>> met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > > >
>> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>> > > > >
>> > > > > Thank you for very quick response.Here is the configure.log
and
>> make
>> > > > > install.log files.I have attached the script that I am
using to
>> > compile
>> > > > met.
>> > > > >
>> > > > >
>> > > > > With Regards
>> > > ..................................................Govind
>> > > > > Kumar Jha
>> > > > > ...................................................
Assistant
>> > > > > Meteorologist
>> > > > > (Agro-Meteorology Section)
>> > > > > Department of Hydrology and Meteorology (DHM)
>> > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> > > > > Tel: +977 1 4436272, 4432409
>> > > > > Fax: +977 1 4429919, 4432137
>> > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>> > > > >
>> > > >
>> > >
>> >
>>
.............................................................................
>> > > > Mobile
>> > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
>> > > > .........................................................
>> > > > >
>> > > > >
>> > > > >
>> > > > >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
>> Prestopnik
>> > > via
>> > > > > RT <met_help at ucar.edu> wrote:
>> > > > >
>> > > > >  I see that you are having a difficult time installing met-
6.1.  I
>> > > wanted
>> > > > > to
>> > > > > make you aware that we have a newer version of MET (met-
7.0) and
>> are
>> > > > almost
>> > > > > ready to release (later this week) our next version met-
8.0. We
>> > > recommend
>> > > > > getting the most recent version due to bug fixes and
additional
>> > > > > functionality.  If you'd like, you can get the latest
version of
>> the
>> > > MET
>> > > > > code here:
https://dtcenter.org/met/users/downloads/index.php
>> > > > >
>> > > > > We're happy to help you get MET installed, regardless of
the
>> version
>> > > you
>> > > > > choose.  Unfortunately, the information you sent is not
enough
>> > > > information
>> > > > > for me to determine what is going on.  Please reply and
attach
>> your
>> > > > > config.log file and also your make_install.log file.
>> > > > >
>> > > > > Thank you!
>> > > > >
>> > > > > Julie
>> > > > >
>> > > > > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT <
>> met_help at ucar.edu
>> > >
>> > > > > wrote:
>> > > > >
>> > > > > >
>> > > > > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
>> > > > > > Transaction: Ticket created by govind_jha65 at yahoo.com
>> > > > > >        Queue: met_help
>> > > > > >      Subject: About Met  6.1 Compilation error
>> > > > > >        Owner: Nobody
>> > > > > >  Requestors: govind_jha65 at yahoo.com
>> > > > > >      Status: new
>> > > > > >  Ticket <URL:
>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
>> > > > >
>> > > > > >
>> > > > > >
>> > > > > > Hello,
>> > > > > > I want to compile met 6.1 and want to use MODE  tools for
my
>> > > > > verification.
>> > > > > >
>> > > > > > I have installed the required libraries
>> (netcdf,hdf5,gsl,grib2c).
>> > > > > > But when I am trying to compile met 6.1 ,I got the
following
>> > > error.How
>> > > > > > could this problem be solved so that I could compile met
>> 6.1?Here
>> > is
>> > > my
>> > > > > > required library location and environment setting:
>> > > > > > setenv DIR /home/gopi/MET/met-6.1
>> > > > > > setenv CC gcc
>> > > > > > setenv CXX g++
>> > > > > > setenv F77 gfortran
>> > > > > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
>> > > > > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
>> > > > > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
>> > > > > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
>> > > > > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
>> > > > > >
>> > > > > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
>> > > > > >
>> > > > > > make install >& make_install.log
>> > > > > > When I use command tail -f make_istall.log,I got the
following
>> > > message:
>> > > > > > tail -f make_install.log
>> > > > > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
>> > > > > > make[3]: Leaving directory
>> > > > > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
>> > > > > > Makefile:352: recipe for target 'install-recursive'
failed
>> > > > > > make[2]: *** [install-recursive] Error 1
>> > > > > > make[2]: Leaving directory
>> > '/home/gopi/MET/met-6.1_bugfix/src/basic'
>> > > > > > Makefile:354: recipe for target 'install-recursive'
failed
>> > > > > > make[1]: *** [install-recursive] Error 1
>> > > > > > make[1]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src'
>> > > > > > Makefile:410: recipe for target 'install-recursive'
failed
>> > > > > > make: *** [install-recursive] Error 1
>> > > > > >
>> > > > > > Thank you
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > With Regards
>> > > > ..................................................Govind
>> > > > > > Kumar Jha
>> > > > > > ...................................................
Assistant
>> > > > > > Meteorologist
>> > > > > > (Agro-Meteorology Section)
>> > > > > > Department of Hydrology and Meteorology (DHM)
>> > > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> > > > > > Tel: +977 1 4436272, 4432409
>> > > > > > Fax: +977 1 4429919, 4432137
>> > > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
.............................................................................
>> > > > > Mobile
>> > > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
>> > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > > >
>> > >
>> > >
>> > >
>> >
>> >
>> >
>>
>>
>>

------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Govind Jha
Time: Wed Sep 26 11:29:52 2018

Hello Sir,
Sorry to say that I am still struggling with met compilation.

I am still struggling with installing met 6.1.
When I run make test >& make_test.log &,I got the following error:
cd scripts; make
make[1]: Entering directory '/home/gopi/MET/met-6.1/scripts'
/usr/bin/c++   -L/home/gopi/MET/LIBRARIES/jasper/lib/
-L/home/gopi/MET/LIBRARIES/netcdf/lib
-L/home/gopi/MET/LIBRARIES/hdf5/lib -L/home/gopi/MET/LIBRARIES/grib2c
-L/home/gopi/MET/LIBRARIES/gsl/lib 
../src/tools/other/gen_vx_mask/gen_vx_mask.cc   -o
../src/tools/other/gen_vx_mask/gen_vx_mask
In file included from
../src/tools/other/gen_vx_mask/gen_vx_mask.cc:42:0:
../src/tools/other/gen_vx_mask/gen_vx_mask.h:30:21: fatal error:
vx_util.h: No such file or directory
compilation terminated.
<builtin>: recipe for target
'../src/tools/other/gen_vx_mask/gen_vx_mask' failed
make[1]: *** [../src/tools/other/gen_vx_mask/gen_vx_mask] Error 1
make[1]: Leaving directory '/home/gopi/MET/met-6.1/scripts'
Makefile:843: recipe for target 'test' failed
make: *** [test] Error 2


After that I thought that it might be due to I was trying to install
only some tools(mode and grib2). After that I install all the
libraries and tried to compile met .I got the following errors:
The recent configure.log and make_install.log file is attached with
the make_test.log too.

/usr/bin/ld: cannot find -lbufr
collect2: error: ld returned 1 exit status
Makefile:441: recipe for target 'pb2nc' failed
make[4]: *** [pb2nc] Error 1
make[4]: Leaving directory '/home/gopi/MET/met-
6.1/src/tools/other/pb2nc'
Makefile:371: recipe for target 'install-recursive' failed
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory '/home/gopi/MET/met-6.1/src/tools/other'
Makefile:357: recipe for target 'install-recursive' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory '/home/gopi/MET/met-6.1/src/tools'
Makefile:354: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/gopi/MET/met-6.1/src'
Makefile:410: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

How could I compile met packages successfully?Please help me.


With Regards  
  ..................................................Govind Kumar
Jha    
................................................... Assistant
Meteorologist 
(Agro-Meteorology Section)
Department of Hydrology and Meteorology (DHM)
P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
Tel: +977 1 4436272, 4432409
Fax: +977 1 4429919, 4432137
www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
............................................................................. Mobile
Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
                         
 Secretary .......................................
Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus 
 Ghantaghar,kathmandu

    On Thursday, September 27, 2018, 1:53:28 AM GMT+9, Julie
Prestopnik via RT <met_help at ucar.edu> wrote:

 I hit "send" too quickly.  I wanted to mention that I used
"/usr/local/netcdf/lib" in my example, which you should replace with
the
location of your file.

Thanks,
Julie

On Wed, Sep 26, 2018 at 10:52 AM Julie Prestopnik <jpresto at ucar.edu>
wrote:

> I'm sorry to see that you are still experiencing problems.
>
> Please find the location of the file libnetcdf_c++4.so.1 (it could
be at
> /home/gopi/MET/LIBRARIES/netcdf/lib) and reset your LD_LIBRARY_PATH
to
> include that directory.  For example:
>
> setenv LD_LIBRARY_PATH /usr/local/netcdf/lib
>
> Of if you already have other paths in LD_LIBRARY_PATH, use this
instead...
>
> setenv LD_LIBRARY_PATH /usr/local/netcdf/lib:${LD_LIBRARY_PATH}
>
> If you set this in your .cshrc or similar file, please be sure to
source
> that file.  Then, please rerun "*make test >& make_test.log &**"
*and
> see if that works.
>
> Please let us know how it works out.
>
> Thanks,
> Julie
>
> On Wed, Sep 26, 2018 at 12:54 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>>
>> Thank you very much.I think it is done.There are 7 executable files
in
>> bin directory.Is it ok?But when I run the test scripts,I got the
following
>> error:cd scripts; make
>> make[1]: Entering directory '/home/gopi/MET/met-6.1/scripts'
>> echo
>>
>> echo "*** Running Gen-Vx-Mask to generate a polyline mask file for
the
>> Continental United States ***"
>> *** Running Gen-Vx-Mask to generate a polyline mask file for the
>> Continental United States ***
>> ../src/tools/other/gen_vx_mask/gen_vx_mask \
>>        ../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
>> ../data/poly/CONUS.poly \
>>        ../out/gen_vx_mask/CONUS_poly.nc -v 2
>> ../src/tools/other/gen_vx_mask/gen_vx_mask: error while loading
shared
>> libraries: libnetcdf_c++4.so.1: cannot open shared object file: No
such
>> file or directory
>> mk/gen_vx_mask.mk:21: recipe for target 'gen_vx_mask' failed
>> make[1]: *** [gen_vx_mask] Error 127
>> make[1]: Leaving directory '/home/gopi/MET/met-6.1/scripts'
>> Makefile:843: recipe for target 'test' failed
>> make: *** [test] Error 2
>>
>>
>> Here is my make install and log files.
>>
>>
>> With Regards   
..................................................Govind
>> Kumar Jha
>> ................................................... Assistant
>> Meteorologist
>> (Agro-Meteorology Section)
>> Department of Hydrology and Meteorology (DHM)
>> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> Tel: +977 1 4436272, 4432409
>> Fax: +977 1 4429919, 4432137
>> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>>
.............................................................................
Mobile
>> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>>                            Secretary
.......................................
>> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>>  Ghantaghar,kathmandu
>>
>>    On Wednesday, September 26, 2018, 4:06:08 AM GMT+9, Julie
Prestopnik
>> via RT <met_help at ucar.edu> wrote:
>>
>>  Thank you for attaching your makefile.  If the jasper include
files are
>> located at /home/gopi/MET/LIBRARIES/jasper/include/, then assuming
the
>> jasper lib files are located at
/home/gopi/MET/LIBRARIES/jasper/lib, you
>> can tell the configure command where to look for the jasper library
at
>> compile time.
>>
>> You can use the LDFLAGS option to configure (./configure --help),
like
>> this:
>>
>> LDFLAGS='-L/home/gopi/MET/LIBRARIES/jasper/lib/'
>>
>> where /home/gopi/MET/LIBRARIES/jasper/lib/ contains the file
>> "libjasper.a".
>>
>> Please try running "make clean", then using that option when you
run
>> configure.
>>
>> Please let us know how it goes and let us know if you have any
questions.
>>
>> Thanks,
>> Julie
>>
>> On Mon, Sep 24, 2018 at 8:50 PM Govind Jha via RT
<met_help at ucar.edu>
>> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>> >
>> > Thank you for comment.But while compiling GRIB2 C-library,I also
made a
>> > library of jasper,png and zlib.Here is the make file for grib2c
>> library.It
>> > creates libgrib2c.a file too.
>> >
>> >
>> >
>> > With Regards   
..................................................Govind
>> > Kumar Jha
>> > ................................................... Assistant
>> > Meteorologist
>> > (Agro-Meteorology Section)
>> > Department of Hydrology and Meteorology (DHM)
>> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> > Tel: +977 1 4436272, 4432409
>> > Fax: +977 1 4429919, 4432137
>> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>> >
>>
.............................................................................
>> Mobile
>> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
>> .........................................................
>> >                            Secretary
>> .......................................
>> > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>> >  Ghantaghar,kathmandu
>> >
>> >    On Tuesday, September 25, 2018, 1:50:49 AM GMT+9, Julie
Prestopnik
>> via
>> > RT <met_help at ucar.edu> wrote:
>> >
>> >  Thank you for attaching the log files.  I see in
make_install.log that
>> > "jasper" cannot be found:
>> >
>> > > /usr/bin/ld: cannot find -ljasper
>> > >
>> > collect2: error: ld returned 1 exit status
>> > >
>> >
>> > The GRIB2 C-library requires the libraries zlib, jasper and png
to be
>> > present on your system.  On the following page:
>> >
>> >
>> >
>>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=req_libs
>> >
>> > under "Compiling GRIB2 C-Library", we note:
>> >
>> > > Unfortunately, there are hard coded values in the "makefile",
which
>> need
>> > > to be modified:
>> > >
>> > >    - If using a compiler other than "gcc" please edit the value
of CC
>> in
>> > >    "makefile".
>> > >    - Because the GRIB2 C-Library requires the libraries zlib,
jasper
>> and
>> > >    png to be present on your system, please edit the value of
"INC" to
>> > be the
>> > >    location of the include directory for the header files of
those
>> > libraries.
>> > >    - Remove "-D__64BIT__" from the value of CFLAGS.
>> > >    - Once built, MET expects the GRIB2 C-Library to be named
>> > *libgrib2c.a*.
>> > >    Please either edit the value of LIB in "makefile" to be
>> libgrib2c.a or
>> > >    rename the .a file after it is created.
>> > >
>> > > Can you please tell me if your installation of the GRIB2 C-
Library
>> > included these modifications?
>> >
>> > Thank you,
>> > Julie
>> >
>> >
>> >
>> >
>> >
>> >
>> > On Mon, Sep 24, 2018 at 10:36 AM Govind Jha via RT
<met_help at ucar.edu>
>> > wrote:
>> >
>> > >
>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>> > >
>> > > Thank you.I also find out that mistake.then again i compile
after make
>> > > clean.Again I got another error.Here is the latest log files:
>> > >
>> > >
>> > > With Regards
>> ..................................................Govind
>> > > Kumar Jha
>> > > ................................................... Assistant
>> > > Meteorologist
>> > > (Agro-Meteorology Section)
>> > > Department of Hydrology and Meteorology (DHM)
>> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> > > Tel: +977 1 4436272, 4432409
>> > > Fax: +977 1 4429919, 4432137
>> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>> > >
>> >
>>
.............................................................................
>> > Mobile
>> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
>> > .........................................................
>> > >                            Secretary
>> > .......................................
>> > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra
Campus
>> > >  Ghantaghar,kathmandu
>> > >
>> > >    On Tuesday, September 25, 2018, 1:32:45 AM GMT+9, Julie
Prestopnik
>> via
>> > > RT <met_help at ucar.edu> wrote:
>> > >
>> > >  Hi.  Thank you.
>> > >
>> > > I can see that the make_install.log file actually does contain
an
>> error
>> > > that I missed previously. It looks like you have not set the
prefix
>> > option
>> > > to ./configure:
>> > >
>> > >  $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
>> > > > --disable-ascii2nc --disable-ensemble_stat --disable-
gen_poly_mask
>> > > > --disable-gen_circle_mask --disable-grid_stat --disable-
madis2nc
>> > > > --enable-mode --disable-mode_analysis --disable-pb2nc
>> > > --disable-pcp_combine
>> > > > --disable-plot_data_plane --disable-plot_point_obs
>> --disable-point_stat
>> > > > --disable-stat_analysis --disable-wavelet_stat
>> > --disable-series_analysis
>> > > > --disable-wwmca --disable-modis --disable-mode_graphics
>> > > --disable-tc_utils
>> > > > --disable-block4
>> > > >
>> > >
>> > > The first option to configure is --prefix.  Here is a
description of
>> the
>> > > --prefix option:
>> > >
>> > > *--prefix=PREFIX* By default, MET will install all the
executables in
>> > > > */usr/local/bin*. You can specify an installation prefix
other than
>> > > > */usr/local* using *--prefix*. For example, *--prefix=$HOME*
to
>> install
>> > > > to your home directory or *--prefix=`pwd`* to install to the
current
>> > > > directory.
>> > > >
>> > >
>> > > Based on the error in the make_install.log file:
>> > >
>> > > >  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
>> > > > /bin/mkdir: cannot create directory ‘/share’: Permission
denied
>> > > >
>> > >
>> > > Files are trying to be installed in the "/" directory where you
do not
>> > have
>> > > permission to write.  Please rerun the configure command,
adding a
>> value
>> > > for --prefix that will tell MET where you would like it
installed.
>> > Please
>> > > be sure you have permission to write to that location.
>> > >
>> > > Please let me know how it goes.
>> > >
>> > > Thanks,
>> > > Julie
>> > >
>> > > On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT
<met_help at ucar.edu
>> >
>> > > wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
>
>> > > >
>> > > > After make clean and running the configure script again ,I
got the
>> > error
>> > > > which is included in attached log files.
>> > > >
>> > > >
>> > > > With Regards
>> > ..................................................Govind
>> > > > Kumar Jha
>> > > > ................................................... Assistant
>> > > > Meteorologist
>> > > > (Agro-Meteorology Section)
>> > > > Department of Hydrology and Meteorology (DHM)
>> > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> > > > Tel: +977 1 4436272, 4432409
>> > > > Fax: +977 1 4429919, 4432137
>> > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>> > > >
>> > >
>> >
>>
.............................................................................
>> > > Mobile
>> > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
>> > > .........................................................
>> > > >                            Secretary
>> > > .......................................
>> > > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra
Campus
>> > > >  Ghantaghar,kathmandu
>> > > >
>> > > >    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
>> Prestopnik
>> > > > via RT <met_help at ucar.edu> wrote:
>> > > >
>> > > >  Hi.
>> > > >
>> > > > Taking a look at this make_install.log file shows that the
problem
>> is
>> > > that
>> > > > gsl_cdf.h cannot be found:
>> > > >
>> > > > In file included from
>> > > ../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
>> > > > >                  from data_plane_util.cc:23:
>> > > > > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal
error:
>> > > > > gsl/gsl_cdf.h: No such file or directory
>> > > > > compilation terminated.
>> > > > >
>> > > >
>> > > > Looking in this config.log file, I see that MET_GSL has an
"=" sign
>> at
>> > > the
>> > > > end of the path:
>> > > >
>> > > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
>> > > > > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
>> > > > > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
>> > > > >
>> > > >
>> > > > which is likely causing the problem.
>> > > >
>> > > > I see that you opened a new met_help ticket that has two
other files
>> > > > attached and that MET_GSL is set differently there:
>> > > >
>> > > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
>> > > > > MET_GSLINC='${MET_GSL}/include'
>> > > > > MET_GSLLIB='${MET_GSL}/lib'
>> > > > >
>> > > >
>> > > > Perhaps that fixed the gsl problem.  However, the
make_install.log
>> in
>> > > that
>> > > > new ticket doesn't contain much information.  Assuming this
new
>> > > > configuration, could you please run "make clean" and then
"make
>> > install"
>> > > > again?  Please then attach your new make_install.log file
again in
>> this
>> > > > ticket.  I'll go ahead and close the other ticket.
>> > > >
>> > > > Thanks,
>> > > > Julie
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT <
>> met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > > >
>> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>> > > > >
>> > > > > Thank you for very quick response.Here is the configure.log
and
>> make
>> > > > > install.log files.I have attached the script that I am
using to
>> > compile
>> > > > met.
>> > > > >
>> > > > >
>> > > > > With Regards
>> > > ..................................................Govind
>> > > > > Kumar Jha
>> > > > > ...................................................
Assistant
>> > > > > Meteorologist
>> > > > > (Agro-Meteorology Section)
>> > > > > Department of Hydrology and Meteorology (DHM)
>> > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> > > > > Tel: +977 1 4436272, 4432409
>> > > > > Fax: +977 1 4429919, 4432137
>> > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>> > > > >
>> > > >
>> > >
>> >
>>
.............................................................................
>> > > > Mobile
>> > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
>> > > > .........................................................
>> > > > >
>> > > > >
>> > > > >
>> > > > >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
>> Prestopnik
>> > > via
>> > > > > RT <met_help at ucar.edu> wrote:
>> > > > >
>> > > > >  I see that you are having a difficult time installing met-
6.1.  I
>> > > wanted
>> > > > > to
>> > > > > make you aware that we have a newer version of MET (met-
7.0) and
>> are
>> > > > almost
>> > > > > ready to release (later this week) our next version met-
8.0. We
>> > > recommend
>> > > > > getting the most recent version due to bug fixes and
additional
>> > > > > functionality.  If you'd like, you can get the latest
version of
>> the
>> > > MET
>> > > > > code here:
https://dtcenter.org/met/users/downloads/index.php
>> > > > >
>> > > > > We're happy to help you get MET installed, regardless of
the
>> version
>> > > you
>> > > > > choose.  Unfortunately, the information you sent is not
enough
>> > > > information
>> > > > > for me to determine what is going on.  Please reply and
attach
>> your
>> > > > > config.log file and also your make_install.log file.
>> > > > >
>> > > > > Thank you!
>> > > > >
>> > > > > Julie
>> > > > >
>> > > > > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT <
>> met_help at ucar.edu
>> > >
>> > > > > wrote:
>> > > > >
>> > > > > >
>> > > > > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
>> > > > > > Transaction: Ticket created by govind_jha65 at yahoo.com
>> > > > > >        Queue: met_help
>> > > > > >      Subject: About Met  6.1 Compilation error
>> > > > > >        Owner: Nobody
>> > > > > >  Requestors: govind_jha65 at yahoo.com
>> > > > > >      Status: new
>> > > > > >  Ticket <URL:
>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
>> > > > >
>> > > > > >
>> > > > > >
>> > > > > > Hello,
>> > > > > > I want to compile met 6.1 and want to use MODE  tools for
my
>> > > > > verification.
>> > > > > >
>> > > > > > I have installed the required libraries
>> (netcdf,hdf5,gsl,grib2c).
>> > > > > > But when I am trying to compile met 6.1 ,I got the
following
>> > > error.How
>> > > > > > could this problem be solved so that I could compile met
>> 6.1?Here
>> > is
>> > > my
>> > > > > > required library location and environment setting:
>> > > > > > setenv DIR /home/gopi/MET/met-6.1
>> > > > > > setenv CC gcc
>> > > > > > setenv CXX g++
>> > > > > > setenv F77 gfortran
>> > > > > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
>> > > > > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
>> > > > > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
>> > > > > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
>> > > > > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
>> > > > > >
>> > > > > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
>> > > > > >
>> > > > > > make install >& make_install.log
>> > > > > > When I use command tail -f make_istall.log,I got the
following
>> > > message:
>> > > > > > tail -f make_install.log
>> > > > > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
>> > > > > > make[3]: Leaving directory
>> > > > > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
>> > > > > > Makefile:352: recipe for target 'install-recursive'
failed
>> > > > > > make[2]: *** [install-recursive] Error 1
>> > > > > > make[2]: Leaving directory
>> > '/home/gopi/MET/met-6.1_bugfix/src/basic'
>> > > > > > Makefile:354: recipe for target 'install-recursive'
failed
>> > > > > > make[1]: *** [install-recursive] Error 1
>> > > > > > make[1]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src'
>> > > > > > Makefile:410: recipe for target 'install-recursive'
failed
>> > > > > > make: *** [install-recursive] Error 1
>> > > > > >
>> > > > > > Thank you
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > With Regards
>> > > > ..................................................Govind
>> > > > > > Kumar Jha
>> > > > > > ...................................................
Assistant
>> > > > > > Meteorologist
>> > > > > > (Agro-Meteorology Section)
>> > > > > > Department of Hydrology and Meteorology (DHM)
>> > > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
>> > > > > > Tel: +977 1 4436272, 4432409
>> > > > > > Fax: +977 1 4429919, 4432137
>> > > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
.............................................................................
>> > > > > Mobile
>> > > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
>> > > > > >
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > > >
>> > >
>> > >
>> > >
>> >
>> >
>> >
>>
>>
>>


------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Govind Jha
Time: Wed Sep 26 12:43:02 2018

Thank you very much, sir. I successfully compiled MET packages. This
could not be possible without your guidance and suggestions.

With Regards  
  ..................................................Govind Kumar
Jha    
................................................... Assistant
Meteorologist 
(Agro-Meteorology Section)
Department of Hydrology and Meteorology (DHM)
P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
Tel: +977 1 4436272, 4432409
Fax: +977 1 4429919, 4432137
www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
............................................................................. Mobile
Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
                         
 Secretary .......................................
Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus 
 Ghantaghar,kathmandu

    On Thursday, September 27, 2018, 1:52:33 AM GMT+9, Julie
Prestopnik via RT <met_help at ucar.edu> wrote:

 I'm sorry to see that you are still experiencing problems.

Please find the location of the file libnetcdf_c++4.so.1 (it could be
at
/home/gopi/MET/LIBRARIES/netcdf/lib) and reset your LD_LIBRARY_PATH to
include that directory.  For example:

setenv LD_LIBRARY_PATH /usr/local/netcdf/lib

Of if you already have other paths in LD_LIBRARY_PATH, use this
instead...

setenv LD_LIBRARY_PATH /usr/local/netcdf/lib:${LD_LIBRARY_PATH}

If you set this in your .cshrc or similar file, please be sure to
source
that file.  Then, please rerun "*make test >& make_test.log &**" *and
see
if that works.

Please let us know how it works out.

Thanks,
Julie

On Wed, Sep 26, 2018 at 12:54 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> Thank you very much.I think it is done.There are 7 executable files
in bin
> directory.Is it ok?But when I run the test scripts,I got the
following
> error:cd scripts; make
> make[1]: Entering directory '/home/gopi/MET/met-6.1/scripts'
> echo
>
> echo "*** Running Gen-Vx-Mask to generate a polyline mask file for
the
> Continental United States ***"
> *** Running Gen-Vx-Mask to generate a polyline mask file for the
> Continental United States ***
> ../src/tools/other/gen_vx_mask/gen_vx_mask \
>        ../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
> ../data/poly/CONUS.poly \
>        ../out/gen_vx_mask/CONUS_poly.nc -v 2
> ../src/tools/other/gen_vx_mask/gen_vx_mask: error while loading
shared
> libraries: libnetcdf_c++4.so.1: cannot open shared object file: No
such
> file or directory
> mk/gen_vx_mask.mk:21: recipe for target 'gen_vx_mask' failed
> make[1]: *** [gen_vx_mask] Error 127
> make[1]: Leaving directory '/home/gopi/MET/met-6.1/scripts'
> Makefile:843: recipe for target 'test' failed
> make: *** [test] Error 2
>
>
> Here is my make install and log files.
>
>
> With Regards   
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>                            Secretary
.......................................
> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>  Ghantaghar,kathmandu
>
>    On Wednesday, September 26, 2018, 4:06:08 AM GMT+9, Julie
Prestopnik
> via RT <met_help at ucar.edu> wrote:
>
>  Thank you for attaching your makefile.  If the jasper include files
are
> located at /home/gopi/MET/LIBRARIES/jasper/include/, then assuming
the
> jasper lib files are located at /home/gopi/MET/LIBRARIES/jasper/lib,
you
> can tell the configure command where to look for the jasper library
at
> compile time.
>
> You can use the LDFLAGS option to configure (./configure --help),
like
> this:
>
> LDFLAGS='-L/home/gopi/MET/LIBRARIES/jasper/lib/'
>
> where /home/gopi/MET/LIBRARIES/jasper/lib/ contains the file
"libjasper.a".
>
> Please try running "make clean", then using that option when you run
> configure.
>
> Please let us know how it goes and let us know if you have any
questions.
>
> Thanks,
> Julie
>
> On Mon, Sep 24, 2018 at 8:50 PM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> > Thank you for comment.But while compiling GRIB2 C-library,I also
made a
> > library of jasper,png and zlib.Here is the make file for grib2c
> library.It
> > creates libgrib2c.a file too.
> >
> >
> >
> > With Regards   
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> .........................................................
> >                            Secretary
> .......................................
> > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> >  Ghantaghar,kathmandu
> >
> >    On Tuesday, September 25, 2018, 1:50:49 AM GMT+9, Julie
Prestopnik via
> > RT <met_help at ucar.edu> wrote:
> >
> >  Thank you for attaching the log files.  I see in make_install.log
that
> > "jasper" cannot be found:
> >
> > > /usr/bin/ld: cannot find -ljasper
> > >
> > collect2: error: ld returned 1 exit status
> > >
> >
> > The GRIB2 C-library requires the libraries zlib, jasper and png to
be
> > present on your system.  On the following page:
> >
> >
> >
>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=req_libs
> >
> > under "Compiling GRIB2 C-Library", we note:
> >
> > > Unfortunately, there are hard coded values in the "makefile",
which
> need
> > > to be modified:
> > >
> > >    - If using a compiler other than "gcc" please edit the value
of CC
> in
> > >    "makefile".
> > >    - Because the GRIB2 C-Library requires the libraries zlib,
jasper
> and
> > >    png to be present on your system, please edit the value of
"INC" to
> > be the
> > >    location of the include directory for the header files of
those
> > libraries.
> > >    - Remove "-D__64BIT__" from the value of CFLAGS.
> > >    - Once built, MET expects the GRIB2 C-Library to be named
> > *libgrib2c.a*.
> > >    Please either edit the value of LIB in "makefile" to be
libgrib2c.a
> or
> > >    rename the .a file after it is created.
> > >
> > > Can you please tell me if your installation of the GRIB2 C-
Library
> > included these modifications?
> >
> > Thank you,
> > Julie
> >
> >
> >
> >
> >
> >
> > On Mon, Sep 24, 2018 at 10:36 AM Govind Jha via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > >
> > > Thank you.I also find out that mistake.then again i compile
after make
> > > clean.Again I got another error.Here is the latest log files:
> > >
> > >
> > > With Regards
> ..................................................Govind
> > > Kumar Jha
> > > ................................................... Assistant
> > > Meteorologist
> > > (Agro-Meteorology Section)
> > > Department of Hydrology and Meteorology (DHM)
> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > Tel: +977 1 4436272, 4432409
> > > Fax: +977 1 4429919, 4432137
> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > >
> >
>
.............................................................................
> > Mobile
> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > .........................................................
> > >                            Secretary
> > .......................................
> > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> > >  Ghantaghar,kathmandu
> > >
> > >    On Tuesday, September 25, 2018, 1:32:45 AM GMT+9, Julie
Prestopnik
> via
> > > RT <met_help at ucar.edu> wrote:
> > >
> > >  Hi.  Thank you.
> > >
> > > I can see that the make_install.log file actually does contain
an error
> > > that I missed previously. It looks like you have not set the
prefix
> > option
> > > to ./configure:
> > >
> > >  $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
> > > > --disable-ascii2nc --disable-ensemble_stat --disable-
gen_poly_mask
> > > > --disable-gen_circle_mask --disable-grid_stat --disable-
madis2nc
> > > > --enable-mode --disable-mode_analysis --disable-pb2nc
> > > --disable-pcp_combine
> > > > --disable-plot_data_plane --disable-plot_point_obs
> --disable-point_stat
> > > > --disable-stat_analysis --disable-wavelet_stat
> > --disable-series_analysis
> > > > --disable-wwmca --disable-modis --disable-mode_graphics
> > > --disable-tc_utils
> > > > --disable-block4
> > > >
> > >
> > > The first option to configure is --prefix.  Here is a
description of
> the
> > > --prefix option:
> > >
> > > *--prefix=PREFIX* By default, MET will install all the
executables in
> > > > */usr/local/bin*. You can specify an installation prefix other
than
> > > > */usr/local* using *--prefix*. For example, *--prefix=$HOME*
to
> install
> > > > to your home directory or *--prefix=`pwd`* to install to the
current
> > > > directory.
> > > >
> > >
> > > Based on the error in the make_install.log file:
> > >
> > > >  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
> > > > /bin/mkdir: cannot create directory ‘/share’: Permission
denied
> > > >
> > >
> > > Files are trying to be installed in the "/" directory where you
do not
> > have
> > > permission to write.  Please rerun the configure command, adding
a
> value
> > > for --prefix that will tell MET where you would like it
installed.
> > Please
> > > be sure you have permission to write to that location.
> > >
> > > Please let me know how it goes.
> > >
> > > Thanks,
> > > Julie
> > >
> > > On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
>
> > > >
> > > > After make clean and running the configure script again ,I got
the
> > error
> > > > which is included in attached log files.
> > > >
> > > >
> > > > With Regards
> > ..................................................Govind
> > > > Kumar Jha
> > > > ................................................... Assistant
> > > > Meteorologist
> > > > (Agro-Meteorology Section)
> > > > Department of Hydrology and Meteorology (DHM)
> > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > Tel: +977 1 4436272, 4432409
> > > > Fax: +977 1 4429919, 4432137
> > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > >
> > >
> >
>
.............................................................................
> > > Mobile
> > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > > .........................................................
> > > >                            Secretary
> > > .......................................
> > > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra
Campus
> > > >  Ghantaghar,kathmandu
> > > >
> > > >    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
> Prestopnik
> > > > via RT <met_help at ucar.edu> wrote:
> > > >
> > > >  Hi.
> > > >
> > > > Taking a look at this make_install.log file shows that the
problem is
> > > that
> > > > gsl_cdf.h cannot be found:
> > > >
> > > > In file included from
> > > ../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
> > > > >                  from data_plane_util.cc:23:
> > > > > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal
error:
> > > > > gsl/gsl_cdf.h: No such file or directory
> > > > > compilation terminated.
> > > > >
> > > >
> > > > Looking in this config.log file, I see that MET_GSL has an "="
sign
> at
> > > the
> > > > end of the path:
> > > >
> > > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> > > > > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> > > > > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
> > > > >
> > > >
> > > > which is likely causing the problem.
> > > >
> > > > I see that you opened a new met_help ticket that has two other
files
> > > > attached and that MET_GSL is set differently there:
> > > >
> > > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> > > > > MET_GSLINC='${MET_GSL}/include'
> > > > > MET_GSLLIB='${MET_GSL}/lib'
> > > > >
> > > >
> > > > Perhaps that fixed the gsl problem.  However, the
make_install.log in
> > > that
> > > > new ticket doesn't contain much information.  Assuming this
new
> > > > configuration, could you please run "make clean" and then
"make
> > install"
> > > > again?  Please then attach your new make_install.log file
again in
> this
> > > > ticket.  I'll go ahead and close the other ticket.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT
<met_help at ucar.edu
> >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > > > >
> > > > > Thank you for very quick response.Here is the configure.log
and
> make
> > > > > install.log files.I have attached the script that I am using
to
> > compile
> > > > met.
> > > > >
> > > > >
> > > > > With Regards
> > > ..................................................Govind
> > > > > Kumar Jha
> > > > > ...................................................
Assistant
> > > > > Meteorologist
> > > > > (Agro-Meteorology Section)
> > > > > Department of Hydrology and Meteorology (DHM)
> > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > > Tel: +977 1 4436272, 4432409
> > > > > Fax: +977 1 4429919, 4432137
> > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > > >
> > > >
> > >
> >
>
.............................................................................
> > > > Mobile
> > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > > > .........................................................
> > > > >
> > > > >
> > > > >
> > > > >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
> Prestopnik
> > > via
> > > > > RT <met_help at ucar.edu> wrote:
> > > > >
> > > > >  I see that you are having a difficult time installing met-
6.1.  I
> > > wanted
> > > > > to
> > > > > make you aware that we have a newer version of MET (met-7.0)
and
> are
> > > > almost
> > > > > ready to release (later this week) our next version met-8.0.
We
> > > recommend
> > > > > getting the most recent version due to bug fixes and
additional
> > > > > functionality.  If you'd like, you can get the latest
version of
> the
> > > MET
> > > > > code here:
https://dtcenter.org/met/users/downloads/index.php
> > > > >
> > > > > We're happy to help you get MET installed, regardless of the
> version
> > > you
> > > > > choose.  Unfortunately, the information you sent is not
enough
> > > > information
> > > > > for me to determine what is going on.  Please reply and
attach your
> > > > > config.log file and also your make_install.log file.
> > > > >
> > > > > Thank you!
> > > > >
> > > > > Julie
> > > > >
> > > > > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT <
> met_help at ucar.edu
> > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > > > > > Transaction: Ticket created by govind_jha65 at yahoo.com
> > > > > >        Queue: met_help
> > > > > >      Subject: About Met  6.1 Compilation error
> > > > > >        Owner: Nobody
> > > > > >  Requestors: govind_jha65 at yahoo.com
> > > > > >      Status: new
> > > > > >  Ticket <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
> > > > >
> > > > > >
> > > > > >
> > > > > > Hello,
> > > > > > I want to compile met 6.1 and want to use MODE  tools for
my
> > > > > verification.
> > > > > >
> > > > > > I have installed the required libraries
(netcdf,hdf5,gsl,grib2c).
> > > > > > But when I am trying to compile met 6.1 ,I got the
following
> > > error.How
> > > > > > could this problem be solved so that I could compile met
6.1?Here
> > is
> > > my
> > > > > > required library location and environment setting:
> > > > > > setenv DIR /home/gopi/MET/met-6.1
> > > > > > setenv CC gcc
> > > > > > setenv CXX g++
> > > > > > setenv F77 gfortran
> > > > > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > > > > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > > > > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > > > > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > > > > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> > > > > >
> > > > > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> > > > > >
> > > > > > make install >& make_install.log
> > > > > > When I use command tail -f make_istall.log,I got the
following
> > > message:
> > > > > > tail -f make_install.log
> > > > > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > > > > > make[3]: Leaving directory
> > > > > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > > > > > Makefile:352: recipe for target 'install-recursive' failed
> > > > > > make[2]: *** [install-recursive] Error 1
> > > > > > make[2]: Leaving directory
> > '/home/gopi/MET/met-6.1_bugfix/src/basic'
> > > > > > Makefile:354: recipe for target 'install-recursive' failed
> > > > > > make[1]: *** [install-recursive] Error 1
> > > > > > make[1]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src'
> > > > > > Makefile:410: recipe for target 'install-recursive' failed
> > > > > > make: *** [install-recursive] Error 1
> > > > > >
> > > > > > Thank you
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > With Regards
> > > > ..................................................Govind
> > > > > > Kumar Jha
> > > > > > ...................................................
Assistant
> > > > > > Meteorologist
> > > > > > (Agro-Meteorology Section)
> > > > > > Department of Hydrology and Meteorology (DHM)
> > > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > > > Tel: +977 1 4436272, 4432409
> > > > > > Fax: +977 1 4429919, 4432137
> > > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > > > >
> > > > >
> > > >
> > >
> >
>
.............................................................................
> > > > > Mobile
> > > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>


------------------------------------------------
Subject: About Met  6.1 Compilation error
From: Julie Prestopnik
Time: Wed Sep 26 12:53:51 2018

I was just looking in the make_install.log file and saw that MET could
not
find the BUFR library, however, I just saw your most recent email and
it
sounds like you were able to resolve that problem and get the MET
package
installed successfully.  That is great news!  I will go ahead and
close
this ticket.  Please don't hesitate to send in a new ticket with any
other
questions you may have.

Julie


On Wed, Sep 26, 2018 at 12:43 PM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
>
> Thank you very much, sir. I successfully compiled MET packages. This
could
> not be possible without your guidance and suggestions.
>
> With Regards
..................................................Govind
> Kumar Jha
> ................................................... Assistant
> Meteorologist
> (Agro-Meteorology Section)
> Department of Hydrology and Meteorology (DHM)
> P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> Tel: +977 1 4436272, 4432409
> Fax: +977 1 4429919, 4432137
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
>
.............................................................................
Mobile
> Number: 9779846265433 Email Id:
govind_jha65 at yahoo.com..........................................................
>                            Secretary
.......................................
> Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
>  Ghantaghar,kathmandu
>
>     On Thursday, September 27, 2018, 1:52:33 AM GMT+9, Julie
Prestopnik
> via RT <met_help at ucar.edu> wrote:
>
>  I'm sorry to see that you are still experiencing problems.
>
> Please find the location of the file libnetcdf_c++4.so.1 (it could
be at
> /home/gopi/MET/LIBRARIES/netcdf/lib) and reset your LD_LIBRARY_PATH
to
> include that directory.  For example:
>
> setenv LD_LIBRARY_PATH /usr/local/netcdf/lib
>
> Of if you already have other paths in LD_LIBRARY_PATH, use this
instead...
>
> setenv LD_LIBRARY_PATH /usr/local/netcdf/lib:${LD_LIBRARY_PATH}
>
> If you set this in your .cshrc or similar file, please be sure to
source
> that file.  Then, please rerun "*make test >& make_test.log &**"
*and see
> if that works.
>
> Please let us know how it works out.
>
> Thanks,
> Julie
>
> On Wed, Sep 26, 2018 at 12:54 AM Govind Jha via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> >
> > Thank you very much.I think it is done.There are 7 executable
files in
> bin
> > directory.Is it ok?But when I run the test scripts,I got the
following
> > error:cd scripts; make
> > make[1]: Entering directory '/home/gopi/MET/met-6.1/scripts'
> > echo
> >
> > echo "*** Running Gen-Vx-Mask to generate a polyline mask file for
the
> > Continental United States ***"
> > *** Running Gen-Vx-Mask to generate a polyline mask file for the
> > Continental United States ***
> > ../src/tools/other/gen_vx_mask/gen_vx_mask \
> >        ../data/sample_fcst/2005080700/wrfprs_ruc13_24.tm00_G212 \
> > ../data/poly/CONUS.poly \
> >        ../out/gen_vx_mask/CONUS_poly.nc -v 2
> > ../src/tools/other/gen_vx_mask/gen_vx_mask: error while loading
shared
> > libraries: libnetcdf_c++4.so.1: cannot open shared object file: No
such
> > file or directory
> > mk/gen_vx_mask.mk:21: recipe for target 'gen_vx_mask' failed
> > make[1]: *** [gen_vx_mask] Error 127
> > make[1]: Leaving directory '/home/gopi/MET/met-6.1/scripts'
> > Makefile:843: recipe for target 'test' failed
> > make: *** [test] Error 2
> >
> >
> > Here is my make install and log files.
> >
> >
> > With Regards
..................................................Govind
> > Kumar Jha
> > ................................................... Assistant
> > Meteorologist
> > (Agro-Meteorology Section)
> > Department of Hydrology and Meteorology (DHM)
> > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > Tel: +977 1 4436272, 4432409
> > Fax: +977 1 4429919, 4432137
> > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> >
>
.............................................................................
> Mobile
> > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> .........................................................
> >                            Secretary
> .......................................
> > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> >  Ghantaghar,kathmandu
> >
> >    On Wednesday, September 26, 2018, 4:06:08 AM GMT+9, Julie
Prestopnik
> > via RT <met_help at ucar.edu> wrote:
> >
> >  Thank you for attaching your makefile.  If the jasper include
files are
> > located at /home/gopi/MET/LIBRARIES/jasper/include/, then assuming
the
> > jasper lib files are located at
/home/gopi/MET/LIBRARIES/jasper/lib, you
> > can tell the configure command where to look for the jasper
library at
> > compile time.
> >
> > You can use the LDFLAGS option to configure (./configure --help),
like
> > this:
> >
> > LDFLAGS='-L/home/gopi/MET/LIBRARIES/jasper/lib/'
> >
> > where /home/gopi/MET/LIBRARIES/jasper/lib/ contains the file
> "libjasper.a".
> >
> > Please try running "make clean", then using that option when you
run
> > configure.
> >
> > Please let us know how it goes and let us know if you have any
questions.
> >
> > Thanks,
> > Julie
> >
> > On Mon, Sep 24, 2018 at 8:50 PM Govind Jha via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > >
> > > Thank you for comment.But while compiling GRIB2 C-library,I also
made a
> > > library of jasper,png and zlib.Here is the make file for grib2c
> > library.It
> > > creates libgrib2c.a file too.
> > >
> > >
> > >
> > > With Regards
> ..................................................Govind
> > > Kumar Jha
> > > ................................................... Assistant
> > > Meteorologist
> > > (Agro-Meteorology Section)
> > > Department of Hydrology and Meteorology (DHM)
> > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > Tel: +977 1 4436272, 4432409
> > > Fax: +977 1 4429919, 4432137
> > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > >
> >
>
.............................................................................
> > Mobile
> > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > .........................................................
> > >                            Secretary
> > .......................................
> > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra Campus
> > >  Ghantaghar,kathmandu
> > >
> > >    On Tuesday, September 25, 2018, 1:50:49 AM GMT+9, Julie
Prestopnik
> via
> > > RT <met_help at ucar.edu> wrote:
> > >
> > >  Thank you for attaching the log files.  I see in
make_install.log that
> > > "jasper" cannot be found:
> > >
> > > > /usr/bin/ld: cannot find -ljasper
> > > >
> > > collect2: error: ld returned 1 exit status
> > > >
> > >
> > > The GRIB2 C-library requires the libraries zlib, jasper and png
to be
> > > present on your system.  On the following page:
> > >
> > >
> > >
> >
>
https://dtcenter.org/met/users/support/online_tutorial/METv6.1/tutorial.php?name=compilation&category=req_libs
> > >
> > > under "Compiling GRIB2 C-Library", we note:
> > >
> > > > Unfortunately, there are hard coded values in the "makefile",
which
> > need
> > > > to be modified:
> > > >
> > > >    - If using a compiler other than "gcc" please edit the
value of CC
> > in
> > > >    "makefile".
> > > >    - Because the GRIB2 C-Library requires the libraries zlib,
jasper
> > and
> > > >    png to be present on your system, please edit the value of
"INC"
> to
> > > be the
> > > >    location of the include directory for the header files of
those
> > > libraries.
> > > >    - Remove "-D__64BIT__" from the value of CFLAGS.
> > > >    - Once built, MET expects the GRIB2 C-Library to be named
> > > *libgrib2c.a*.
> > > >    Please either edit the value of LIB in "makefile" to be
> libgrib2c.a
> > or
> > > >    rename the .a file after it is created.
> > > >
> > > > Can you please tell me if your installation of the GRIB2 C-
Library
> > > included these modifications?
> > >
> > > Thank you,
> > > Julie
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Mon, Sep 24, 2018 at 10:36 AM Govind Jha via RT
<met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
>
> > > >
> > > > Thank you.I also find out that mistake.then again i compile
after
> make
> > > > clean.Again I got another error.Here is the latest log files:
> > > >
> > > >
> > > > With Regards
> > ..................................................Govind
> > > > Kumar Jha
> > > > ................................................... Assistant
> > > > Meteorologist
> > > > (Agro-Meteorology Section)
> > > > Department of Hydrology and Meteorology (DHM)
> > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > Tel: +977 1 4436272, 4432409
> > > > Fax: +977 1 4429919, 4432137
> > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > >
> > >
> >
>
.............................................................................
> > > Mobile
> > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > > .........................................................
> > > >                            Secretary
> > > .......................................
> > > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra
Campus
> > > >  Ghantaghar,kathmandu
> > > >
> > > >    On Tuesday, September 25, 2018, 1:32:45 AM GMT+9, Julie
Prestopnik
> > via
> > > > RT <met_help at ucar.edu> wrote:
> > > >
> > > >  Hi.  Thank you.
> > > >
> > > > I can see that the make_install.log file actually does contain
an
> error
> > > > that I missed previously. It looks like you have not set the
prefix
> > > option
> > > > to ./configure:
> > > >
> > > >  $ ./configure --prefix= --enable-grib2 --disable-lidar2nc
> > > > > --disable-ascii2nc --disable-ensemble_stat --disable-
gen_poly_mask
> > > > > --disable-gen_circle_mask --disable-grid_stat --disable-
madis2nc
> > > > > --enable-mode --disable-mode_analysis --disable-pb2nc
> > > > --disable-pcp_combine
> > > > > --disable-plot_data_plane --disable-plot_point_obs
> > --disable-point_stat
> > > > > --disable-stat_analysis --disable-wavelet_stat
> > > --disable-series_analysis
> > > > > --disable-wwmca --disable-modis --disable-mode_graphics
> > > > --disable-tc_utils
> > > > > --disable-block4
> > > > >
> > > >
> > > > The first option to configure is --prefix.  Here is a
description of
> > the
> > > > --prefix option:
> > > >
> > > > *--prefix=PREFIX* By default, MET will install all the
executables in
> > > > > */usr/local/bin*. You can specify an installation prefix
other than
> > > > > */usr/local* using *--prefix*. For example, *--prefix=$HOME*
to
> > install
> > > > > to your home directory or *--prefix=`pwd`* to install to the
> current
> > > > > directory.
> > > > >
> > > >
> > > > Based on the error in the make_install.log file:
> > > >
> > > > >  /bin/mkdir -p '/share/met/colortables/NCL_colortables'
> > > > > /bin/mkdir: cannot create directory ‘/share’: Permission
denied
> > > > >
> > > >
> > > > Files are trying to be installed in the "/" directory where
you do
> not
> > > have
> > > > permission to write.  Please rerun the configure command,
adding a
> > value
> > > > for --prefix that will tell MET where you would like it
installed.
> > > Please
> > > > be sure you have permission to write to that location.
> > > >
> > > > Please let me know how it goes.
> > > >
> > > > Thanks,
> > > > Julie
> > > >
> > > > On Mon, Sep 24, 2018 at 10:18 AM Govind Jha via RT <
> met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > > > >
> > > > > After make clean and running the configure script again ,I
got the
> > > error
> > > > > which is included in attached log files.
> > > > >
> > > > >
> > > > > With Regards
> > > ..................................................Govind
> > > > > Kumar Jha
> > > > > ...................................................
Assistant
> > > > > Meteorologist
> > > > > (Agro-Meteorology Section)
> > > > > Department of Hydrology and Meteorology (DHM)
> > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > > Tel: +977 1 4436272, 4432409
> > > > > Fax: +977 1 4429919, 4432137
> > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > > >
> > > >
> > >
> >
>
.............................................................................
> > > > Mobile
> > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > > > .........................................................
> > > > >                            Secretary
> > > > .......................................
> > > > > Student Organization Of Meteorology (SOM) ,  Tri -Chandra
Campus
> > > > >  Ghantaghar,kathmandu
> > > > >
> > > > >    On Tuesday, September 25, 2018, 12:48:34 AM GMT+9, Julie
> > Prestopnik
> > > > > via RT <met_help at ucar.edu> wrote:
> > > > >
> > > > >  Hi.
> > > > >
> > > > > Taking a look at this make_install.log file shows that the
problem
> is
> > > > that
> > > > > gsl_cdf.h cannot be found:
> > > > >
> > > > > In file included from
> > > > ../../../src/libcode/vx_gsl_prob/vx_gsl_prob.h:17:0,
> > > > > >                  from data_plane_util.cc:23:
> > > > > > ../../../src/libcode/vx_gsl_prob/gsl_cdf.h:17:25: fatal
error:
> > > > > > gsl/gsl_cdf.h: No such file or directory
> > > > > > compilation terminated.
> > > > > >
> > > > >
> > > > > Looking in this config.log file, I see that MET_GSL has an
"=" sign
> > at
> > > > the
> > > > > end of the path:
> > > > >
> > > > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl='
> > > > > > MET_GSLINC='/home/gopi/MET/LIBRARIES/gsl/include/='
> > > > > > MET_GSLLIB='/home/gopi/MET/LIBRARIES/gsl/lib='
> > > > > >
> > > > >
> > > > > which is likely causing the problem.
> > > > >
> > > > > I see that you opened a new met_help ticket that has two
other
> files
> > > > > attached and that MET_GSL is set differently there:
> > > > >
> > > > > MET_GSL='/home/gopi/MET/LIBRARIES/gsl'
> > > > > > MET_GSLINC='${MET_GSL}/include'
> > > > > > MET_GSLLIB='${MET_GSL}/lib'
> > > > > >
> > > > >
> > > > > Perhaps that fixed the gsl problem.  However, the
make_install.log
> in
> > > > that
> > > > > new ticket doesn't contain much information.  Assuming this
new
> > > > > configuration, could you please run "make clean" and then
"make
> > > install"
> > > > > again?  Please then attach your new make_install.log file
again in
> > this
> > > > > ticket.  I'll go ahead and close the other ticket.
> > > > >
> > > > > Thanks,
> > > > > Julie
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Mon, Sep 24, 2018 at 8:58 AM Govind Jha via RT <
> met_help at ucar.edu
> > >
> > > > > wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093 >
> > > > > >
> > > > > > Thank you for very quick response.Here is the
configure.log and
> > make
> > > > > > install.log files.I have attached the script that I am
using to
> > > compile
> > > > > met.
> > > > > >
> > > > > >
> > > > > > With Regards
> > > > ..................................................Govind
> > > > > > Kumar Jha
> > > > > > ...................................................
Assistant
> > > > > > Meteorologist
> > > > > > (Agro-Meteorology Section)
> > > > > > Department of Hydrology and Meteorology (DHM)
> > > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > > > Tel: +977 1 4436272, 4432409
> > > > > > Fax: +977 1 4429919, 4432137
> > > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > > > >
> > > > >
> > > >
> > >
> >
>
.............................................................................
> > > > > Mobile
> > > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com.
> > > > > .........................................................
> > > > > >
> > > > > >
> > > > > >
> > > > > >    On Monday, September 24, 2018, 11:34:09 PM GMT+9, Julie
> > Prestopnik
> > > > via
> > > > > > RT <met_help at ucar.edu> wrote:
> > > > > >
> > > > > >  I see that you are having a difficult time installing
met-6.1.
> I
> > > > wanted
> > > > > > to
> > > > > > make you aware that we have a newer version of MET (met-
7.0) and
> > are
> > > > > almost
> > > > > > ready to release (later this week) our next version met-
8.0. We
> > > > recommend
> > > > > > getting the most recent version due to bug fixes and
additional
> > > > > > functionality.  If you'd like, you can get the latest
version of
> > the
> > > > MET
> > > > > > code here:
https://dtcenter.org/met/users/downloads/index.php
> > > > > >
> > > > > > We're happy to help you get MET installed, regardless of
the
> > version
> > > > you
> > > > > > choose.  Unfortunately, the information you sent is not
enough
> > > > > information
> > > > > > for me to determine what is going on.  Please reply and
attach
> your
> > > > > > config.log file and also your make_install.log file.
> > > > > >
> > > > > > Thank you!
> > > > > >
> > > > > > Julie
> > > > > >
> > > > > > On Mon, Sep 24, 2018 at 8:25 AM Govind Jha via RT <
> > met_help at ucar.edu
> > > >
> > > > > > wrote:
> > > > > >
> > > > > > >
> > > > > > > Mon Sep 24 08:25:24 2018: Request 87093 was acted upon.
> > > > > > > Transaction: Ticket created by govind_jha65 at yahoo.com
> > > > > > >        Queue: met_help
> > > > > > >      Subject: About Met  6.1 Compilation error
> > > > > > >        Owner: Nobody
> > > > > > >  Requestors: govind_jha65 at yahoo.com
> > > > > > >      Status: new
> > > > > > >  Ticket <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=87093
> > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Hello,
> > > > > > > I want to compile met 6.1 and want to use MODE  tools
for my
> > > > > > verification.
> > > > > > >
> > > > > > > I have installed the required libraries
> (netcdf,hdf5,gsl,grib2c).
> > > > > > > But when I am trying to compile met 6.1 ,I got the
following
> > > > error.How
> > > > > > > could this problem be solved so that I could compile met
> 6.1?Here
> > > is
> > > > my
> > > > > > > required library location and environment setting:
> > > > > > > setenv DIR /home/gopi/MET/met-6.1
> > > > > > > setenv CC gcc
> > > > > > > setenv CXX g++
> > > > > > > setenv F77 gfortran
> > > > > > > setenv MET_NETCDF=/home/gopi/MET/LIBRARIES/netcdf
> > > > > > > setenv MET_HDF5=/home/gopi/MET/LIBRARIES/hdf5
> > > > > > > setenv MET_GSL=/home/gopi/MET/LIBRARIES/gsl
> > > > > > > setenv MET_GRIB2CINC=/home/gopi/MET/LIBRARIES/grib2c
> > > > > > > setenv MET_GRIB2CLIB=/home/gopi/MET/LIBRARIES/grib2c
> > > > > > >
> > > > > > > ./configure --prefix=$DIR --enable-grib2 --enable-mode
> > > > > > >
> > > > > > > make install >& make_install.log
> > > > > > > When I use command tail -f make_istall.log,I got the
following
> > > > message:
> > > > > > > tail -f make_install.log
> > > > > > > make[3]: *** [libvx_util_a-data_plane_util.o] Error 1
> > > > > > > make[3]: Leaving directory
> > > > > > > '/home/gopi/MET/met-6.1_bugfix/src/basic/vx_util'
> > > > > > > Makefile:352: recipe for target 'install-recursive'
failed
> > > > > > > make[2]: *** [install-recursive] Error 1
> > > > > > > make[2]: Leaving directory
> > > '/home/gopi/MET/met-6.1_bugfix/src/basic'
> > > > > > > Makefile:354: recipe for target 'install-recursive'
failed
> > > > > > > make[1]: *** [install-recursive] Error 1
> > > > > > > make[1]: Leaving directory '/home/gopi/MET/met-
6.1_bugfix/src'
> > > > > > > Makefile:410: recipe for target 'install-recursive'
failed
> > > > > > > make: *** [install-recursive] Error 1
> > > > > > >
> > > > > > > Thank you
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > With Regards
> > > > > ..................................................Govind
> > > > > > > Kumar Jha
> > > > > > > ...................................................
Assistant
> > > > > > > Meteorologist
> > > > > > > (Agro-Meteorology Section)
> > > > > > > Department of Hydrology and Meteorology (DHM)
> > > > > > > P.O. Box 406 Naxal, Nagpokhari, Kathmandu, Nepal
> > > > > > > Tel: +977 1 4436272, 4432409
> > > > > > > Fax: +977 1 4429919, 4432137
> > > > > > > www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
.............................................................................
> > > > > > Mobile
> > > > > > > Number: 9779846265433 Email Id: govind_jha65 at yahoo.com
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>

------------------------------------------------


More information about the Met_help mailing list