UJP - PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' tried: /usr/local/lib/php/pecl/20170718/imagick

Life is fun and easy!

不正IP報告数

Okan Sensor
 
メイン
ログイン
ブログ カテゴリ一覧

  • カテゴリ 2008 13inch 2 の最新配信
  • RSS
  • RDF
  • ATOM

ブログ - PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' tried: /usr/local/lib/php/pecl/20170718/imagick

PHP Warning: PHP Startup: Unable to load dynamic library 'imagick' tried: /usr/local/lib/php/pecl/20170718/imagick

カテゴリ : 
Apple » MacBook » 2008 13inch 2
ブロガー : 
ujpblog 2019/4/14 23:51
 NetCommons3をインストールしようとたら,次のようなエラーがでた.

$ ./cake install.install🆑
PHP Warning:  PHP Startup: Unable to load dynamic library 'imagick'
 (tried: /usr/local/lib/php/pecl/20170718/imagick
 (dlopen(/usr/local/lib/php/pecl/20170718/imagick, 9): image not found),
 /usr/local/lib/php/pecl/20170718/imagick.so
 (dlopen(/usr/local/lib/php/pecl/20170718/imagick.so, 9): image not found))
 in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'imagick'
 (tried: /usr/local/lib/php/pecl/20170718/imagick
 (dlopen(/usr/local/lib/php/pecl/20170718/imagick, 9): image not found),
 /usr/local/lib/php/pecl/20170718/imagick.so
 (dlopen(/usr/local/lib/php/pecl/20170718/imagick.so, 9): image not found))
 in Unknown on line 0
---------------------------------------------------------------
NetCommons Install
---------------------------------------------------------------
[S]tart
[H]elp
[Q]uit
What would you like to do? (S/H/Q)
[Q] >
 ImageMagickはHomeBrewでインストールしたはずなのだが.
$ brew info imagemagick🆑
imagemagick: stable 7.0.8-35, HEAD
Tools and libraries to manipulate images in many formats
https://www.imagemagick.org/
/usr/local/Cellar/imagemagick/7.0.8-35 (1,477 files, 23.7MB) *
  Built from source on 2019-04-10 at 01:52:17
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/imagemagick.rb
==> Dependencies
Build: pkg-config ✔
Required: freetype ✔, jpeg ✔, libheif ✔, libomp ✔, libpng ✔,
 libtiff ✔, libtool ✔, little-cms2 ✔, openexr ✔, openjpeg ✔,
 webp ✔, xz ✔
==> Options
--HEAD
	Install HEAD version
==> Analytics
install: 100,125 (30 days), 339,156 (90 days), 1,337,647 (365 days)
install_on_request: 70,180 (30 days), 237,303 (90 days), 891,786 (365 days)
build_error: 0 (30 days)
$
 インストール済みを確認.ライブラリを検索. 
$ find /usr/local/Cellar/ |grep imagick.so🆑
$
 入ってない.
 PHPの拡張ライブラリ管理ツールのpeclを使って,インストールする.
$ pecl install imagick🆑
PHP Warning:  PHP Startup: Unable to load dynamic library 'imagick'
 (tried: /usr/local/lib/php/pecl/20170718/imagick
 (dlopen(/usr/local/lib/php/pecl/20170718/imagick, 9):
 image not found), /usr/local/lib/php/pecl/20170718/imagick.so
 (dlopen(/usr/local/lib/php/pecl/20170718/imagick.so, 9):
 image not found)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'imagick'
 (tried: /usr/local/lib/php/pecl/20170718/imagick
 (dlopen(/usr/local/lib/php/pecl/20170718/imagick, 9):
 image not found), /usr/local/lib/php/pecl/20170718/imagick.so
 (dlopen(/usr/local/lib/php/pecl/20170718/imagick.so, 9):
 image not found)) in Unknown on line 0
downloading imagick-3.4.3.tgz ...
Starting to download imagick-3.4.3.tgz (245,410 bytes)
...................................................done: 245,410 bytes
19 source files, building

Warning: preg_match(): Unknown modifier '7' in Builder.php on line 310
PHP Warning:  preg_match(): Unknown modifier '7'
 in /usr/local/Cellar/php@7.2/7.2.17/share/php@7.2/pear/PEAR/Builder.php on line 310

Warning: preg_match(): Unknown modifier '7' in
 /usr/local/Cellar/php@7.2/7.2.17/share/php@7.2/pear/PEAR/Builder.php on line 310
running: phpize
Configuring for:
PHP Api Version:         20170718
Zend Module Api No:      20170718
Zend Extension Api No:   320170718
Please provide the prefix of Imagemagick installation [autodetect] :🈁

 自動検出なので,空でエンタキーを押下.
Please provide the prefix of Imagemagick installation [autodetect] :🆑
building in /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3
running: /private/tmp/pear/temp/imagick/configure
 --with-php-config=/usr/local/opt/php@7.2/bin/php-config --with-imagick
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/local/opt/gnu-sed/libexec/gnubin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-apple-darwin15.6.0
checking host system type... x86_64-apple-darwin15.6.0
checking target system type... x86_64-apple-darwin15.6.0
checking for PHP prefix... /usr/local/Cellar/php@7.2/7.2.17
checking for PHP includes... -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/Cellar/php@7.2/7.2.17/pecl/20170718
checking for PHP installed headers prefix... /usr/local/Cellar/php@7.2/7.2.17/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable the imagick extension... yes, shared
checking for pkg-config... /usr/local/bin/pkg-config
checking ImageMagick MagickWand API configuration program...
 checking Testing /usr/local/bin/MagickWand-config... It exists
found in /usr/local/bin/MagickWand-config
checking if ImageMagick version is at least 6.2.4... found version 7.0.8 Q16 HDRI
checking for MagickWand.h or magick-wand.h header...
 /usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7/MagickWand/MagickWand.h
checking PHP version is at least 5.1.3... yes. found 7.2.17
libs
-L/usr/local/Cellar/imagemagick/7.0.8-35/lib -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI


checking for MagickGetVersion... yes
checking for MagickSetImageInterpolateMethod... yes
checking for ld used by cc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/Library/Developer/CommandLineTools/usr/bin/ld)
 supports shared libraries... yes
checking dynamic linker characteristics... darwin15.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool
 --mode=compile cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main

 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7  -DHAVE_CONFIG_H
  -g -O2   -c /private/tmp/pear/temp/imagick/imagick_file.c -o imagick_file.lo
mkdir .libs
 cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7 -DHAVE_CONFIG_H
 -g -O2 -c /private/tmp/pear/temp/imagick/imagick_file.c  -fno-common -DPIC
 -o .libs/imagick_file.o
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool
 --mode=compile cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7  -DHAVE_CONFIG_H
  -g -O2   -c /private/tmp/pear/temp/imagick/imagick_class.c -o imagick_class.lo
 cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7 -DHAVE_CONFIG_H -g
 -O2 -c /private/tmp/pear/temp/imagick/imagick_class.c  -fno-common -DPIC -o .libs/imagick_class.o
/private/tmp/pear/temp/imagick/imagick_class.c:2436:56: warning: incompatible
 pointer types passing 'zend_long *' (aka 'long long *') to parameter of type
 'long *' [-Wincompatible-pointer-types]
                        long_array = php_imagick_zval_to_long_array(pixels, &num_elements TSRMLS_CC);
                                                                            ^~~~~~~~~~~~~
/private/tmp/pear/temp/imagick/php_imagick_helpers.h:33:63: note: passing argument
 to parameter 'num_elements' here
long *php_imagick_zval_to_long_array(zval *param_array, long *num_elements TSRMLS_DC);
                                                              ^
/private/tmp/pear/temp/imagick/imagick_class.c:2446:56: warning: incompatible pointer
 types passing 'zend_long *' (aka 'long long *') to parameter of type 'long *'
 [-Wincompatible-pointer-types]
                        char_array = php_imagick_zval_to_char_array(pixels, &num_elements TSRMLS_CC);
                                                                            ^~~~~~~~~~~~~
/private/tmp/pear/temp/imagick/php_imagick_helpers.h:35:72: note: passing argument to parameter
 'num_elements' here
unsigned char *php_imagick_zval_to_char_array(zval *param_array, long *num_elements TSRMLS_DC);
                                                                       ^
/private/tmp/pear/temp/imagick/imagick_class.c:7731:79: warning: incompatible pointer
 types passing 'long *' to parameter of type 'zend_long *' (aka 'long long *')
 [-Wincompatible-pointer-types]
        if (!php_imagick_thumbnail_dimensions(magick_wand, 1, box_width, box_height,
 &new_width, &new_height, legacy)) {
                                                                                     ^~~~~~~~~~
/private/tmp/pear/temp/imagick/php_imagick_helpers.h:27:144: note: passing argument
 to parameter 'new_width' here
zend_bool php_imagick_thumbnail_dimensions(MagickWand *magick_wand, zend_bool bestfit,
 im_long desired_width, im_long desired_height, im_long *new_width, im_long *new_height,
 zend_bool legacy);
 ^
/private/tmp/pear/temp/imagick/imagick_class.c:7731:91: warning: incompatible pointer
 types passing 'long *' to parameter of type 'zend_long *' (aka 'long long *')
 [-Wincompatible-pointer-types]
        if (!php_imagick_thumbnail_dimensions(magick_wand, 1, box_width, box_height,
 &new_width, &new_height, legacy)) {
                                                                                   
			  ^~~~~~~~~~~
/private/tmp/pear/temp/imagick/php_imagick_helpers.h:27:164: note: passing argument
 to parameter 'new_height' here
zend_bool php_imagick_thumbnail_dimensions(MagickWand *magick_wand, zend_bool bestfit,
 im_long desired_width, im_long desired_height, im_long *new_width, im_long *new_height,
 zend_bool legacy);
/private/tmp/pear/temp/imagick/imagick_class.c:8510:14: warning: address of array
 'trim->val' will always evaluate to 'true' [-Wpointer-bool-conversion]
                        if (trim->val) {
                        ~~  ~~~~~~^~~
5 warnings generated.
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool 
--mode=compile cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I. -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend 
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext 
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7  
 -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/imagick/imagickdraw_class.c
 -o imagickdraw_class.
lo
 cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I. -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7 -DHAVE_CONFIG_H
 -g -O2 -c /private/tmp/pear/temp/imagick/imagickdraw_class.c  -fno-common -DPIC
 -o .libs/imagickdraw_class.o
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool
 --mode=compile cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7  -DHAVE_CONFIG_H
  -g -O2   -c /private/tmp/pear/temp/imagick/imagickpixel_class.c -o imagickpixel_clas
s.lo
 cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7 -DHAVE_CONFIG_H
 -g -O2 -c /private/tmp/pear/temp/imagick/imagickpixel_class.c  -fno-common -DPIC
 -o .libs/imagickpixel_class.o
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool
 --mode=compile cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7  -DHAVE_CONFIG_H
  -g -O2   -c /private/tmp/pear/temp/imagick/imagickpixeliterator_class.c -o imagickpi
xeliterator_class.lo
 cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7 -DHAVE_CONFIG_H
 -g -O2 -c /private/tmp/pear/temp/imagick/imagickpixeliterator_class.c
  -fno-common -DPIC -o .libs/imagickpixeliterator_class.o
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool
 --mode=compile cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7  -DHAVE_CONFIG_H
  -g -O2   -c /private/tmp/pear/temp/imagick/imagick_helpers.c -o imagick_helpers.lo
 cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7 -DHAVE_CONFIG_H
 -g -O2 -c /private/tmp/pear/temp/imagick/imagick_helpers.c  -fno-common -DPI
 C -o .libs/imagick_helpers.o
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool
 --mode=compile cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/imagick/imagick.c -o imagick.lo
 cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7 -DHAVE_CONFIG_H -g
 -O2 -c /private/tmp/pear/temp/imagick/imagick.c  -fno-common -DPIC -o .libs/imagick.o
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool
 --mode=compile cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7  -DHAVE_CONFIG_H
  -g -O2   -c /private/tmp/pear/temp/imagick/imagickkernel_class.c -o imagickkernel_cl
ass.lo
 cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7 -DHAVE_CONFIG_H
 -g -O2 -c /private/tmp/pear/temp/imagick/imagickkernel_class.c  -fno-common
 -DPIC -o .libs/imagickkernel_class.o
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool
 --mode=compile cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1
 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7  -DHAVE_CONFIG_H
  -g -O2   -c /private/tmp/pear/temp/imagick/shim_im6_to_im7.c -o shim_im6_to_im7.lo
 cc -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -Xpreprocessor -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7
 -I.
 -I/private/tmp/pear/temp/imagick -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7 -DHAVE_CONFIG_H
 -g -O2 -c /private/tmp/pear/temp/imagick/shim_im6_to_im7.c  -fno-common -DPIC
 -o .libs/shim_im6_to_im7.o
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool
 --mode=link cc -DPHP_ATOM_INC
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/include
 -I/private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/main
 -I/private/tmp/pear/temp/imagick
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/main
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/TSRM
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/Zend
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
 -I/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/date/lib
 -I/usr/local/Cellar/imagemagick/7.0.8-35/include/ImageMagick-7  -DHAVE_CONFIG_H
  -g -O2    -o imagick.la -export-dynamic -avoid-version -prefer-pic -module 
  -rpath /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/modules
  imagick_file.lo imagick_class.lo imagickdraw_class.lo imagickpixel_class.lo
 imagickpixeliterator_class.lo imagick_helpers.lo imagick.lo
 imagickkernel_class.lo shim_im6_to_im7.lo -Wl,-rpath,/usr/loc
al/Cellar/imagemagick/7.0.8-35/lib -L/usr/local/Cellar/imagemagick/7.0.8-35/lib
 -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI
cc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/imagick.so
 -bundle  .libs/imagick_file.o .libs/imagick_class.o .libs/imagickdraw_class.o
 .libs/imagickpixel_class.o .libs/imagickpixeliterator_class.o .libs/imagick_helpers.o
 .libs/imagick.o .libs/imagickkernel_class.o .libs/shim_im6_to_im7.o
  -L/usr/local/Cellar/imagemagick/7.0.8-35/lib 
  /usr/local/Cellar/imagemagick/7.0.8-35/lib/libMagickWand-7.Q16HDRI.dylib
 -L/usr/local/Cellar/little-cms2/2.9/lib -L/usr/local/opt/freetype/lib
 -L/usr/local/Cellar/xz/5.2.4/lib
 /usr/local/Cellar/imagemagick/7.0.8-35/lib/libMagickCore-7.Q16HDRI.dylib
  -Wl,-rpath -Wl,/usr/local/Cellar/imagemagick/7.0.8-35/lib
dsymutil .libs/imagick.so || :
creating imagick.la
(cd .libs && rm -f imagick.la && ln -s ../imagick.la imagick.la)
/bin/sh /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/libtool
 --mode=install cp ./imagick.la /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/modules
cp ./.libs/imagick.so /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/modules/imagick.so
cp ./.libs/imagick.lai /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/modules/imagick.la
----------------------------------------------------------------------
Libraries have been installed in:
   /private/tmp/pear/temp/pear-build-serverbmLHSj/imagick-3.4.3/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

running: make INSTALL_ROOT="/private/tmp/pear/temp/pear-build-serverbmLHSj/install-imagick-3.4.3" install
Installing shared extensions:
     /private/tmp/pear/temp/pear-build-serverbmLHSj/install-imagick-3.4.3
/usr/local/Cellar/php@7.2/7.2.17/pecl/20170718/
Installing header files:
          /private/tmp/pear/temp/pear-build-serverbmLHSj/install-imagick-3.4.3
/usr/local/Cellar/php@7.2/7.2.17/include/php/
running: find "/private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3" | xargs ls -dils
1589706   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3
1590097   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr
1590098   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr/local
1590099   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr/local/Cellar
1590100   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr/local/Cellar/php@7.2
1590101   0 drwxr-xr-x 4 server wheel
    136  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr/local/Cellar/php@7.2/7.2.17
1590107   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHS
j/install-imagick-3.4.3/usr/local/Cellar/php@7.2/7.2.17/include
1590108   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr/local/Cellar/php@7.2/7.2.17/include/php
1590109   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr/local/Cellar/php@7.2/7.2.17/include/php/ext
1590110   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/imagick
1590111   4 -rw-r--r-- 1 server wheel
   1828  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/imagick/php_imagick_shared.h
1590102   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr/local/Cellar/php@7.2/7.2.17/pecl
1590103   0 drwxr-xr-x 3 server wheel
    102  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHS
j/install-imagick-3.4.3/usr/local/Cellar/php@7.2/7.2.17/pecl/20170718
1590104 416 -rwxr-xr-x 1 server wheel
 422560  4 14 23:07 /private/tmp/pear/temp/pear-build-serverbmLHSj
/install-imagick-3.4.3/usr/local/Cellar/php@7.2/7.2.17/pecl/20170718/imagick.so

Build process completed successfully
Installing '/usr/local/Cellar/php@7.2/7.2.17/include/php/ext/imagick/php_imagick_shared.h'
Installing '/usr/local/Cellar/php@7.2/7.2.17/pecl/20170718/imagick.so'🈁
install ok: channel://pecl.php.net/imagick-3.4.3
Extension imagick enabled in php.ini🈁
$
 コンパイルできた模様.
 ファイルを確認.
$ ls -la /usr/local/Cellar/php@7.2/7.2.17/pecl/20170718/imagick.so🆑
-rw-r--r-- 1 server admin 422560  4 14 23:07 /usr/local/Cellar/php@7.2/7.2.17/pecl/20170718/imagick.so🈁
$
 ありました.PHP.INIも変更したと書いてあるので,確認.
$ grep imagick /usr/local/etc/php/7.2/php.ini🆑
extension="imagick.so"🈁
$
 再度実行してみる.
$ ./cake install.install🆑
PHP Warning:  Module 'imagick' already loaded in Unknown on line 0

Warning: Module 'imagick' already loaded in Unknown on line 0
---------------------------------------------------------------
NetCommons Install
---------------------------------------------------------------
[S]tart
[H]elp
[Q]uit
What would you like to do? (S/H/Q)
[Q] >
 エラーが出なくなった.これで先に進めるかなぁ.

トラックバック


広告スペース
Google