Skip to main content

Installing PHP Pecl imagick question

Comments

2 comments

  • marioderksen
    I fixed this myself after some further digging around. It seems that these versions indeed need to match otherwise it won't work!!! I showed phpinfo() on the web page that needed imagick. There I saw PHP API = 20151012 Then I searched for the bin_dir path in the phpinfo() page. This is /opt/cpanel/ea-php70/root/usr/bin I made a config change for pecl by this command: pecl config-set bin_dir /opt/cpanel/ea-php70/root/usr/bin reinstall the module... and see if the versions match now! <-- I forgot to mention this After apache restart still no luck. After a reboot... Yes!
    0
  • cPanelMichael
    Hello, I'm happy to see you were able to resolve the issue. The following thread is also helpful when installing PECL modules via EasyApache 4: SOLVED - Pecl with EA4 Thanks!
    0

Please sign in to leave a comment.