[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #CKA-767329]: Error: libhdf5_hl.so.7: cannot open shared object file: No such file or directory



Hi Markus,

> I'm having problems installing netcdf-4 on our server.
> I called configure with no additional options, just setting the CPPFLAGS and 
> LDFLAGS: ' ./configure --prefix=/usr/local CPPFLAGS=-I/usr/local/include 
> LDFLAGS=-L/usr/local/lib'. Attached you can find the config.log file. HDF5 
> and zlib have been installed with no errors.
> 'sudo make check install' gives the error massage below.
> /usr/local/lib/libhdf_hl.so.7 exists and is a symbolic link to 
> libhdf5_hl.so.7.0.3
> 
> Do you have some hints or known issues about that?

Yes, I suspect the problem is that you are running "make check" using sudo,
and due to a security issue, sudo is often configured to not permit passing
all environment variables to the subshell that is run with root permissions.

Try running "make check" as a normal user, and only using sudo for "make 
install".

You may have to start from a fresh download, as the configure script run with 
sudo would have generated files owned by root that cannot now be overwritten
by a non-root user.

--Russ

> Making check in include
> make[1]: Entering directory `/users/nikl_ma/bin/netcdf-4.2.1.1/include'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/users/nikl_ma/bin/netcdf-4.2.1.1/include'
> Making check in h5_test
> make[1]: Entering directory `/users/nikl_ma/bin/netcdf-4.2.1.1/h5_test'
> make  tst_h_files tst_h_files2 tst_h_files4 tst_h_atts tst_h_atts3 
> tst_h_atts4 tst_h_vars tst_h_vars2 tst_h_vars3 tst_h_grps tst_h_compounds 
> tst_h_compounds2 tst_h_wrt_cmp tst_h_rd_cmp tst_h_vl tst_h_opaques 
> tst_h_strings tst_h_strings1 tst_h_strings2 tst_h_ints tst_h_dimscales 
> tst_h_dimscales1 tst_h_dimscales2 tst_h_dimscales3 tst_h_enums 
> tst_h_dimscales4
> make[2]: Entering directory `/users/nikl_ma/bin/netcdf-4.2.1.1/h5_test'
> depbase=`echo tst_h_files.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_files.o -MD -MP -MF $depbase.Tpo -c -o tst_h_files.o tst_h_files.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_files tst_h_files.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_files tst_h_files.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_files2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_files2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_files2.o tst_h_files2.c 
> &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_files2 tst_h_files2.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_files2 tst_h_files2.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_files4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_files4.o -MD -MP -MF $depbase.Tpo -c -o tst_h_files4.o tst_h_files4.c 
> &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_files4 tst_h_files4.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_files4 tst_h_files4.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_atts.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_atts.o -MD -MP -MF $depbase.Tpo -c -o tst_h_atts.o tst_h_atts.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_atts tst_h_atts.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_atts tst_h_atts.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_atts3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_atts3.o -MD -MP -MF $depbase.Tpo -c -o tst_h_atts3.o tst_h_atts3.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_atts3 tst_h_atts3.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_atts3 tst_h_atts3.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_atts4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_atts4.o -MD -MP -MF $depbase.Tpo -c -o tst_h_atts4.o tst_h_atts4.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_atts4 tst_h_atts4.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_atts4 tst_h_atts4.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_vars.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_vars.o -MD -MP -MF $depbase.Tpo -c -o tst_h_vars.o tst_h_vars.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_vars tst_h_vars.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_vars tst_h_vars.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_vars2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_vars2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_vars2.o tst_h_vars2.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_vars2 tst_h_vars2.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_vars2 tst_h_vars2.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_vars3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_vars3.o -MD -MP -MF $depbase.Tpo -c -o tst_h_vars3.o tst_h_vars3.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_vars3 tst_h_vars3.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_vars3 tst_h_vars3.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_grps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_grps.o -MD -MP -MF $depbase.Tpo -c -o tst_h_grps.o tst_h_grps.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_grps tst_h_grps.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_grps tst_h_grps.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_compounds.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_compounds.o -MD -MP -MF $depbase.Tpo -c -o tst_h_compounds.o 
> tst_h_compounds.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_compounds tst_h_compounds.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_compounds tst_h_compounds.o  
> -L/usr/local/lib /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt 
> -lm -lz
> depbase=`echo tst_h_compounds2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_compounds2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_compounds2.o 
> tst_h_compounds2.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_compounds2 tst_h_compounds2.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_compounds2 tst_h_compounds2.o  
> -L/usr/local/lib /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt 
> -lm -lz
> depbase=`echo tst_h_wrt_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_wrt_cmp.o -MD -MP -MF $depbase.Tpo -c -o tst_h_wrt_cmp.o 
> tst_h_wrt_cmp.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_wrt_cmp tst_h_wrt_cmp.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_wrt_cmp tst_h_wrt_cmp.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_rd_cmp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_rd_cmp.o -MD -MP -MF $depbase.Tpo -c -o tst_h_rd_cmp.o tst_h_rd_cmp.c 
> &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_rd_cmp tst_h_rd_cmp.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_rd_cmp tst_h_rd_cmp.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_vl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_vl.o -MD -MP -MF $depbase.Tpo -c -o tst_h_vl.o tst_h_vl.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_vl tst_h_vl.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_vl tst_h_vl.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_opaques.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_opaques.o -MD -MP -MF $depbase.Tpo -c -o tst_h_opaques.o 
> tst_h_opaques.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_opaques tst_h_opaques.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_opaques tst_h_opaques.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_strings.o -MD -MP -MF $depbase.Tpo -c -o tst_h_strings.o 
> tst_h_strings.c &&\
> mv -f $depbase.Tpo $depbase.Po
> tst_h_strings.c:80:32: warning: missing terminating ' character
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_strings tst_h_strings.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_strings tst_h_strings.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_strings1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_strings1.o -MD -MP -MF $depbase.Tpo -c -o tst_h_strings1.o 
> tst_h_strings1.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_strings1 tst_h_strings1.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_strings1 tst_h_strings1.o  
> -L/usr/local/lib /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt 
> -lm -lz
> depbase=`echo tst_h_strings2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_strings2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_strings2.o 
> tst_h_strings2.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_strings2 tst_h_strings2.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_strings2 tst_h_strings2.o  
> -L/usr/local/lib /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt 
> -lm -lz
> depbase=`echo tst_h_ints.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_ints.o -MD -MP -MF $depbase.Tpo -c -o tst_h_ints.o tst_h_ints.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_ints tst_h_ints.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_ints tst_h_ints.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_dimscales.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_dimscales.o -MD -MP -MF $depbase.Tpo -c -o tst_h_dimscales.o 
> tst_h_dimscales.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_dimscales tst_h_dimscales.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_dimscales tst_h_dimscales.o  
> -L/usr/local/lib /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt 
> -lm -lz
> depbase=`echo tst_h_dimscales1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_dimscales1.o -MD -MP -MF $depbase.Tpo -c -o tst_h_dimscales1.o 
> tst_h_dimscales1.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_dimscales1 tst_h_dimscales1.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_dimscales1 tst_h_dimscales1.o  
> -L/usr/local/lib /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt 
> -lm -lz
> depbase=`echo tst_h_dimscales2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_dimscales2.o -MD -MP -MF $depbase.Tpo -c -o tst_h_dimscales2.o 
> tst_h_dimscales2.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_dimscales2 tst_h_dimscales2.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_dimscales2 tst_h_dimscales2.o  
> -L/usr/local/lib /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt 
> -lm -lz
> depbase=`echo tst_h_dimscales3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_dimscales3.o -MD -MP -MF $depbase.Tpo -c -o tst_h_dimscales3.o 
> tst_h_dimscales3.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_dimscales3 tst_h_dimscales3.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_dimscales3 tst_h_dimscales3.o  
> -L/usr/local/lib /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt 
> -lm -lz
> depbase=`echo tst_h_enums.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_enums.o -MD -MP -MF $depbase.Tpo -c -o tst_h_enums.o tst_h_enums.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_enums tst_h_enums.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_enums tst_h_enums.o  -L/usr/local/lib 
> /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt -lm -lz
> depbase=`echo tst_h_dimscales4.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
> gcc -DHAVE_CONFIG_H -I. -I..  -I../include   -I/usr/local/include  -g -O2 -MT 
> tst_h_dimscales4.o -MD -MP -MF $depbase.Tpo -c -o tst_h_dimscales4.o 
> tst_h_dimscales4.c &&\
> mv -f $depbase.Tpo $depbase.Po
> /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2  -L/usr/local/lib -o 
> tst_h_dimscales4 tst_h_dimscales4.o  -lhdf5_hl -lhdf5 -lm -lz
> libtool: link: gcc -g -O2 -o tst_h_dimscales4 tst_h_dimscales4.o  
> -L/usr/local/lib /usr/local/lib/libhdf5_hl.so /usr/local/lib/libhdf5.so -lrt 
> -lm -lz
> make[2]: Leaving directory `/users/nikl_ma/bin/netcdf-4.2.1.1/h5_test'
> make  check-TESTS
> make[2]: Entering directory `/users/nikl_ma/bin/netcdf-4.2.1.1/h5_test
> ./tst_h_files: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_files
> ./tst_h_files2: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_files2
> ./tst_h_files4: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_files4
> ./tst_h_atts: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_atts
> ./tst_h_atts3: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_atts3
> ./tst_h_atts4: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_atts4
> ./tst_h_vars: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_vars
> ./tst_h_vars2: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_vars2
> ./tst_h_vars3: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_vars3
> ./tst_h_grps: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_grps
> ./tst_h_compounds: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_compounds
> ./tst_h_compounds2: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_compounds2
> ./tst_h_wrt_cmp: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_wrt_cmp
> ./tst_h_rd_cmp: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_rd_cmp
> ./tst_h_vl: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_vl
> ./tst_h_opaques: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_opaques
> ./tst_h_strings: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_strings
> ./tst_h_strings1: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_strings1
> ./tst_h_strings2: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_strings2
> ./tst_h_ints: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_ints
> ./tst_h_dimscales: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_dimscales
> ./tst_h_dimscales1: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_dimscales1
> ./tst_h_dimscales2: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_dimscales2
> ./tst_h_dimscales3: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_dimscales3
> ./tst_h_enums: error while loading shared libraries: libhdf5_hl.so.7: cannot 
> open shared object file: No such file or directory
> FAIL: tst_h_enums
> ./tst_h_dimscales4: error while loading shared libraries: libhdf5_hl.so.7: 
> cannot open shared object file: No such file or directory
> FAIL: tst_h_dimscales4
> ================================================
> 26 of 26 tests failed
> Please report to address@hidden
> ================================================
> make[2]: *** [check-TESTS] Error 1
> make[2]: Leaving directory `/users/nikl_ma/bin/netcdf-4.2.1.1/h5_test'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/users/nikl_ma/bin/netcdf-4.2.1.1/h5_test'
> make: *** [check-recursive] Error 1
> 
> 
> ------------------------
> Deutsches Zentrum fÃr Luft- und Raumfahrt (DLR)
> Earth Observation Center | Deutsches Fernerkundungsdatenzentrum | 
> LandoberflÃche | Oberpfaffenhofen | 82234 WeÃling
> 
> Dipl. phys. Markus Niklaus
> Telefon 08153 28-1565 | Telefax 08153 28-1458 | 
> address@hidden<mailto:address@hidden>
> www.DLR.de/eoc<http://www.dlr.de/eoc>
> 
> 
> 

Russ Rew                                         UCAR Unidata Program
address@hidden                      http://www.unidata.ucar.edu



Ticket Details
===================
Ticket ID: CKA-767329
Department: Support netCDF
Priority: Normal
Status: Closed


NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.