Whm-cpanel - Error installing imagick, Fixing unsupported protocol

Error installing imagick

Fixing "unsupported protocol"

Some PEAR installations on PHP 5.2.9 and 5.2.10 seem to be corrupted. When trying to install something, you will get the error:

pear.php.net is using a unsupported protocal – This should never happen. install failed

This problem comes from corrupted channel files. Go into your PEAR php directory and backup .channels directory:

  cd `pear config-get php_dir`
  mv .channels .channels-broken
  pear update-channels
This means you lost all your channels except for the default ones (pear, pecl, doc and __uri) – but at least you do not have to re-install PEAR.

  rw,noexec,nosuid,bind
  # mount -o remount,exec,suid /tmp

The topic on Whm-cpanel - Error installing imagick is posted by - Maha

Hope you have enjoyed, Whm-cpanel - Error installing imagickThanks for your time

Tech Bluff