Advertisement
Guest User

Untitled

a guest
May 27th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. /bin/mkdir -p '/secured/local/lib'
  2. /bin/sh ../libtool --mode=install /usr/bin/install -c libhdf5.la '/secured/local/lib'
  3. libtool: install: /usr/bin/install -c .libs/libhdf5.so.8.0.2 /secured/local/lib/libhdf5.so.8.0.2
  4. libtool: install: (cd /secured/local/lib && { ln -s -f libhdf5.so.8.0.2 libhdf5.so.8 || { rm -f libhdf5.so.8 && ln -s libhdf5.so.8.0.2 libhdf5.so.8; }; })
  5. libtool: install: (cd /secured/local/lib && { ln -s -f libhdf5.so.8.0.2 libhdf5.so || { rm -f libhdf5.so && ln -s libhdf5.so.8.0.2 libhdf5.so; }; })
  6. libtool: install: /usr/bin/install -c .libs/libhdf5.lai /secured/local/lib/libhdf5.la
  7. libtool: finish: PATH="/import/vtthomes/oelerich/Cluster/local/bin:/secured/local/bin:/secured/local/src/espresso-5.0.2/bin:/usr/kerberos/bin:/opt/intel/composer_xe_2011_sp1.10.319/bin/intel64:/usr/local/bin:/bin:/usr/bin:/opt/intel/composer_xe_2011_sp1.10.319/mpirt/bin/intel64:/opt/parastation/bin:/sbin" ldconfig -n /secured/local/lib
  8. ldconfig: /secured/local/lib/libstdc++.so.6.0.18-gdb.py is not an ELF file - it has the wrong magic bytes at the start.
  9.  
  10. ----------------------------------------------------------------------
  11. Libraries have been installed in:
  12. /secured/local/lib
  13.  
  14. If you ever happen to want to link against installed libraries
  15. in a given directory, LIBDIR, you must either use libtool, and
  16. specify the full pathname of the library, or use the `-LLIBDIR'
  17. flag during linking and do at least one of the following:
  18. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  19. during execution
  20. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  21.  
  22. See any operating system documentation about shared libraries for
  23. more information, such as the ld(1) and ld.so(8) manual pages.
  24. ----------------------------------------------------------------------
  25. /bin/sh: error while loading shared libraries: /secured/local/lib/libc.so.6: ELF file OS ABI invalid
  26. make[2]: *** [install-includeHEADERS] Error 127
  27. make[2]: Leaving directory `/secured/home/oelerich/Cluster/src/hdf5-1.8.13/src'
  28. make[1]: *** [install-am] Error 2
  29. make[1]: Leaving directory `/secured/home/oelerich/Cluster/src/hdf5-1.8.13/src'
  30. make: *** [install-recursive] Error 1
  31. awk: error while loading shared libraries: /secured/local/lib/libm.so.6: ELF file OS ABI invalid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement