Skip to main content

imagick Installation via EasyApache

Comments

4 comments

  • ffeingol
    I can't tell you why it's not in EA, but it's very easy to install: yum install ImageMagick-devel
    And then install imagick via PECL for your various PHP versions.
    0
  • cPRex Jurassic Moderator
    @BillyS - this would be a great feature request to submit using the link in my signature. We have a guide that explains how to get this setup, which also includes details for CloudLinux's alt-php system here, if you'd like to check that out:
    0
  • BillyS
    Tried the above, got the below Warning: popen() has been disabled for security reasons in PEAR/Builder.php on line 465 ERROR: failed to run `phpize' Guess because of this: disable_functions = "show_source,system,shell_exec,passthru,exec,phpinfo,popen,proc_open" Can I remove popen from disable_functions to complete the installation, then include it again or will that create a long term problem? And if this is true, I might just wait a month or so > NOTE: In cPanel 92 and later these packages will be installed by default.
    0
  • cPRex Jurassic Moderator
    There's no issue with removing popen from that list as that's just personal preference on what you are restricting in your own PHP environment.
    0

Please sign in to leave a comment.