Guest User

lib_mysqludf_preg install log

a guest
Sep 17th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.78 KB | None | 0 0
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking whether make supports nested variables... yes
  7. checking build system type... x86_64-unknown-linux-gnu
  8. checking host system type... x86_64-unknown-linux-gnu
  9. checking how to print strings... printf
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking dependency style of gcc... gcc3
  21. checking for a sed that does not truncate output... /bin/sed
  22. checking for grep that handles long lines and -e... /bin/grep
  23. checking for egrep... /bin/grep -E
  24. checking for fgrep... /bin/grep -F
  25. checking for ld used by gcc... /usr/bin/ld
  26. checking if the linker (/usr/bin/ld) is GNU ld... yes
  27. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  28. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  29. checking whether ln -s works... yes
  30. checking the maximum length of command line arguments... 1572864
  31. checking whether the shell understands some XSI constructs... yes
  32. checking whether the shell understands "+="... yes
  33. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  34. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  35. checking for /usr/bin/ld option to reload object files... -r
  36. checking for objdump... objdump
  37. checking how to recognize dependent libraries... pass_all
  38. checking for dlltool... dlltool
  39. checking how to associate runtime and link libraries... printf %s\n
  40. checking for ar... ar
  41. checking for archiver @FILE support... @
  42. checking for strip... strip
  43. checking for ranlib... ranlib
  44. checking command to parse /usr/bin/nm -B output from gcc object... ok
  45. checking for sysroot... no
  46. checking for mt... mt
  47. checking if mt is a manifest tool... no
  48. checking how to run the C preprocessor... gcc -E
  49. checking for ANSI C header files... yes
  50. checking for sys/types.h... yes
  51. checking for sys/stat.h... yes
  52. checking for stdlib.h... yes
  53. checking for string.h... yes
  54. checking for memory.h... yes
  55. checking for strings.h... yes
  56. checking for inttypes.h... yes
  57. checking for stdint.h... yes
  58. checking for unistd.h... yes
  59. checking for dlfcn.h... yes
  60. checking for objdir... .libs
  61. checking if gcc supports -fno-rtti -fno-exceptions... no
  62. checking for gcc option to produce PIC... -fPIC -DPIC
  63. checking if gcc PIC flag -fPIC -DPIC works... yes
  64. checking if gcc static flag -static works... yes
  65. checking if gcc supports -c -o file.o... yes
  66. checking if gcc supports -c -o file.o... (cached) yes
  67. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  68. checking whether -lc should be explicitly linked in... no
  69. checking dynamic linker characteristics... GNU/Linux ld.so
  70. checking how to hardcode library paths into programs... immediate
  71. checking whether stripping libraries is possible... yes
  72. checking if libtool supports shared libraries... yes
  73. checking whether to build shared libraries... yes
  74. checking whether to build static libraries... yes
  75. checking for gcc... (cached) gcc
  76. checking whether we are using the GNU C compiler... (cached) yes
  77. checking whether gcc accepts -g... (cached) yes
  78. checking for gcc option to accept ISO C89... (cached) none needed
  79. checking dependency style of gcc... (cached) gcc3
  80. checking for mysqlbin... dirname: missing operand
  81. Try 'dirname --help' for more information.
  82. checking for mysql_config... /usr/bin/mysql_config
  83. checking for MySQL libraries... yes
  84. configure: setting libdir to mysql plugin dir /usr/lib/mysql/plugin
  85. checking for pcre-config... /usr/bin/pcre-config
  86. checking for PCRE - version >= 1... 8.38
  87. checking that generated files are newer than configure... done
  88. configure: creating ./config.status
  89. config.status: creating Makefile
  90. config.status: creating test/Makefile
  91. config.status: creating doc/Makefile
  92. config.status: creating config.h
  93. config.status: config.h is unchanged
  94. config.status: executing depfiles commands
  95. config.status: executing libtool commands
  96. [sudo] password for echelon:
  97. Making install in test
  98. make[1]: Entering directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1/test'
  99. make[2]: Entering directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1/test'
  100. make[2]: Nothing to be done for 'install-exec-am'.
  101. make[2]: Nothing to be done for 'install-data-am'.
  102. make[2]: Leaving directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1/test'
  103. make[1]: Leaving directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1/test'
  104. Making install in doc
  105. make[1]: Entering directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1/doc'
  106. make[2]: Entering directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1/doc'
  107. make[2]: Nothing to be done for 'install-exec-am'.
  108. make[2]: Nothing to be done for 'install-data-am'.
  109. make[2]: Leaving directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1/doc'
  110. make[1]: Leaving directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1/doc'
  111. make[1]: Entering directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1'
  112. make[2]: Entering directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1'
  113.  /bin/mkdir -p '/usr/lib/mysql/plugin'
  114.  /bin/bash ./libtool   --mode=install /usr/bin/install -c   lib_mysqludf_preg.la '/usr/lib/mysql/plugin'
  115. libtool: install: /usr/bin/install -c .libs/lib_mysqludf_preg.so /usr/lib/mysql/plugin/lib_mysqludf_preg.so
  116. libtool: install: /usr/bin/install -c .libs/lib_mysqludf_preg.lai /usr/lib/mysql/plugin/lib_mysqludf_preg.la
  117. libtool: install: /usr/bin/install -c .libs/lib_mysqludf_preg.a /usr/lib/mysql/plugin/lib_mysqludf_preg.a
  118. libtool: install: chmod 644 /usr/lib/mysql/plugin/lib_mysqludf_preg.a
  119. libtool: install: ranlib /usr/lib/mysql/plugin/lib_mysqludf_preg.a
  120. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/lib/mysql/plugin
  121. ----------------------------------------------------------------------
  122. Libraries have been installed in:
  123.    /usr/lib/mysql/plugin
  124.  
  125. If you ever happen to want to link against installed libraries
  126. in a given directory, LIBDIR, you must either use libtool, and
  127. specify the full pathname of the library, or use the `-LLIBDIR'
  128. flag during linking and do at least one of the following:
  129.   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  130.      during execution
  131.    - add LIBDIR to the `LD_RUN_PATH' environment variable
  132.     during linking
  133.   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  134.    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  135.  
  136. See any operating system documentation about shared libraries for
  137. more information, such as the ld(1) and ld.so(8) manual pages.
  138. ----------------------------------------------------------------------
  139. make[2]: Nothing to be done for 'install-data-am'.
  140. make[2]: Leaving directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1'
  141. make[1]: Leaving directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1'
  142. /usr/bin/mysql <./uninstalldb.sql
  143. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
  144. Makefile:1045: recipe for target 'uninstalldb' failed
  145. make: *** [uninstalldb] Error 1
  146. cd test; make test
  147. make[1]: Entering directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1/test'
  148. mysqltest not found
  149. Makefile:422: recipe for target 'mysqltest' failed
  150. make[1]: *** [mysqltest] Error 1
  151. make[1]: Leaving directory '/home/echelon/Downloads/@database/MySQL/3rd_party/UDF/lib_mysqludf_preg/lib_mysqludf_preg-lib_mysqludf_preg-1.1/test'
  152. Makefile:1048: recipe for target 'test' failed
  153. make: *** [test] Error 2
Advertisement
Add Comment
Please, Sign In to add comment