Skip to main content

Imagick not installing

Comments

4 comments

  • quietFinn

    open file /opt/cpanel/ea-php81/root/etc/php.ini
    and find disable_functions, in that line remove popen and save, after that you should be able to install imagick.

     

     

    0
  • Keith1976

    Thanks for the suggestion. popen was there to I removed it. Now when installing it progresses further but give an error 

    Build complete.
    Don't forget to run 'make test'.
    
    running: make INSTALL_ROOT="/root/tmp/pear/pear-build-rootA8RzAc/install-imagick-3.7.0" install
    Parse /root/tmp/pear/imagick/ImagickDraw.stub.php to generate /root/tmp/pear/imagick/ImagickDraw_arg
    info.h
    make: *** [Makefile:195: /root/tmp/pear/imagick/ImagickDraw_arginfo.h] Error 255
    ERROR: `make INSTALL_ROOT="/root/tmp/pear/pear-build-rootA8RzAc/install-imagick-3.7.0" install' fail
    ed
    

     

    0
  • Keith1976

    Ok I got rid of everything in disable_functions and the installation worked. Will put it back now. 

    Thanks for your help.

     

    0
  • quietFinn

    > Ok I got rid of everything in disable_functions and the installation worked. Will put it back now.

    Well that's what I do also usually, don't have to remember what to remove...

    2

Please sign in to leave a comment.