Advertisement
Guest User

Untitled

a guest
Nov 19th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.85 KB | None | 0 0
  1. talanin-vm ~ # pecl install memcache
  2. downloading memcache-2.2.7.tgz ...
  3. Starting to download memcache-2.2.7.tgz (36,459 bytes)
  4. ..........done: 36,459 bytes
  5. 11 source files, building
  6. running: phpize
  7. Configuring for:
  8. PHP Api Version: 20090626
  9. Zend Module Api No: 20090626
  10. Zend Extension Api No: 220090626
  11. configure.in:3: warning: prefer named diversions
  12. configure.in:3: warning: prefer named diversions
  13. Enable memcache session handler support? [yes] : y
  14. running: rm aclocal.m4
  15. running: autoreconf
  16. building in /tmp/pear-build-rootETHfhL/memcache-2.2.7
  17. running: /tmp/memcache/configure --enable-memcache-session=y
  18. checking for grep that handles long lines and -e... /bin/grep
  19. checking for egrep... /bin/grep -E
  20. checking for a sed that does not truncate output... /bin/sed
  21. checking for cc... cc
  22. checking whether the C compiler works... yes
  23. checking for C compiler default output file name... a.out
  24. checking for suffix of executables...
  25. checking whether we are cross compiling... no
  26. checking for suffix of object files... o
  27. checking whether we are using the GNU C compiler... yes
  28. checking whether cc accepts -g... yes
  29. checking for cc option to accept ISO C89... none needed
  30. checking how to run the C preprocessor... cc -E
  31. checking for icc... no
  32. checking for suncc... no
  33. checking whether cc understands -c and -o together... yes
  34. checking for system library directory... lib
  35. checking if compiler supports -R... no
  36. checking if compiler supports -Wl,-rpath,... yes
  37. checking build system type... x86_64-unknown-linux-gnu
  38. checking host system type... x86_64-unknown-linux-gnu
  39. checking target system type... x86_64-unknown-linux-gnu
  40. checking for PHP prefix... /usr/lib64/php5.3
  41. checking for PHP includes... -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib
  42. checking for PHP extension directory... /usr/lib64/php5.3/lib/extensions/no-debug-non-zts-20090626
  43. checking for PHP installed headers prefix... /usr/lib64/php5.3/include/php
  44. checking if debug is enabled... no
  45. checking if zts is enabled... no
  46. checking for re2c... no
  47. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  48. checking for gawk... gawk
  49. checking whether to enable memcache support... yes, shared
  50. checking whether to enable memcache session handler support... y
  51. checking for the location of ZLIB... no
  52. checking for the location of zlib... /usr
  53. checking for session includes... /usr/lib64/php5.3/include/php
  54. checking for memcache session support... enabled
  55. checking how to print strings... printf
  56. checking for a sed that does not truncate output... (cached) /bin/sed
  57. checking for fgrep... /bin/grep -F
  58. checking for ld used by cc... /usr/x86_64-pc-linux-gnu/bin/ld
  59. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  60. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  61. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  62. checking whether ln -s works... yes
  63. checking the maximum length of command line arguments... 1572864
  64. checking whether the shell understands some XSI constructs... yes
  65. checking whether the shell understands "+="... yes
  66. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  67. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  68. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  69. checking for objdump... objdump
  70. checking how to recognize dependent libraries... pass_all
  71. checking for dlltool... no
  72. checking how to associate runtime and link libraries... printf %s\n
  73. checking for ar... ar
  74. checking for archiver @FILE support... @
  75. checking for strip... strip
  76. checking for ranlib... ranlib
  77. checking for gawk... (cached) gawk
  78. checking command to parse /usr/bin/nm -B output from cc object... ok
  79. checking for sysroot... no
  80. checking for mt... no
  81. checking if : is a manifest tool... no
  82. checking for ANSI C header files... yes
  83. checking for sys/types.h... yes
  84. checking for sys/stat.h... yes
  85. checking for stdlib.h... yes
  86. checking for string.h... yes
  87. checking for memory.h... yes
  88. checking for strings.h... yes
  89. checking for inttypes.h... yes
  90. checking for stdint.h... yes
  91. checking for unistd.h... yes
  92. checking for dlfcn.h... yes
  93. checking for objdir... .libs
  94. checking if cc supports -fno-rtti -fno-exceptions... no
  95. checking for cc option to produce PIC... -fPIC -DPIC
  96. checking if cc PIC flag -fPIC -DPIC works... yes
  97. checking if cc static flag -static works... yes
  98. checking if cc supports -c -o file.o... yes
  99. checking if cc supports -c -o file.o... (cached) yes
  100. checking whether the cc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  101. checking whether -lc should be explicitly linked in... no
  102. checking dynamic linker characteristics... GNU/Linux ld.so
  103. checking how to hardcode library paths into programs... immediate
  104. checking whether stripping libraries is possible... yes
  105. checking if libtool supports shared libraries... yes
  106. checking whether to build shared libraries... yes
  107. checking whether to build static libraries... no
  108. configure: creating ./config.status
  109. config.status: creating config.h
  110. config.status: executing libtool commands
  111. running: make
  112. /bin/sh /tmp/pear-build-rootETHfhL/memcache-2.2.7/libtool --mode=compile cc -I/usr/lib64/php5.3/include/php -I. -I/tmp/memcache -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/memcache/memcache.c -o memcache.lo
  113. libtool: compile: cc -I/usr/lib64/php5.3/include/php -I. -I/tmp/memcache -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/memcache/memcache.c -fPIC -DPIC -o .libs/memcache.o
  114. /bin/sh /tmp/pear-build-rootETHfhL/memcache-2.2.7/libtool --mode=compile cc -I/usr/lib64/php5.3/include/php -I. -I/tmp/memcache -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/memcache/memcache_queue.c -o memcache_queue.lo
  115. libtool: compile: cc -I/usr/lib64/php5.3/include/php -I. -I/tmp/memcache -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/memcache/memcache_queue.c -fPIC -DPIC -o .libs/memcache_queue.o
  116. /bin/sh /tmp/pear-build-rootETHfhL/memcache-2.2.7/libtool --mode=compile cc -I/usr/lib64/php5.3/include/php -I. -I/tmp/memcache -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/memcache/memcache_standard_hash.c -o memcache_standard_hash.lo
  117. libtool: compile: cc -I/usr/lib64/php5.3/include/php -I. -I/tmp/memcache -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/memcache/memcache_standard_hash.c -fPIC -DPIC -o .libs/memcache_standard_hash.o
  118. /bin/sh /tmp/pear-build-rootETHfhL/memcache-2.2.7/libtool --mode=compile cc -I/usr/lib64/php5.3/include/php -I. -I/tmp/memcache -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/memcache/memcache_consistent_hash.c -o memcache_consistent_hash.lo
  119. libtool: compile: cc -I/usr/lib64/php5.3/include/php -I. -I/tmp/memcache -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/memcache/memcache_consistent_hash.c -fPIC -DPIC -o .libs/memcache_consistent_hash.o
  120. /bin/sh /tmp/pear-build-rootETHfhL/memcache-2.2.7/libtool --mode=compile cc -I/usr/lib64/php5.3/include/php -I. -I/tmp/memcache -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/memcache/memcache_session.c -o memcache_session.lo
  121. libtool: compile: cc -I/usr/lib64/php5.3/include/php -I. -I/tmp/memcache -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/memcache/memcache_session.c -fPIC -DPIC -o .libs/memcache_session.o
  122. /bin/sh /tmp/pear-build-rootETHfhL/memcache-2.2.7/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/include -I/tmp/pear-build-rootETHfhL/memcache-2.2.7/main -I/tmp/memcache -I/usr/lib64/php5.3/include/php -I/usr/lib64/php5.3/include/php/main -I/usr/lib64/php5.3/include/php/TSRM -I/usr/lib64/php5.3/include/php/Zend -I/usr/lib64/php5.3/include/php/ext -I/usr/lib64/php5.3/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o memcache.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear-build-rootETHfhL/memcache-2.2.7/modules memcache.lo memcache_queue.lo memcache_standard_hash.lo memcache_consistent_hash.lo memcache_session.lo
  123. libtool: link: cc -shared -fPIC -DPIC .libs/memcache.o .libs/memcache_queue.o .libs/memcache_standard_hash.o .libs/memcache_consistent_hash.o .libs/memcache_session.o -O2 -Wl,-soname -Wl,memcache.so -o .libs/memcache.so
  124. libtool: link: ( cd ".libs" && rm -f "memcache.la" && ln -s "../memcache.la" "memcache.la" )
  125. /bin/sh /tmp/pear-build-rootETHfhL/memcache-2.2.7/libtool --mode=install cp ./memcache.la /tmp/pear-build-rootETHfhL/memcache-2.2.7/modules
  126. libtool: install: cp ./.libs/memcache.so /tmp/pear-build-rootETHfhL/memcache-2.2.7/modules/memcache.so
  127. libtool: install: cp ./.libs/memcache.lai /tmp/pear-build-rootETHfhL/memcache-2.2.7/modules/memcache.la
  128. libtool: finish: PATH="/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.8.3:/sbin" ldconfig -n /tmp/pear-build-rootETHfhL/memcache-2.2.7/modules
  129. ----------------------------------------------------------------------
  130. Libraries have been installed in:
  131. /tmp/pear-build-rootETHfhL/memcache-2.2.7/modules
  132.  
  133. If you ever happen to want to link against installed libraries
  134. in a given directory, LIBDIR, you must either use libtool, and
  135. specify the full pathname of the library, or use the `-LLIBDIR'
  136. flag during linking and do at least one of the following:
  137. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  138. during execution
  139. - add LIBDIR to the `LD_RUN_PATH' environment variable
  140. during linking
  141. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  142. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  143.  
  144. See any operating system documentation about shared libraries for
  145. more information, such as the ld(1) and ld.so(8) manual pages.
  146. ----------------------------------------------------------------------
  147.  
  148. Build complete.
  149. Don't forget to run 'make test'.
  150.  
  151. running: make INSTALL_ROOT="/tmp/pear-build-rootETHfhL/install-memcache-2.2.7" install
  152. Installing shared extensions: /tmp/pear-build-rootETHfhL/install-memcache-2.2.7/usr/lib64/php5.3/lib/extensions/no-debug-non-zts-20090626/
  153. running: find "/tmp/pear-build-rootETHfhL/install-memcache-2.2.7" | xargs ls -dils
  154. 35366 4 drwxr-xr-x 3 root root 4096 ноя 19 11:16 /tmp/pear-build-rootETHfhL/install-memcache-2.2.7
  155. 35370 4 drwxr-xr-x 3 root root 4096 ноя 19 11:16 /tmp/pear-build-rootETHfhL/install-memcache-2.2.7/usr
  156. 35371 4 drwxr-xr-x 3 root root 4096 ноя 19 11:16 /tmp/pear-build-rootETHfhL/install-memcache-2.2.7/usr/lib64
  157. 35372 4 drwxr-xr-x 3 root root 4096 ноя 19 11:16 /tmp/pear-build-rootETHfhL/install-memcache-2.2.7/usr/lib64/php5.3
  158. 35373 4 drwxr-xr-x 3 root root 4096 ноя 19 11:16 /tmp/pear-build-rootETHfhL/install-memcache-2.2.7/usr/lib64/php5.3/lib
  159. 35374 4 drwxr-xr-x 3 root root 4096 ноя 19 11:16 /tmp/pear-build-rootETHfhL/install-memcache-2.2.7/usr/lib64/php5.3/lib/extensions
  160. 35375 4 drwxr-xr-x 2 root root 4096 ноя 19 11:16 /tmp/pear-build-rootETHfhL/install-memcache-2.2.7/usr/lib64/php5.3/lib/extensions/no-debug-non-zts-20090626
  161. 29749 280 -rwxr-xr-x 1 root root 282812 ноя 19 11:16 /tmp/pear-build-rootETHfhL/install-memcache-2.2.7/usr/lib64/php5.3/lib/extensions/no-debug-non-zts-20090626/memcache.so
  162.  
  163. Build process completed successfully
  164. Installing '/usr/lib64/php5.3/lib/extensions/no-debug-non-zts-20090626/memcache.so'
  165. install ok: channel://pecl.php.net/memcache-2.2.7
  166. configuration option "php_ini" is not set to php.ini location
  167. You should add "extension=memcache.so" to php.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement