Advertisement
Guest User

root

a guest
Jan 24th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 0 0
  1. downloading oauth-1.2.2.tgz ...
  2. Starting to download oauth-1.2.2.tgz (45,348 bytes)
  3. .............done: 45,348 bytes
  4. 6 source files, building
  5. running: phpize
  6. Configuring for:
  7. PHP Api Version: 20090626
  8. Zend Module Api No: 20090626
  9. Zend Extension Api No: 220090626
  10. building in /tmp/pear/temp/pear-build-root2Q3AUC/oauth-1.2.2
  11. running: /tmp/pear/temp/oauth/configure
  12. checking for grep that handles long lines and -e... /bin/grep
  13. checking for egrep... /bin/grep -E
  14. checking for a sed that does not truncate output... /bin/sed
  15. checking for cc... cc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether cc accepts -g... yes
  23. checking for cc option to accept ISO C89... none needed
  24. checking how to run the C preprocessor... cc -E
  25. checking for icc... no
  26. checking for suncc... no
  27. checking whether cc understands -c and -o together... yes
  28. checking for system library directory... lib
  29. checking if compiler supports -R... no
  30. checking if compiler supports -Wl,-rpath,... yes
  31. checking build system type... i686-pc-linux-gnu
  32. checking host system type... i686-pc-linux-gnu
  33. checking target system type... i686-pc-linux-gnu
  34. checking for PHP prefix... /usr
  35. 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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  36. checking for PHP extension directory... /usr/lib/php5/20090626+lfs
  37. checking for PHP installed headers prefix... /usr/include/php5
  38. checking if debug is enabled... no
  39. checking if zts is enabled... no
  40. checking for re2c... no
  41. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  42. checking for gawk... gawk
  43. checking for oauth support... yes, shared
  44. checking for cURL in default path... cURL not found
  45. checking for a sed that does not truncate output... (cached) /bin/sed
  46. checking for fgrep... /bin/grep -F
  47. checking for ld used by cc... /usr/bin/ld
  48. checking if the linker (/usr/bin/ld) is GNU ld... yes
  49. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  50. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  51. checking whether ln -s works... yes
  52. checking the maximum length of command line arguments... 1572864
  53. checking whether the shell understands some XSI constructs... yes
  54. checking whether the shell understands "+="... yes
  55. checking for /usr/bin/ld option to reload object files... -r
  56. checking for objdump... objdump
  57. checking how to recognize dependent libraries... pass_all
  58. checking for ar... ar
  59. checking for strip... strip
  60. checking for ranlib... ranlib
  61. checking command to parse /usr/bin/nm -B output from cc object... ok
  62. checking for ANSI C header files... yes
  63. checking for sys/types.h... yes
  64. checking for sys/stat.h... yes
  65. checking for stdlib.h... yes
  66. checking for string.h... yes
  67. checking for memory.h... yes
  68. checking for strings.h... yes
  69. checking for inttypes.h... yes
  70. checking for stdint.h... yes
  71. checking for unistd.h... yes
  72. checking for dlfcn.h... yes
  73. checking for objdir... .libs
  74. checking if cc supports -fno-rtti -fno-exceptions... no
  75. checking for cc option to produce PIC... -fPIC -DPIC
  76. checking if cc PIC flag -fPIC -DPIC works... yes
  77. checking if cc static flag -static works... yes
  78. checking if cc supports -c -o file.o... yes
  79. checking if cc supports -c -o file.o... (cached) yes
  80. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  81. checking whether -lc should be explicitly linked in... no
  82. checking dynamic linker characteristics... GNU/Linux ld.so
  83. checking how to hardcode library paths into programs... immediate
  84. checking whether stripping libraries is possible... yes
  85. checking if libtool supports shared libraries... yes
  86. checking whether to build shared libraries... yes
  87. checking whether to build static libraries... no
  88. configure: creating ./config.status
  89. config.status: creating config.h
  90. config.status: executing libtool commands
  91. running: make
  92. /bin/bash /tmp/pear/temp/pear-build-root2Q3AUC/oauth-1.2.2/libtool --mode=compile cc -I. -I/tmp/pear/temp/oauth -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root2Q3AUC/oauth-1.2.2/include -I/tmp/pear/temp/pear-build-root2Q3AUC/oauth-1.2.2/main -I/tmp/pear/temp/oauth -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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -Wall -g -c /tmp/pear/temp/oauth/oauth.c -o oauth.lo
  93. libtool: compile: cc -I. -I/tmp/pear/temp/oauth -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-root2Q3AUC/oauth-1.2.2/include -I/tmp/pear/temp/pear-build-root2Q3AUC/oauth-1.2.2/main -I/tmp/pear/temp/oauth -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 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -Wall -g -c /tmp/pear/temp/oauth/oauth.c -fPIC -DPIC -o .libs/oauth.o
  94. In file included from /tmp/pear/temp/oauth/php_oauth.h:47,
  95. from /tmp/pear/temp/oauth/oauth.c:14:
  96. /usr/include/php5/ext/pcre/php_pcre.h:29:18: error: pcre.h: No such file or directory
  97. In file included from /tmp/pear/temp/oauth/php_oauth.h:47,
  98. from /tmp/pear/temp/oauth/oauth.c:14:
  99. /usr/include/php5/ext/pcre/php_pcre.h:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  100. /usr/include/php5/ext/pcre/php_pcre.h:38: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  101. /usr/include/php5/ext/pcre/php_pcre.h:44: error: expected specifier-qualifier-list before ‘pcre’
  102. make: *** [oauth.lo] Error 1
  103. ERROR: `make' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement