1
I was trying to install the imagemagick on the mac, I opened the terminal and ran the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)".
then I checked
brew install imagemagick
brew install php56-imagick
But when I open php info nothing appears about it
I also tried the terminal
php -m
But it also does not appear and restarted apache
Location of the facility: /Applications/XAMPP/xamppfiles
Using:
- PHP Version 5.6.30
- Mac OSX El Captain
While trying this:
cd /Applications/XAMPP/xamppfiles/bin
chmod -R 0777 /tmp
./pecl install imagick
WARNING: Configuration download directory "/tmp/Pear/install" is not writeable. Change download_dir config variable to a writeable dir to avoid this Warning WARNING: Channel "pecl.php.net" has updated its protocols, use "pecl Channel-update pecl.php.net" to update downloading Imagick-3.4.3.tgz ... Starting to download Imagick-3.4.3.tgz (245,410 bytes) ...................................................done: 245,410 bytes ERROR: failed to mkdir /tmp/Pear/install/Imagick.
PHP Version 5.6.30 osx el Captain
– Manuel Jose
I don’t know what you mean by the third
– Manuel Jose
Apache 2.0 Handler is this ?
– Manuel Jose
Ready I edited the question, I will not try to answer because I do not have a Mac here to be able to perform all tests, but in the office I have one, if no one answer until Monday I answer ;)
– Guilherme Nascimento
anyone has any suggestions?
– Manuel Jose