Guest User

Untitled

a guest
Dec 10th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. someone@somewhere:~ # pecl install imagick
  2. downloading imagick-3.0.1.tar ...
  3. Starting to download imagick-3.0.1.tar (Unknown size)
  4. ................................................................................done: 665,088 bytes
  5. 13 source files, building
  6. running: phpize5
  7. Configuring for:
  8. PHP Api Version: 20090626
  9. Zend Module Api No: 20090626
  10. Zend Extension Api No: 220090626
  11. configure.in:3: warning: prefer named diversions
  12. configure.in:3: warning: prefer named diversions
  13. Please provide the prefix of Imagemagick installation [autodetect] :
  14. building in /var/tmp/pear-build-root/imagick-3.0.1
  15. running: /tmp/pear/temp/imagick/configure --with-imagick
  16. checking for grep that handles long lines and -e... /usr/bin/grep
  17. checking for egrep... /usr/bin/grep -E
  18. checking for a sed that does not truncate output... /usr/bin/sed
  19. checking for gcc... gcc
  20. checking whether the C compiler works... yes
  21. checking for C compiler default output file name... a.out
  22. checking for suffix of executables...
  23. checking whether we are cross compiling... no
  24. checking for suffix of object files... o
  25. checking whether we are using the GNU C compiler... yes
  26. checking whether gcc accepts -g... yes
  27. checking for gcc option to accept ISO C89... none needed
  28. checking for gcc option to accept ISO C99... -std=gnu99
  29. checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  30. checking how to run the C preprocessor... gcc -std=gnu99 -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking minix/config.h usability... no
  42. checking minix/config.h presence... no
  43. checking for minix/config.h... no
  44. checking whether it is safe to define __EXTENSIONS__... yes
  45. checking for icc... no
  46. checking for suncc... no
  47. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  48. checking for system library directory... lib
  49. checking if compiler supports -R... no
  50. checking if compiler supports -Wl,-rpath,... yes
  51. checking build system type... x86_64-unknown-linux-gnu
  52. checking host system type... x86_64-unknown-linux-gnu
  53. checking target system type... x86_64-unknown-linux-gnu
  54. checking for PHP prefix... /usr
  55. 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
  56. checking for PHP extension directory... /usr/lib64/php5/extensions
  57. checking for PHP installed headers prefix... /usr/include/php5
  58. checking if debug is enabled... no
  59. checking if zts is enabled... no
  60. checking for re2c... no
  61. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  62. checking for gawk... gawk
  63. checking whether to enable the imagick extension... yes, shared
  64. checking whether to enable the imagick GraphicsMagick backend... no
  65. checking ImageMagick MagickWand API configuration program... configure: error: not found. Please provide a path to MagickWand-config or Wand-config program.
  66. ERROR: `/tmp/pear/temp/imagick/configure --with-imagick' failed
Add Comment
Please, Sign In to add comment