Advertisement
ihris

Mathayo

Mar 4th, 2011
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. hris@hris:~$ sudo pecl install Fileinfo
  2. WARNING: "pear/Fileinfo" is deprecated in favor of "channel://php-src/ext/fileinfo/in php sources"
  3. downloading Fileinfo-1.0.4.tgz ...
  4. Starting to download Fileinfo-1.0.4.tgz (5,835 bytes)
  5. .....done: 5,835 bytes
  6. 3 source files, building
  7. running: phpize
  8. Configuring for:
  9. PHP Api Version: 20041225
  10. Zend Module Api No: 20060613
  11. Zend Extension Api No: 220060519
  12. building in /var/tmp/pear-build-root/Fileinfo-1.0.4
  13. running: /tmp/pear/download/Fileinfo-1.0.4/configure
  14. checking for grep that handles long lines and -e... /bin/grep
  15. checking for egrep... /bin/grep -E
  16. checking for a sed that does not truncate output... /bin/sed
  17. checking for gcc... gcc
  18. checking for C compiler default output file name... a.out
  19. checking whether the C compiler works... yes
  20. checking whether we are cross compiling... no
  21. checking for suffix of executables...
  22. checking for suffix of object files... o
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether gcc accepts -g... yes
  25. checking for gcc option to accept ISO C89... none needed
  26. checking whether gcc and cc understand -c and -o together... yes
  27. checking for system library directory... lib
  28. checking if compiler supports -R... no
  29. checking if compiler supports -Wl,-rpath,... yes
  30. checking build system type... x86_64-unknown-linux-gnu
  31. checking host system type... x86_64-unknown-linux-gnu
  32. checking target system type... x86_64-unknown-linux-gnu
  33. checking for PHP prefix... /usr
  34. 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
  35. checking for PHP extension directory... /usr/lib/php5/20060613
  36. checking for PHP installed headers prefix... /usr/include/php5
  37. checking for re2c... no
  38. configure: WARNING: You will need re2c 0.12.0 or later if you want to regenerate PHP parsers.
  39. checking for gawk... no
  40. checking for nawk... nawk
  41. checking if nawk is broken... no
  42. checking for fileinfo support... yes, shared
  43. checking for magic files in default path... found in /usr
  44. checking for dl... no
  45. checking for __dl... no
  46. checking for dl in -ldlopen... no
  47. checking for __dl in -ldlopen... no
  48. checking for gzgets... no
  49. checking for __gzgets... no
  50. checking for gzgets in -lz... yes
  51. checking for round... no
  52. checking for __round... no
  53. checking for round in -lm... yes
  54. checking for magic_open in -lmagic... yes
  55. checking for a sed that does not truncate output... (cached) /bin/sed
  56. checking for fgrep... /bin/grep -F
  57. checking for ld used by gcc... /usr/bin/ld
  58. checking if the linker (/usr/bin/ld) is GNU ld... yes
  59. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  60. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  61. checking whether ln -s works... yes
  62. checking the maximum length of command line arguments... 1572864
  63. checking whether the shell understands some XSI constructs... yes
  64. checking whether the shell understands "+="... yes
  65. checking for /usr/bin/ld option to reload object files... -r
  66. checking for objdump... objdump
  67. checking how to recognize dependent libraries... pass_all
  68. checking for ar... ar
  69. checking for strip... strip
  70. checking for ranlib... ranlib
  71. checking command to parse /usr/bin/nm -B output from gcc object... ok
  72. checking how to run the C preprocessor... gcc -E
  73. checking for ANSI C header files... yes
  74. checking for sys/types.h... yes
  75. checking for sys/stat.h... yes
  76. checking for stdlib.h... yes
  77. checking for string.h... yes
  78. checking for memory.h... yes
  79. checking for strings.h... yes
  80. checking for inttypes.h... yes
  81. checking for stdint.h... yes
  82. checking for unistd.h... yes
  83. checking for dlfcn.h... yes
  84. checking for objdir... .libs
  85. checking if gcc supports -fno-rtti -fno-exceptions... no
  86. checking for gcc option to produce PIC... -fPIC -DPIC
  87. checking if gcc PIC flag -fPIC -DPIC works... yes
  88. checking if gcc static flag -static works... yes
  89. checking if gcc supports -c -o file.o... yes
  90. checking if gcc supports -c -o file.o... (cached) yes
  91. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  92. checking whether -lc should be explicitly linked in... no
  93. checking dynamic linker characteristics... GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... yes
  98. checking whether to build static libraries... no
  99. configure: creating ./config.status
  100. config.status: creating config.h
  101. config.status: executing libtool commands
  102. running: make
  103. sh: make: not found
  104. ERROR: `make' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement