Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. [root@sal-lab1 iplike-1.0.11]# make install
  2. make[1]: Entering directory `/root/iplike-1.0.11'
  3. test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
  4. /bin/sh ./libtool --mode=install /usr/bin/install -c 'iplike.la' '/usr/local/lib/iplike.la'
  5. /usr/bin/install -c .libs/iplike.so /usr/local/lib/iplike.so
  6. /usr/bin/install -c .libs/iplike.lai /usr/local/lib/iplike.la
  7. PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
  8. ----------------------------------------------------------------------
  9. Libraries have been installed in:
  10. /usr/local/lib
  11.  
  12. If you ever happen to want to link against installed libraries
  13. in a given directory, LIBDIR, you must either use libtool, and
  14. specify the full pathname of the library, or use the `-LLIBDIR'
  15. flag during linking and do at least one of the following:
  16. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  17. during execution
  18. - add LIBDIR to the `LD_RUN_PATH' environment variable
  19. during linking
  20. - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  21. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  22.  
  23. See any operating system documentation about shared libraries for
  24. more information, such as the ld(1) and ld.so(8) manual pages.
  25. ----------------------------------------------------------------------
  26. test -z "/usr/local/sbin" || mkdir -p -- "/usr/local/sbin"
  27. /usr/bin/install -c 'install_iplike.sh' '/usr/local/sbin/install_iplike.sh'
  28. make[1]: Nothing to be done for `install-data-am'.
  29. make[1]: Leaving directory `/root/iplike-1.0.11'
  30.  
  31. [root@sal-lab1 iplike-1.0.11]# su -c '/usr/local/sbin/install_iplike.sh'
  32. CREATE FUNCTION
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement