Advertisement
Guest User

Untitled

a guest
May 11th, 2010
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.92 KB | None | 0 0
  1. pecl install pdo
  2. downloading PDO-1.0.3.tgz ...
  3. Starting to download PDO-1.0.3.tgz (52,613 bytes)
  4. .............done: 52,613 bytes
  5. 12 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. building in /var/tmp/pear-build-root/PDO-1.0.3
  12. running: /tmp/pear/temp/PDO/configure
  13. checking for grep that handles long lines and -e... /bin/grep
  14. checking for egrep... /bin/grep -E
  15. checking for a sed that does not truncate output... /bin/sed
  16. checking for cc... cc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether cc accepts -g... yes
  24. checking for cc option to accept ISO C89... none needed
  25. checking how to run the C preprocessor... cc -E
  26. checking for icc... no
  27. checking for suncc... no
  28. checking whether cc understands -c and -o together... yes
  29. checking for system library directory... lib
  30. checking if compiler supports -R... no
  31. checking if compiler supports -Wl,-rpath,... yes
  32. checking build system type... x86_64-unknown-linux-gnu
  33. checking host system type... x86_64-unknown-linux-gnu
  34. checking target system type... x86_64-unknown-linux-gnu
  35. checking for PHP prefix... /usr
  36. checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
  37. checking for PHP extension directory... /usr/lib/php5/20090626
  38. checking for PHP installed headers prefix... /usr/include/php5
  39. checking if debug is enabled... no
  40. checking if zts is enabled... no
  41. checking for re2c... no
  42. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  43. checking for gawk... no
  44. checking for nawk... nawk
  45. checking if nawk is broken... no
  46. checking whether to enable PDO support... yes, shared
  47. checking for a sed that does not truncate output... (cached) /bin/sed
  48. checking for fgrep... /bin/grep -F
  49. checking for ld used by cc... /usr/bin/ld
  50. checking if the linker (/usr/bin/ld) is GNU ld... yes
  51. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  52. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  53. checking whether ln -s works... yes
  54. checking the maximum length of command line arguments... 1572864
  55. checking whether the shell understands some XSI constructs... yes
  56. checking whether the shell understands "+="... yes
  57. checking for /usr/bin/ld option to reload object files... -r
  58. checking for objdump... objdump
  59. checking how to recognize dependent libraries... pass_all
  60. checking for ar... ar
  61. checking for strip... strip
  62. checking for ranlib... ranlib
  63. checking command to parse /usr/bin/nm -B output from cc object... ok
  64. checking for ANSI C header files... yes
  65. checking for sys/types.h... yes
  66. checking for sys/stat.h... yes
  67. checking for stdlib.h... yes
  68. checking for string.h... yes
  69. checking for memory.h... yes
  70. checking for strings.h... yes
  71. checking for inttypes.h... yes
  72. checking for stdint.h... yes
  73. checking for unistd.h... yes
  74. checking for dlfcn.h... yes
  75. checking for objdir... .libs
  76. checking if cc supports -fno-rtti -fno-exceptions... no
  77. checking for cc option to produce PIC... -fPIC -DPIC
  78. checking if cc PIC flag -fPIC -DPIC works... yes
  79. checking if cc static flag -static works... yes
  80. checking if cc supports -c -o file.o... yes
  81. checking if cc supports -c -o file.o... (cached) yes
  82. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  83. checking whether -lc should be explicitly linked in... no
  84. checking dynamic linker characteristics... GNU/Linux ld.so
  85. checking how to hardcode library paths into programs... immediate
  86. checking whether stripping libraries is possible... yes
  87. checking if libtool supports shared libraries... yes
  88. checking whether to build shared libraries... yes
  89. checking whether to build static libraries... no
  90. configure: creating ./config.status
  91. config.status: creating config.h
  92. config.status: executing libtool commands
  93. running: make
  94. /bin/sh /var/tmp/pear-build-root/PDO-1.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/PDO/pdo.c -o pdo.lo
  95. libtool: compile: cc -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/PDO/pdo.c -fPIC -DPIC -o .libs/pdo.o
  96. /bin/sh /var/tmp/pear-build-root/PDO-1.0.3/libtool --mode=compile cc -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/PDO/pdo_dbh.c -o pdo_dbh.lo
  97. libtool: compile: cc -I. -I/tmp/pear/temp/PDO -DPHP_ATOM_INC -I/var/tmp/pear-build-root/PDO-1.0.3/include -I/var/tmp/pear-build-root/PDO-1.0.3/main -I/tmp/pear/temp/PDO -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/PDO/pdo_dbh.c -fPIC -DPIC -o .libs/pdo_dbh.o
  98. /tmp/pear/temp/PDO/pdo_dbh.c: In function âpdo_stmt_instantiateâ:
  99. /tmp/pear/temp/PDO/pdo_dbh.c:410: error: âzvalâ has no member named ârefcountâ
  100. /tmp/pear/temp/PDO/pdo_dbh.c:411: error: âzvalâ has no member named âis_refâ
  101. /tmp/pear/temp/PDO/pdo_dbh.c: In function âpdo_stmt_constructâ:
  102. /tmp/pear/temp/PDO/pdo_dbh.c:435: error: âzend_fcall_infoâ has no member named âobject_ppâ
  103. /tmp/pear/temp/PDO/pdo_dbh.c:458: error: âzend_fcall_info_cacheâ has no member named âobject_ppâ
  104. /tmp/pear/temp/PDO/pdo_dbh.c: In function âzim_PDO_setAttributeâ:
  105. /tmp/pear/temp/PDO/pdo_dbh.c:752: error: âzvalâ has no member named ârefcountâ
  106. /tmp/pear/temp/PDO/pdo_dbh.c: In function âzim_PDO_getAttributeâ:
  107. /tmp/pear/temp/PDO/pdo_dbh.c:818: error: âzvalâ has no member named ârefcountâ
  108. /tmp/pear/temp/PDO/pdo_dbh.c: In function âpdo_hash_methodsâ:
  109. /tmp/pear/temp/PDO/pdo_dbh.c:1122: warning: assignment discards qualifiers from pointer target type
  110. /tmp/pear/temp/PDO/pdo_dbh.c:1126: warning: assignment discards qualifiers from pointer target type
  111. make: *** [pdo_dbh.lo] Error 1
  112. ERROR: `make' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement