Advertisement
Guest User

./configure output

a guest
Feb 4th, 2019
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.99 KB | None | 0 0
  1. pi@raspberrypi:~/Downloads/php-7.2.14 $ ./configure
  2. checking for grep that handles long lines and -e... /bin/grep
  3. checking for egrep... /bin/grep -E
  4. checking for a sed that does not truncate output... /bin/sed
  5. checking build system type... armv7l-unknown-linux-gnueabihf
  6. checking host system type... armv7l-unknown-linux-gnueabihf
  7. checking target system type... armv7l-unknown-linux-gnueabihf
  8. checking for cc... cc
  9. checking whether the C compiler works... yes
  10. checking for C compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether cc accepts -g... yes
  16. checking for cc option to accept ISO C89... none needed
  17. checking how to run the C preprocessor... cc -E
  18. checking for icc... no
  19. checking for suncc... no
  20. checking whether cc understands -c and -o together... yes
  21. checking how to run the C preprocessor... cc -E
  22. checking for ANSI C header files... yes
  23. checking for sys/types.h... yes
  24. checking for sys/stat.h... yes
  25. checking for stdlib.h... yes
  26. checking for string.h... yes
  27. checking for memory.h... yes
  28. checking for strings.h... yes
  29. checking for inttypes.h... yes
  30. checking for stdint.h... yes
  31. checking for unistd.h... yes
  32. checking minix/config.h usability... no
  33. checking minix/config.h presence... no
  34. checking for minix/config.h... no
  35. checking whether it is safe to define __EXTENSIONS__... yes
  36. checking whether ln -s works... yes
  37. checking for system library directory... lib
  38. checking whether to enable runpaths... yes
  39. checking if compiler supports -R... yes
  40. checking for gawk... gawk
  41. checking for bison... no
  42. checking for byacc... no
  43. checking for bison version... invalid
  44. configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: none, min: 204, excluded: ).
  45. checking for re2c... no
  46. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  47. checking whether to enable computed goto gcc extension with re2c... no
  48. checking whether C compiler accepts -fvisibility=hidden... yes
  49. checking whether to force non-PIC code in shared modules... no
  50. checking whether /dev/urandom exists... yes
  51. checking whether /dev/arandom exists... no
  52. checking for global register variables support... no
  53. checking whether atof() accepts NAN... no
  54. checking whether atof() accepts INF... no
  55. checking whether HUGE_VAL == INF... yes
  56. checking whether HUGE_VAL + -HUGEVAL == NAN... no
  57. checking for pthreads_cflags... -pthread
  58. checking for pthreads_lib... pthread
  59.  
  60. Configuring SAPI modules
  61. checking for Apache 2.0 handler-module support via DSO through APXS... no
  62. checking for setproctitle... no
  63. checking sys/pstat.h usability... no
  64. checking sys/pstat.h presence... no
  65. checking for sys/pstat.h... no
  66. checking for PS_STRINGS... no
  67. checking for CLI build... yes
  68. checking for embedded SAPI library support... no
  69. checking for FPM build... no
  70. checking for LiteSpeed support... no
  71. checking for phpdbg support... yes
  72. checking for phpdbg web SAPI support... no
  73. checking for phpdbg debug build... no
  74. checking whether termios.h defines TIOCGWINSZ... no
  75. checking whether sys/ioctl.h defines TIOCGWINSZ... yes
  76. checking for CGI build... yes
  77. checking for socklen_t in sys/socket.h... yes
  78. checking for sun_len in sys/un.h... no
  79. checking whether cross-process locking is required by accept()... no
  80. checking for chosen SAPI module... none
  81. checking for executable SAPI binaries...  cli phpdbg cgi
  82.  
  83. Running system checks
  84. checking for sendmail... no
  85. checking whether system uses EBCDIC... no
  86. checking whether byte ordering is bigendian... no
  87. checking whether writing to stdout works... This is the test message -- yes
  88. checking for socket... yes
  89. checking for socketpair... yes
  90. checking for htonl... yes
  91. checking for gethostname... yes
  92. checking for gethostbyaddr... yes
  93. checking for yp_get_default_domain... no
  94. checking for __yp_get_default_domain... no
  95. checking for yp_get_default_domain in -lnsl... yes
  96. checking for dlopen... no
  97. checking for __dlopen... no
  98. checking for dlopen in -ldl... yes
  99. checking for sin in -lm... yes
  100. checking for inet_aton... yes
  101. checking for ANSI C header files... (cached) yes
  102. checking for dirent.h that defines DIR... yes
  103. checking for library containing opendir... none required
  104. checking for inttypes.h... (cached) yes
  105. checking for stdint.h... (cached) yes
  106. checking for dirent.h... yes
  107. checking for ApplicationServices/ApplicationServices.h... no
  108. checking for sys/param.h... yes
  109. checking for sys/types.h... (cached) yes
  110. checking for sys/time.h... yes
  111. checking for netinet/in.h... yes
  112. checking for alloca.h... yes
  113. checking for arpa/inet.h... yes
  114. checking for arpa/nameser.h... yes
  115. checking for assert.h... yes
  116. checking for crypt.h... yes
  117. checking for dns.h... no
  118. checking for fcntl.h... yes
  119. checking for grp.h... yes
  120. checking for ieeefp.h... no
  121. checking for langinfo.h... yes
  122. checking for limits.h... yes
  123. checking for locale.h... yes
  124. checking for monetary.h... yes
  125. checking for netdb.h... yes
  126. checking for poll.h... yes
  127. checking for pwd.h... yes
  128. checking for resolv.h... yes
  129. checking for signal.h... yes
  130. checking for stdarg.h... yes
  131. checking for stdlib.h... (cached) yes
  132. checking for string.h... (cached) yes
  133. checking for syslog.h... yes
  134. checking for sysexits.h... yes
  135. checking for sys/ioctl.h... yes
  136. checking for sys/file.h... yes
  137. checking for sys/mman.h... yes
  138. checking for sys/mount.h... yes
  139. checking for sys/poll.h... yes
  140. checking for sys/resource.h... yes
  141. checking for sys/select.h... yes
  142. checking for sys/socket.h... yes
  143. checking for sys/stat.h... (cached) yes
  144. checking for sys/statfs.h... yes
  145. checking for sys/statvfs.h... yes
  146. checking for sys/vfs.h... yes
  147. checking for sys/sysexits.h... no
  148. checking for sys/varargs.h... no
  149. checking for sys/wait.h... yes
  150. checking for sys/loadavg.h... no
  151. checking for termios.h... yes
  152. checking for unistd.h... (cached) yes
  153. checking for unix.h... no
  154. checking for utime.h... yes
  155. checking for sys/utsname.h... yes
  156. checking for sys/ipc.h... yes
  157. checking for dlfcn.h... yes
  158. checking for assert.h... (cached) yes
  159. checking for fopencookie... yes
  160. checking for broken getcwd... no
  161. checking for broken libc stdio... yes
  162. checking whether struct tm is in sys/time.h or time.h... time.h
  163. checking for struct tm.tm_zone... yes
  164. checking for missing declarations of reentrant functions... done
  165. checking for fclose declaration... ok
  166. checking for tm_gmtoff in struct tm... yes
  167. checking for struct flock... yes
  168. checking for socklen_t... yes
  169. checking size of size_t... 4
  170. checking size of long long... 8
  171. checking size of long long int... 8
  172. checking size of long... 4
  173. checking size of int... 4
  174. checking size of intmax_t... 8
  175. checking size of ssize_t... 4
  176. checking size of ptrdiff_t... 4
  177. checking size of short... 2
  178. checking size of int... (cached) 4
  179. checking size of long... (cached) 4
  180. checking size of long long... (cached) 8
  181. checking for int8... no
  182. checking for int16... no
  183. checking for int32... no
  184. checking for int64... no
  185. checking for int8_t... yes
  186. checking for int16_t... yes
  187. checking for int32_t... yes
  188. checking for int64_t... yes
  189. checking for uint8... no
  190. checking for uint16... no
  191. checking for uint32... no
  192. checking for uint64... no
  193. checking for uint8_t... yes
  194. checking for uint16_t... yes
  195. checking for uint32_t... yes
  196. checking for uint64_t... yes
  197. checking for u_int8_t... yes
  198. checking for u_int16_t... yes
  199. checking for u_int32_t... yes
  200. checking for u_int64_t... yes
  201. checking for __builtin_expect... yes
  202. checking for __builtin_clz... yes
  203. checking for __builtin_ctzl... yes
  204. checking for __builtin_ctzll... yes
  205. checking for __builtin_smull_overflow... yes
  206. checking for __builtin_smulll_overflow... yes
  207. checking for __builtin_saddl_overflow... yes
  208. checking for __builtin_saddll_overflow... yes
  209. checking for __builtin_ssubl_overflow... yes
  210. checking for __builtin_ssubll_overflow... yes
  211. checking for struct stat.st_blksize... yes
  212. checking for struct stat.st_blocks... yes
  213. checking for struct stat.st_rdev... yes
  214. checking for size_t... yes
  215. checking for uid_t in sys/types.h... yes
  216. checking for struct sockaddr_storage... yes
  217. checking for field sa_len in struct sockaddr... no
  218. checking for IPv6 support... yes
  219. checking for vprintf... yes
  220. checking for _doprnt... no
  221. checking for alphasort... yes
  222. checking for asctime_r... yes
  223. checking for chroot... yes
  224. checking for ctime_r... yes
  225. checking for cuserid... yes
  226. checking for crypt... no
  227. checking for flock... yes
  228. checking for ftok... yes
  229. checking for funopen... no
  230. checking for gai_strerror... yes
  231. checking for gcvt... yes
  232. checking for getloadavg... yes
  233. checking for getlogin... yes
  234. checking for getprotobyname... yes
  235. checking for getprotobynumber... yes
  236. checking for getservbyname... yes
  237. checking for getservbyport... yes
  238. checking for gethostname... (cached) yes
  239. checking for getrusage... yes
  240. checking for gettimeofday... yes
  241. checking for gmtime_r... yes
  242. checking for getpwnam_r... yes
  243. checking for getgrnam_r... yes
  244. checking for getpwuid_r... yes
  245. checking for grantpt... yes
  246. checking for inet_ntoa... yes
  247. checking for inet_ntop... yes
  248. checking for inet_pton... yes
  249. checking for isascii... yes
  250. checking for link... yes
  251. checking for localtime_r... yes
  252. checking for lockf... yes
  253. checking for lchown... yes
  254. checking for lrand48... yes
  255. checking for memcpy... yes
  256. checking for memmove... yes
  257. checking for mkstemp... yes
  258. checking for mmap... yes
  259. checking for nl_langinfo... yes
  260. checking for perror... yes
  261. checking for poll... yes
  262. checking for ptsname... yes
  263. checking for putenv... yes
  264. checking for realpath... yes
  265. checking for random... yes
  266. checking for rand_r... yes
  267. checking for scandir... yes
  268. checking for setitimer... yes
  269. checking for setlocale... yes
  270. checking for localeconv... yes
  271. checking for setenv... yes
  272. checking for setpgid... yes
  273. checking for setsockopt... yes
  274. checking for setvbuf... yes
  275. checking for shutdown... yes
  276. checking for sin... yes
  277. checking for snprintf... yes
  278. checking for srand48... yes
  279. checking for srandom... yes
  280. checking for statfs... yes
  281. checking for statvfs... yes
  282. checking for std_syslog... no
  283. checking for strcasecmp... yes
  284. checking for strcoll... yes
  285. checking for strdup... yes
  286. checking for strerror... yes
  287. checking for strftime... yes
  288. checking for strnlen... yes
  289. checking for strptime... yes
  290. checking for strstr... yes
  291. checking for strtok_r... yes
  292. checking for symlink... yes
  293. checking for tempnam... yes
  294. checking for tzset... yes
  295. checking for unlockpt... yes
  296. checking for unsetenv... yes
  297. checking for usleep... yes
  298. checking for utime... yes
  299. checking for vsnprintf... yes
  300. checking for vasprintf... yes
  301. checking for asprintf... yes
  302. checking for nanosleep... yes
  303. checking for nanosleep in -lrt... yes
  304. checking for getaddrinfo... yes
  305. checking for __sync_fetch_and_add... yes
  306. checking for strlcat... no
  307. checking for strlcpy... no
  308. checking for explicit_bzero... no
  309. checking for getopt... yes
  310. checking for utime.h... (cached) yes
  311. checking whether utime accepts a null argument... yes
  312. checking for working alloca.h... yes
  313. checking for alloca... yes
  314. checking for declared timezone... yes
  315. checking for type of reentrant time-related functions... POSIX
  316. checking for readdir_r... yes
  317. checking for type of readdir_r... POSIX
  318. checking for in_addr_t... yes
  319. checking for crypt_r... no
  320. checking whether to enable valgrind support... yes
  321. checking for valgrind header... not found
  322.  
  323. General settings
  324. checking whether to include gcov symbols... no
  325. checking whether to include debugging symbols... no
  326. checking layout of installed files... PHP
  327. checking path to configuration file... DEFAULT
  328. checking where to scan for configuration files...
  329. checking whether to enable PHP's own SIGCHLD handler... no
  330. checking whether to explicitly link against libgcc... no
  331. checking whether to enable short tags by default... yes
  332. checking whether to enable dmalloc... no
  333. checking whether to enable IPv6 support... yes
  334. checking whether to enable DTrace support... no
  335. checking how big to make fd sets... using system default
  336.  
  337. Configuring extensions
  338. checking size of long... (cached) 4
  339. checking size of int... (cached) 4
  340. checking for int32_t... yes
  341. checking for uint32_t... yes
  342. checking for sys/time.h... (cached) yes
  343. checking for sys/types.h... (cached) yes
  344. checking for stdint.h... (cached) yes
  345. checking for dirent.h... (cached) yes
  346. checking for string.h... (cached) yes
  347. checking for strings.h... (cached) yes
  348. checking for unistd.h... (cached) yes
  349. checking io.h usability... no
  350. checking io.h presence... no
  351. checking for io.h... no
  352. checking for strtoll... yes
  353. checking for atoll... yes
  354. checking for strftime... (cached) yes
  355. checking for gettimeofday... (cached) yes
  356. checking whether to enable LIBXML support... yes
  357. checking libxml2 install dir... no
  358. checking for xml2-config path...
  359. checking for pkg-config... /usr/bin/pkg-config
  360. configure: error: libxml2 not found. Please check your libxml2 installation.
  361. pi@raspberrypi:~/Downloads/php-7.2.14 $ make
  362. make: *** No targets specified and no makefile found.  Stop.
  363. pi@raspberrypi:~/Downloads/php-7.2.14 $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement