Advertisement
Guest User

Untitled

a guest
Feb 24th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.16 KB | None | 0 0
  1. pecl install expect
  2. downloading expect-0.3.3.tgz ...
  3. Starting to download expect-0.3.3.tgz (9,334 bytes)
  4. .....done: 9,334 bytes
  5. 6 source files, building
  6. running: phpize
  7. Configuring for:
  8. PHP Api Version: 20131106
  9. Zend Module Api No: 20131226
  10. Zend Extension Api No: 220131226
  11. perl: warning: Setting locale failed.
  12. perl: warning: Please check that your locale settings:
  13. LANGUAGE = (unset),
  14. LC_ALL = (unset),
  15. LC_PAPER = "lv_LV.UTF-8",
  16. LC_ADDRESS = "lv_LV.UTF-8",
  17. LC_MONETARY = "lv_LV.UTF-8",
  18. LC_NUMERIC = "lv_LV.UTF-8",
  19. LC_TELEPHONE = "lv_LV.UTF-8",
  20. LC_IDENTIFICATION = "lv_LV.UTF-8",
  21. LC_MEASUREMENT = "lv_LV.UTF-8",
  22. LC_TIME = "lv_LV.UTF-8",
  23. LC_NAME = "lv_LV.UTF-8",
  24. LANG = "en_US.utf8"
  25. are supported and installed on your system.
  26. perl: warning: Falling back to a fallback locale ("en_US.utf8").
  27. perl: warning: Setting locale failed.
  28. perl: warning: Please check that your locale settings:
  29. LANGUAGE = (unset),
  30. LC_ALL = (unset),
  31. LC_PAPER = "lv_LV.UTF-8",
  32. LC_ADDRESS = "lv_LV.UTF-8",
  33. LC_MONETARY = "lv_LV.UTF-8",
  34. LC_NUMERIC = "lv_LV.UTF-8",
  35. LC_TELEPHONE = "lv_LV.UTF-8",
  36. LC_IDENTIFICATION = "lv_LV.UTF-8",
  37. LC_MEASUREMENT = "lv_LV.UTF-8",
  38. LC_TIME = "lv_LV.UTF-8",
  39. LC_NAME = "lv_LV.UTF-8",
  40. LANG = "en_US.utf8"
  41. are supported and installed on your system.
  42. perl: warning: Falling back to a fallback locale ("en_US.utf8").
  43. running: rm aclocal.m4
  44. running: autoreconf
  45. building in /tmp/pear-build-rootKYxZh2/expect-0.3.3
  46. running: /tmp/expect/configure
  47. checking for grep that handles long lines and -e... /bin/grep
  48. checking for egrep... /bin/grep -E
  49. checking for a sed that does not truncate output... /bin/sed
  50. checking for cc... cc
  51. checking whether the C compiler works... yes
  52. checking for C compiler default output file name... a.out
  53. checking for suffix of executables...
  54. checking whether we are cross compiling... no
  55. checking for suffix of object files... o
  56. checking whether we are using the GNU C compiler... yes
  57. checking whether cc accepts -g... yes
  58. checking for cc option to accept ISO C89... none needed
  59. checking how to run the C preprocessor... cc -E
  60. checking for icc... no
  61. checking for suncc... no
  62. checking whether cc understands -c and -o together... yes
  63. checking for system library directory... lib
  64. checking if compiler supports -R... no
  65. checking if compiler supports -Wl,-rpath,... yes
  66. checking build system type... x86_64-pc-linux-gnu
  67. checking host system type... x86_64-pc-linux-gnu
  68. checking target system type... x86_64-pc-linux-gnu
  69. checking for PHP prefix... /usr/lib64/php5.6
  70. checking for PHP includes... -I/usr/lib64/php5.6/include/php -I/usr/lib64/php5.6/include/php/main -I/usr/lib64/php5.6/include/php/TSRM -I/usr/lib64/php5.6/include/php/Zend -I/usr/lib64/php5.6/include/php/ext -I/usr/lib64/php5.6/include/php/ext/date/lib
  71. checking for PHP extension directory... /usr/lib64/php5.6/lib/extensions/debug-zts-20131226
  72. checking for PHP installed headers prefix... /usr/lib64/php5.6/include/php
  73. checking if debug is enabled... yes
  74. checking if zts is enabled... yes
  75. checking for re2c... re2c
  76. checking for re2c version... 0.13.7.5 (ok)
  77. checking for gawk... gawk
  78. checking for expect support... yes, shared
  79. checking specify path to Tcl needed by expect... yes, shared
  80. checking for tcl version... 8.5 in /usr
  81. checking how to print strings... printf
  82. checking for a sed that does not truncate output... (cached) /bin/sed
  83. checking for fgrep... /bin/grep -F
  84. checking for ld used by cc... /usr/x86_64-pc-linux-gnu/bin/ld
  85. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  86. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  87. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  88. checking whether ln -s works... yes
  89. checking the maximum length of command line arguments... 1572864
  90. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  91. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  92. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  93. checking for objdump... objdump
  94. checking how to recognize dependent libraries... pass_all
  95. checking for dlltool... no
  96. checking how to associate runtime and link libraries... printf %s\n
  97. checking for ar... ar
  98. checking for archiver @FILE support... @
  99. checking for strip... strip
  100. checking for ranlib... ranlib
  101. checking for gawk... (cached) gawk
  102. checking command to parse /usr/bin/nm -B output from cc object... ok
  103. checking for sysroot... no
  104. checking for a working dd... /bin/dd
  105. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  106. checking for mt... no
  107. checking if : is a manifest tool... no
  108. checking for ANSI C header files... yes
  109. checking for sys/types.h... yes
  110. checking for sys/stat.h... yes
  111. checking for stdlib.h... yes
  112. checking for string.h... yes
  113. checking for memory.h... yes
  114. checking for strings.h... yes
  115. checking for inttypes.h... yes
  116. checking for stdint.h... yes
  117. checking for unistd.h... yes
  118. checking for dlfcn.h... yes
  119. checking for objdir... .libs
  120. checking if cc supports -fno-rtti -fno-exceptions... no
  121. checking for cc option to produce PIC... -fPIC -DPIC
  122. checking if cc PIC flag -fPIC -DPIC works... yes
  123. checking if cc static flag -static works... yes
  124. checking if cc supports -c -o file.o... yes
  125. checking if cc supports -c -o file.o... (cached) yes
  126. checking whether the cc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
  127. checking whether -lc should be explicitly linked in... no
  128. checking dynamic linker characteristics... GNU/Linux ld.so
  129. checking how to hardcode library paths into programs... immediate
  130. checking whether stripping libraries is possible... yes
  131. checking if libtool supports shared libraries... yes
  132. checking whether to build shared libraries... yes
  133. checking whether to build static libraries... no
  134. configure: creating ./config.status
  135. config.status: creating config.h
  136. config.status: executing libtool commands
  137. running: make
  138. /bin/sh /tmp/pear-build-rootKYxZh2/expect-0.3.3/libtool --mode=compile cc -I. -I/tmp/expect -DPHP_ATOM_INC -I/tmp/pear-build-rootKYxZh2/expect-0.3.3/include -I/tmp/pear-build-rootKYxZh2/expect-0.3.3/main -I/tmp/expect -I/usr/lib64/php5.6/include/php -I/usr/lib64/php5.6/include/php/main -I/usr/lib64/php5.6/include/php/TSRM -I/usr/lib64/php5.6/include/php/Zend -I/usr/lib64/php5.6/include/php/ext -I/usr/lib64/php5.6/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O0 -c /tmp/expect/expect.c -o expect.lo
  139. libtool: compile: cc -I. -I/tmp/expect -DPHP_ATOM_INC -I/tmp/pear-build-rootKYxZh2/expect-0.3.3/include -I/tmp/pear-build-rootKYxZh2/expect-0.3.3/main -I/tmp/expect -I/usr/lib64/php5.6/include/php -I/usr/lib64/php5.6/include/php/main -I/usr/lib64/php5.6/include/php/TSRM -I/usr/lib64/php5.6/include/php/Zend -I/usr/lib64/php5.6/include/php/ext -I/usr/lib64/php5.6/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O0 -c /tmp/expect/expect.c -fPIC -DPIC -o .libs/expect.o
  140. /bin/sh /tmp/pear-build-rootKYxZh2/expect-0.3.3/libtool --mode=compile cc -I. -I/tmp/expect -DPHP_ATOM_INC -I/tmp/pear-build-rootKYxZh2/expect-0.3.3/include -I/tmp/pear-build-rootKYxZh2/expect-0.3.3/main -I/tmp/expect -I/usr/lib64/php5.6/include/php -I/usr/lib64/php5.6/include/php/main -I/usr/lib64/php5.6/include/php/TSRM -I/usr/lib64/php5.6/include/php/Zend -I/usr/lib64/php5.6/include/php/ext -I/usr/lib64/php5.6/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O0 -c /tmp/expect/expect_fopen_wrapper.c -o expect_fopen_wrapper.lo
  141. libtool: compile: cc -I. -I/tmp/expect -DPHP_ATOM_INC -I/tmp/pear-build-rootKYxZh2/expect-0.3.3/include -I/tmp/pear-build-rootKYxZh2/expect-0.3.3/main -I/tmp/expect -I/usr/lib64/php5.6/include/php -I/usr/lib64/php5.6/include/php/main -I/usr/lib64/php5.6/include/php/TSRM -I/usr/lib64/php5.6/include/php/Zend -I/usr/lib64/php5.6/include/php/ext -I/usr/lib64/php5.6/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O0 -c /tmp/expect/expect_fopen_wrapper.c -fPIC -DPIC -o .libs/expect_fopen_wrapper.o
  142. /tmp/expect/expect_fopen_wrapper.c:59:2: warning: initialization from incompatible pointer type
  143. php_expect_stream_open,
  144. ^
  145. /tmp/expect/expect_fopen_wrapper.c:59:2: warning: (near initialization for ‘php_expect_wrapper_ops.stream_opener’)
  146. /bin/sh /tmp/pear-build-rootKYxZh2/expect-0.3.3/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear-build-rootKYxZh2/expect-0.3.3/include -I/tmp/pear-build-rootKYxZh2/expect-0.3.3/main -I/tmp/expect -I/usr/lib64/php5.6/include/php -I/usr/lib64/php5.6/include/php/main -I/usr/lib64/php5.6/include/php/TSRM -I/usr/lib64/php5.6/include/php/Zend -I/usr/lib64/php5.6/include/php/ext -I/usr/lib64/php5.6/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O0 -o expect.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear-build-rootKYxZh2/expect-0.3.3/modules expect.lo expect_fopen_wrapper.lo -lexpect -ltcl8.5
  147. libtool: link: cc -shared -fPIC -DPIC .libs/expect.o .libs/expect_fopen_wrapper.o -lexpect -ltcl8.5 -g -O0 -Wl,-soname -Wl,expect.so -o .libs/expect.so
  148. /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lexpect
  149. collect2: error: ld returned 1 exit status
  150. Makefile:188: recipe for target 'expect.la' failed
  151. make: *** [expect.la] Error 1
  152. ERROR: `make' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement