Advertisement
Guest User

Untitled

a guest
Sep 4th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.92 KB | None | 0 0
  1. ==============================================
  2. Start building PHP 5.5.3 with LSAPI
  3. ==============================================
  4. Wed Sep 4 15:35:01 ICT 2013
  5.  
  6. Changing to build directory /usr/local/lsws/phpbuild/php-5.5.3
  7. Configuring PHP build (2-3 minutes)
  8. ./configure '--prefix=/usr/local/lsws/lsphp5' '--with-mysqli' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--with-litespeed'
  9. configure: WARNING: unrecognized options: --enable-track-vars, --enable-magic-quotes
  10. checking for grep that handles long lines and -e... /bin/grep
  11. checking for egrep... /bin/grep -E
  12. checking for a sed that does not truncate output... /bin/sed
  13. checking build system type... i686-pc-linux-gnu
  14. checking host system type... i686-pc-linux-gnu
  15. checking target system type... i686-pc-linux-gnu
  16. Updated main/php_version.h
  17. ./configure: line 3699: ./build/shtool: No such file or directory
  18. ./configure: line 3700: ./build/shtool: No such file or directory
  19. ./configure: line 3703: ./build/shtool: No such file or directory
  20. ./configure: line 3719: ./build/shtool: No such file or directory
  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 how to run the C preprocessor... cc -E
  35. checking for ANSI C header files... yes
  36. checking for sys/types.h... yes
  37. checking for sys/stat.h... yes
  38. checking for stdlib.h... yes
  39. checking for string.h... yes
  40. checking for memory.h... yes
  41. checking for strings.h... yes
  42. checking for inttypes.h... yes
  43. checking for stdint.h... yes
  44. checking for unistd.h... yes
  45. checking minix/config.h usability... no
  46. checking minix/config.h presence... no
  47. checking for minix/config.h... no
  48. checking whether it is safe to define __EXTENSIONS__... yes
  49. checking whether ln -s works... yes
  50. checking for system library directory... lib
  51. checking whether to enable runpaths... yes
  52. checking if compiler supports -R... no
  53. checking if compiler supports -Wl,-rpath,... yes
  54. checking for gawk... no
  55. checking for nawk... nawk
  56. checking if nawk is broken... no
  57. checking for bison... no
  58. checking for byacc... no
  59. checking for bison version... invalid
  60. configure: WARNING: bison versions supported for regeneration of the Zend/PHP parsers: 2.4 2.4.1 2.4.2 2.4.3 2.5 2.5.1 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.7 (found: none).
  61. checking for re2c... no
  62. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  63. checking whether to enable computed goto gcc extension with re2c... no
  64. checking whether to force non-PIC code in shared modules... yes
  65. checking whether /dev/urandom exists... yes
  66. checking for pthreads_cflags... -pthread
  67. checking for pthreads_lib...
  68.  
  69. Configuring SAPI modules
  70. checking for AOLserver support... no
  71. checking for Apache 1.x module support via DSO through APXS... no
  72. checking for Apache 1.x module support... no
  73. checking whether to enable Apache charset compatibility option... no
  74. checking for Apache 2.0 filter-module support via DSO through APXS... no
  75. checking for Apache 2.0 handler-module support via DSO through APXS... no
  76. checking for Apache 1.x (hooks) module support via DSO through APXS... no
  77. checking for Apache 1.x (hooks) module support... no
  78. checking whether to enable Apache charset compatibility option... no
  79. checking for Caudium support... no
  80. checking for setproctitle... no
  81. checking sys/pstat.h usability... no
  82. checking sys/pstat.h presence... no
  83. checking for sys/pstat.h... no
  84. checking for PS_STRINGS... no
  85. checking for CLI build... yes
  86. checking for Continuity support... no
  87. checking for embedded SAPI library support... no
  88. checking for FPM build... no
  89. checking for Zeus ISAPI support... no
  90. checking for LiteSpeed support... yes
  91. checking for Milter support... no
  92. checking for NSAPI support... no
  93. checking for PHTTPD support... no
  94. checking for Pi3Web support... no
  95. checking whether Roxen module is build using ZTS... no
  96. checking for Roxen/Pike support...
  97. checking for thttpd... no
  98. checking for TUX... no
  99. checking for webjames... no
  100. checking for CGI build... yes
  101. checking for socklen_t in sys/socket.h... yes
  102. checking for sun_len in sys/un.h... no
  103. checking whether cross-process locking is required by accept()... no
  104. checking for chosen SAPI module... none
  105. checking for executable SAPI binaries... cli litespeed cgi
  106.  
  107. Running system checks
  108. checking for sendmail... no
  109. checking whether system uses EBCDIC... no
  110. checking whether byte ordering is bigendian... no
  111. checking whether writing to stdout works... This is the test message -- yes
  112. checking for socket... yes
  113. checking for socketpair... yes
  114. checking for htonl... yes
  115. checking for gethostname... yes
  116. checking for gethostbyaddr... yes
  117. checking for yp_get_default_domain... no
  118. checking for __yp_get_default_domain... no
  119. checking for yp_get_default_domain in -lnsl... yes
  120. checking for dlopen... no
  121. checking for __dlopen... no
  122. checking for dlopen in -ldl... yes
  123. checking for sin in -lm... yes
  124. checking for inet_aton... yes
  125. checking for ANSI C header files... (cached) yes
  126. checking for dirent.h that defines DIR... yes
  127. checking for library containing opendir... none required
  128. checking for inttypes.h... (cached) yes
  129. checking for stdint.h... (cached) yes
  130. checking for dirent.h... yes
  131. checking for ApplicationServices/ApplicationServices.h... no
  132. checking for sys/param.h... yes
  133. checking for sys/types.h... (cached) yes
  134. checking for sys/time.h... yes
  135. checking for netinet/in.h... yes
  136. checking for alloca.h... yes
  137. checking for arpa/inet.h... yes
  138. checking for arpa/nameser.h... yes
  139. checking for assert.h... yes
  140. checking for crypt.h... yes
  141. checking for dns.h... no
  142. checking for fcntl.h... yes
  143. checking for grp.h... yes
  144. checking for ieeefp.h... no
  145. checking for langinfo.h... yes
  146. checking for limits.h... yes
  147. checking for locale.h... yes
  148. checking for monetary.h... yes
  149. checking for netdb.h... yes
  150. checking for pwd.h... yes
  151. checking for resolv.h... yes
  152. checking for signal.h... yes
  153. checking for stdarg.h... yes
  154. checking for stdlib.h... (cached) yes
  155. checking for string.h... (cached) yes
  156. checking for syslog.h... yes
  157. checking for sysexits.h... yes
  158. checking for sys/ioctl.h... yes
  159. checking for sys/file.h... yes
  160. checking for sys/mman.h... yes
  161. checking for sys/mount.h... yes
  162. checking for sys/poll.h... yes
  163. checking for sys/resource.h... yes
  164. checking for sys/select.h... yes
  165. checking for sys/socket.h... yes
  166. checking for sys/stat.h... (cached) yes
  167. checking for sys/statfs.h... yes
  168. checking for sys/statvfs.h... yes
  169. checking for sys/vfs.h... yes
  170. checking for sys/sysexits.h... no
  171. checking for sys/varargs.h... no
  172. checking for sys/wait.h... yes
  173. checking for sys/loadavg.h... no
  174. checking for termios.h... yes
  175. checking for unistd.h... (cached) yes
  176. checking for unix.h... no
  177. checking for utime.h... yes
  178. checking for sys/utsname.h... yes
  179. checking for sys/ipc.h... yes
  180. checking for dlfcn.h... yes
  181. checking for assert.h... (cached) yes
  182. checking for fopencookie... yes
  183. checking for broken getcwd... no
  184. checking for broken libc stdio... yes
  185. checking whether struct tm is in sys/time.h or time.h... time.h
  186. checking for struct tm.tm_zone... yes
  187. checking for missing declarations of reentrant functions... done
  188. checking for fclose declaration... ok
  189. checking for tm_gmtoff in struct tm... yes
  190. checking for struct flock... yes
  191. checking for socklen_t... yes
  192. checking size of size_t... 4
  193. checking size of long long... 8
  194. checking size of long long int... 8
  195. checking size of long... 4
  196. checking size of int... 4
  197. checking size of intmax_t... 8
  198. checking size of ssize_t... 4
  199. checking size of ptrdiff_t... 4
  200. checking for struct stat.st_blksize... yes
  201. checking for struct stat.st_blocks... yes
  202. checking for struct stat.st_rdev... yes
  203. checking for size_t... yes
  204. checking for uid_t in sys/types.h... yes
  205. checking for struct sockaddr_storage... yes
  206. checking for field sa_len in struct sockaddr... no
  207. checking for IPv6 support... yes
  208. checking for vprintf... yes
  209. checking for _doprnt... no
  210. checking for alphasort... yes
  211. checking for asctime_r... yes
  212. checking for chroot... yes
  213. checking for ctime_r... yes
  214. checking for cuserid... yes
  215. checking for crypt... no
  216. checking for flock... yes
  217. checking for ftok... yes
  218. checking for funopen... no
  219. checking for gai_strerror... yes
  220. checking for gcvt... yes
  221. checking for getloadavg... yes
  222. checking for getlogin... yes
  223. checking for getprotobyname... yes
  224. checking for getprotobynumber... yes
  225. checking for getservbyname... yes
  226. checking for getservbyport... yes
  227. checking for gethostname... (cached) yes
  228. checking for getrusage... yes
  229. checking for gettimeofday... yes
  230. checking for gmtime_r... yes
  231. checking for getpwnam_r... yes
  232. checking for getgrnam_r... yes
  233. checking for getpwuid_r... yes
  234. checking for grantpt... yes
  235. checking for inet_ntoa... yes
  236. checking for inet_ntop... yes
  237. checking for inet_pton... yes
  238. checking for isascii... yes
  239. checking for link... yes
  240. checking for localtime_r... yes
  241. checking for lockf... yes
  242. checking for lchown... yes
  243. checking for lrand48... yes
  244. checking for memcpy... yes
  245. checking for memmove... yes
  246. checking for mkstemp... yes
  247. checking for mmap... yes
  248. checking for nl_langinfo... yes
  249. checking for perror... yes
  250. checking for poll... yes
  251. checking for ptsname... yes
  252. checking for putenv... yes
  253. checking for realpath... yes
  254. checking for random... yes
  255. checking for rand_r... yes
  256. checking for scandir... yes
  257. checking for setitimer... yes
  258. checking for setlocale... yes
  259. checking for localeconv... yes
  260. checking for setenv... yes
  261. checking for setpgid... yes
  262. checking for setsockopt... yes
  263. checking for setvbuf... yes
  264. checking for shutdown... yes
  265. checking for sin... yes
  266. checking for snprintf... yes
  267. checking for srand48... yes
  268. checking for srandom... yes
  269. checking for statfs... yes
  270. checking for statvfs... yes
  271. checking for std_syslog... no
  272. checking for strcasecmp... yes
  273. checking for strcoll... yes
  274. checking for strdup... yes
  275. checking for strerror... yes
  276. checking for strftime... yes
  277. checking for strnlen... yes
  278. checking for strptime... yes
  279. checking for strstr... yes
  280. checking for strtok_r... yes
  281. checking for symlink... yes
  282. checking for tempnam... yes
  283. checking for tzset... yes
  284. checking for unlockpt... yes
  285. checking for unsetenv... yes
  286. checking for usleep... yes
  287. checking for utime... yes
  288. checking for vsnprintf... yes
  289. checking for vasprintf... yes
  290. checking for asprintf... yes
  291. checking for nanosleep... yes
  292. checking for nanosleep in -lrt... yes
  293. checking for getaddrinfo... yes
  294. checking for __sync_fetch_and_add... yes
  295. checking for strlcat... no
  296. checking for strlcpy... no
  297. checking for getopt... yes
  298. checking for utime.h... (cached) yes
  299. checking whether utime accepts a null argument... yes
  300. checking for working alloca.h... yes
  301. checking for alloca... yes
  302. checking for declared timezone... yes
  303. checking for type of reentrant time-related functions... POSIX
  304. checking for readdir_r... yes
  305. checking for type of readdir_r... POSIX
  306. checking for in_addr_t... yes
  307. checking for crypt_r... no
  308.  
  309. General settings
  310. checking whether to include gcov symbols... no
  311. checking whether to include debugging symbols... no
  312. checking layout of installed files... PHP
  313. checking path to configuration file... DEFAULT
  314. checking where to scan for configuration files...
  315. checking whether to enable PHP's own SIGCHLD handler... no
  316. checking whether to explicitly link against libgcc... no
  317. checking whether to enable short tags by default... yes
  318. checking whether to enable dmalloc... no
  319. checking whether to enable IPv6 support... yes
  320. checking whether to enable DTrace support... no
  321. checking how big to make fd sets... using system default
  322.  
  323. Configuring extensions
  324. checking size of long... (cached) 4
  325. checking size of int... (cached) 4
  326. checking for int32_t... yes
  327. checking for uint32_t... yes
  328. checking for sys/types.h... (cached) yes
  329. checking for inttypes.h... (cached) yes
  330. checking for stdint.h... (cached) yes
  331. checking for string.h... (cached) yes
  332. checking for stdlib.h... (cached) yes
  333. checking for strtoll... yes
  334. checking for atoll... yes
  335. checking for strftime... (cached) yes
  336. ./configure: line 21337: ./build/shtool: No such file or directory
  337. ./configure: line 21349: cd: ext/date: No such file or directory
  338. ./configure: line 21424: ext/date/lib/timelib_config.h: No such file or directory
  339. checking which regex library to use... php
  340. ./configure: line 21810: ./build/shtool: No such file or directory
  341. checking whether to enable LIBXML support... yes
  342. checking libxml2 install dir... no
  343. checking for xml2-config path... /usr/bin/xml2-config
  344. checking whether libxml build works... yes
  345. checking for OpenSSL support... no
  346. checking for Kerberos support... no
  347. checking for PCRE library to use... bundled
  348. checking whether to enable the SQLite3 extension... yes
  349. checking bundled sqlite3 library... yes
  350. checking for ZLIB support... yes
  351. checking if the location of ZLIB install directory is defined... no
  352. checking for zlib version >= 1.2.0.4... 1.2.3.4
  353. checking for gzgets in -lz... yes
  354. checking whether to enable bc style precision math functions... no
  355. checking for BZip2 support... no
  356. checking whether to enable calendar conversion support... no
  357. checking whether to enable ctype functions... yes
  358. checking for cURL support... no
  359. checking for QDBM support... no
  360. checking for GDBM support... no
  361. checking for NDBM support... no
  362. checking for TCADB support... no
  363. checking for Berkeley DB4 support... no
  364. checking for Berkeley DB3 support... no
  365. checking for Berkeley DB2 support... no
  366. checking for DB1 support... no
  367. checking for DBM support... no
  368. checking for CDB support... no
  369. checking for INI File support... no
  370. checking for FlatFile support... no
  371. checking whether to enable DBA interface... no
  372. checking whether to enable DOM support... yes
  373. checking for xml2-config path... (cached) /usr/bin/xml2-config
  374. checking whether libxml build works... (cached) yes
  375. checking for ENCHANT support... no
  376. checking whether to enable EXIF (metadata from images) support... no
  377. checking for fileinfo support... yes
  378. checking for utimes... yes
  379. checking for strndup... yes
  380. checking whether to enable input filter support... yes
  381. checking pcre install prefix... no
  382. checking whether to enable FTP support... no
  383. checking OpenSSL dir for FTP... no
  384. checking for GD support... yes
  385. checking for the location of libvpx... no
  386. checking for the location of libjpeg... no
  387. checking for the location of libpng... no
  388. checking for the location of libXpm... no
  389. checking for FreeType 2... no
  390. checking for T1lib support... no
  391. checking whether to enable truetype string function in GD... no
  392. checking whether to enable JIS-mapped Japanese font support in GD... no
  393. If configure fails try --with-vpx-dir=<DIR>
  394. If configure fails try --with-jpeg-dir=<DIR>
  395. checking for png_write_image in -lpng... yes
  396. If configure fails try --with-xpm-dir=<DIR>
  397. If configure fails try --with-freetype-dir=<DIR>
  398. checking for fabsf... yes
  399. checking for floorf... yes
  400. checking for GNU gettext support... no
  401. checking for GNU MP support... no
  402. checking for mhash support... no
  403. checking whether to enable hash support... yes
  404. checking whether byte ordering is bigendian... (cached) no
  405. checking size of short... 2
  406. checking size of int... (cached) 4
  407. checking size of long... (cached) 4
  408. checking size of long long... (cached) 8
  409. checking for iconv support... yes
  410. ./configure: line 45540: ./build/shtool: No such file or directory
  411. ./configure: line 45542: ext/iconv/php_have_bsd_iconv.h: No such file or directory
  412. ./configure: line 45543: ext/iconv/php_have_ibm_iconv.h: No such file or directory
  413. ./configure: line 45544: ext/iconv/php_have_glibc_iconv.h: No such file or directory
  414. ./configure: line 45545: ext/iconv/php_have_libiconv.h: No such file or directory
  415. ./configure: line 45546: ext/iconv/php_have_iconv.h: No such file or directory
  416. ./configure: line 45547: ext/iconv/php_php_iconv_impl.h: No such file or directory
  417. ./configure: line 45548: ext/iconv/php_iconv_aliased_libiconv.h: No such file or directory
  418. ./configure: line 45549: ext/iconv/php_php_iconv_h_path.h: No such file or directory
  419. ./configure: line 45550: ext/iconv/php_iconv_supports_errno.h: No such file or directory
  420. checking for iconv... yes
  421. ./configure: line 45930: ext/iconv/php_have_iconv.h: No such file or directory
  422. checking if iconv is glibc's... yes
  423. ./configure: line 46230: ext/iconv/php_have_bsd_iconv.h: No such file or directory
  424. ./configure: line 46231: ext/iconv/php_have_glibc_iconv.h: No such file or directory
  425. ./configure: line 46232: ext/iconv/php_have_libiconv.h: No such file or directory
  426. ./configure: line 46233: ext/iconv/php_have_ibm_iconv.h: No such file or directory
  427. ./configure: line 46362: ext/iconv/php_have_glibc_iconv.h: No such file or directory
  428. ./configure: line 46368: ext/iconv/php_php_iconv_impl.h: No such file or directory
  429. checking if iconv supports errno... yes
  430. ./configure: line 46430: ext/iconv/php_iconv_supports_errno.h: No such file or directory
  431. checking if your cpp allows macro usage in include lines... yes
  432. ./configure: line 46474: ext/iconv/php_php_iconv_h_path.h: No such file or directory
  433. checking for IMAP support... no
  434. checking for IMAP Kerberos support... no
  435. checking for IMAP SSL support... no
  436. checking for InterBase support... no
  437. checking whether to enable internationalization support... no
  438. checking whether to enable JavaScript Object Serialization support... yes
  439. checking for ANSI C header files... (cached) yes
  440. checking for LDAP support... no
  441. checking for LDAP Cyrus SASL support... no
  442. checking whether to enable multibyte string support... yes
  443. checking whether to enable multibyte regex support... yes
  444. checking whether to check multibyte regex backtrack... yes
  445. checking for external libmbfl... no
  446. checking for external oniguruma... no
  447. checking for variable length prototypes and stdarg.h... yes
  448. checking for stdlib.h... (cached) yes
  449. checking for string.h... (cached) yes
  450. checking for strings.h... (cached) yes
  451. checking for unistd.h... (cached) yes
  452. checking for sys/time.h... (cached) yes
  453. checking sys/times.h usability... yes
  454. checking sys/times.h presence... yes
  455. checking for sys/times.h... yes
  456. checking for stdarg.h... (cached) yes
  457. checking size of int... (cached) 4
  458. checking size of short... (cached) 2
  459. checking size of long... (cached) 4
  460. checking for an ANSI C-conforming const... yes
  461. checking whether time.h and sys/time.h may both be included... yes
  462. checking for working alloca.h... (cached) yes
  463. checking for alloca... (cached) yes
  464. checking for working memcmp... yes
  465. checking for stdarg.h... (cached) yes
  466. ./configure: line 56797: ./build/shtool: No such file or directory
  467. ./configure: line 56797: ./build/shtool: No such file or directory
  468. ./configure: line 56797: ./build/shtool: No such file or directory
  469. ./configure: line 56797: ./build/shtool: No such file or directory
  470. ./configure: line 56797: ./build/shtool: No such file or directory
  471. ./configure: line 56797: ./build/shtool: No such file or directory
  472. ./configure: line 56843: cd: ext/mbstring: No such file or directory
  473. ./configure: line 56843: cd: ext/mbstring: No such file or directory
  474. ./configure: line 56843: cd: ext/mbstring/libmbfl: No such file or directory
  475. ./configure: line 56962: ext/mbstring/oniguruma/config.h: No such file or directory
  476. ./configure: line 56962: ext/mbstring/libmbfl/config.h: No such file or directory
  477. checking for mcrypt support... no
  478. checking for MSSQL support via FreeTDS... no
  479. checking for MySQL support... no
  480. checking for specified location of the MySQL UNIX socket... no
  481. checking for MySQLi support... yes
  482. checking whether to enable embedded MySQLi support... no
  483. checking for Oracle Database OCI8 support... no
  484. checking whether to enable Zend OPcache support... yes
  485. checking for mprotect... yes
  486. checking for sysvipc shared memory support... yes
  487. checking for mmap() using MAP_ANON shared memory support... yes
  488. checking for mmap() using /dev/zero shared memory support... yes
  489. checking for mmap() using shm_open() shared memory support... yes
  490. checking for mmap() using regular file shared memory support... yes
  491. checking for known struct flock definition... done
  492. ./configure: line 65367: ./build/shtool: No such file or directory
  493. checking whether to enable pcntl support... no
  494. checking whether to enable PDO support... yes
  495. checking for PDO_DBLIB support via FreeTDS... no
  496. checking for Firebird support for PDO... no
  497. checking for MySQL support for PDO... no
  498. checking Oracle OCI support for PDO... no
  499. checking for ODBC v3 support for PDO... no
  500. checking for PostgreSQL support for PDO... no
  501. checking for sqlite 3 support for PDO... yes
  502. checking for PDO includes... checking for PDO includes...
  503. configure: error: Cannot find php_pdo_driver.h.
  504. **ERROR** Could not configure PHP build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement