Guest User

Untitled

a guest
May 3rd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. Check for php extensions
  2. 
  3. Check for ImageMagicK System Updates (YUM)
  4. Loaded plugins: fastestmirror
  5. Loading mirror speeds from cached hostfile
  6. * base: mirror.checkdomain.de
  7. * epel: mirror.wiuwiu.de
  8. * extras: mirror.ratiokontakt.de
  9. * remi: mirror.23media.de
  10. * updates: mirror.checkdomain.de
  11. Package(s) ImageMagick6-devel available, but not installed.
  12. Package(s) ImageMagick6-c++-devel available, but not installed.
  13. No packages marked for update
  14.  
  15. real 0m3.521s
  16. user 0m2.651s
  17. sys 0m0.282s
  18.  
  19. Loaded plugins: fastestmirror, priorities, versionlock
  20. Deleting versionlock for: 0:ImageMagick6-libs-6.9.10.43-1.el7.remi.*
  21. Deleting versionlock for: 0:ImageMagick6-c++-6.9.10.43-1.el7.remi.*
  22. Deleting versionlock for: 0:ImageMagick6-6.9.10.43-1.el7.remi.*
  23. versionlock deleted: 3
  24. Loaded plugins: fastestmirror, priorities, versionlock
  25. Adding versionlock on: 0:ImageMagick6-libs-6.9.10.43-1.el7.remi
  26. Adding versionlock on: 0:ImageMagick6-c++-6.9.10.43-1.el7.remi
  27. Adding versionlock on: 0:ImageMagick6-6.9.10.43-1.el7.remi
  28. versionlock added: 3
  29.  
  30. *************************************************
  31. * Installing imagick PHP Extension
  32. *************************************************
  33. /usr/local/src/centminmod
  34. cd /svr-setup
  35. PHP Warning: PHP Startup: Unable to load dynamic library 'imagick.so' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20180731/imagick.so (/usr/local/lib/php/extensions/no-debug-non-zts-20180731/imagick.so: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20180731/imagick.so.so (/usr/local/lib/php/extensions/no-debug-non-zts-20180731/imagick.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
  36. 7.3
  37. 0
  38. make: *** No rule to make target `clean'. Stop.
  39. Configuring for:
  40. PHP Api Version: 20180731
  41. Zend Module Api No: 20180731
  42. Zend Extension Api No: 320180731
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for egrep... /bin/grep -E
  45. checking for a sed that does not truncate output... /bin/sed
  46. checking whether the C compiler works... yes
  47. checking for C compiler default output file name... a.out
  48. checking for suffix of executables...
  49. checking whether we are cross compiling... no
  50. checking for suffix of object files... o
  51. checking whether we are using the GNU C compiler... yes
  52. checking whether ccache gcc accepts -g... yes
  53. checking for ccache gcc option to accept ISO C89... none needed
  54. checking how to run the C preprocessor... ccache gcc -E
  55. checking for icc... no
  56. checking for suncc... no
  57. checking whether ccache gcc and cc understand -c and -o together... yes
  58. checking for system library directory... lib
  59. checking if compiler supports -R... no
  60. checking if compiler supports -Wl,-rpath,... yes
  61. checking build system type... x86_64-pc-linux-gnu
  62. checking host system type... x86_64-pc-linux-gnu
  63. checking target system type... x86_64-pc-linux-gnu
  64. checking for PHP prefix... /usr/local
  65. checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
  66. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20180731
  67. checking for PHP installed headers prefix... /usr/local/include/php
  68. checking if debug is enabled... no
  69. checking if zts is enabled... no
  70. checking for re2c... re2c
  71. checking for re2c version... 0.14.3 (ok)
  72. checking for gawk... gawk
  73. checking whether to enable the imagick extension... yes, shared
  74. checking for pkg-config... /bin/pkg-config
  75. checking ImageMagick MagickWand API configuration program... checking Testing /usr/local/bin/MagickWand-config... Doesn't exist
  76. checking Testing /usr/bin/MagickWand-config... Doesn't exist
  77. checking Testing /usr/sbin/bin/MagickWand-config... Doesn't exist
  78. checking Testing /opt/bin/MagickWand-config... Doesn't exist
  79. checking Testing /opt/local/bin/MagickWand-config... Doesn't exist
  80. configure: error: not found. Please provide a path to MagickWand-config or Wand-config program.
  81. make: *** No targets specified and no makefile found. Stop.
  82. make: *** No rule to make target `install'. Stop.
  83.  
  84. Copying imagick.ini > /etc/centminmod/php.d/imagick.ini
  85.  
  86. service php-fpm restart
  87. Redirecting to /bin/systemctl restart php-fpm.service
  88. *************************************************
  89. * imagick PHP installed
  90. *************************************************
  91.  
  92. Total ImagicK PHP Install Time: 6.717000409 seconds
Advertisement
Add Comment
Please, Sign In to add comment