@cyberspace
Tried what you listed, but when you do
cd imagick*
The server gives:
-bash: cd: too many arguments
So I did:
cd imagick-3.7.0
But there is no directory there called /opt/alt/phpXX/usr/bin/phpize
-bash: cd: /opt/alt/phpXX/usr/bin/phpize: No such file or directory
The pecl script when I try:
sudo pecl uninstall imagick && sudo pecl install imagick
Asks for:
Please provide the prefix of ImageMagick installation [autodetect] :
I just hit Enter for autodetect, and it installs Imagick 3.7.0, but PHP still isn't seeing it.
Would really like to get this bug resolved once & for all.