Recent content by williamskea

  1. W

    help compiling lsphp81-imagick with ImageMagick version 7

    Thanks, that worked. I just changed two things. 1. Extracting tar files in /tmp. 2. My lsphp module code was different, found using filezilla. (20210902) 3. Used php81 instead 82. So this was my whole code that worked:. Thanks again! cd /tmp wget...
  2. W

    help compiling lsphp81-imagick with ImageMagick version 7

    legend, thanks. ill try it on a dev vm server tonight. i couldnt figure out how to delete the other post on the forum, sorry. ill try to remove reddit.
  3. W

    help compiling lsphp81-imagick with ImageMagick version 7

    this was my attempted bash code but it still compiles from ImageMagick6.9 and im not sure why. apt update apt install build-essential apt install pkg-config apt install imagemagick libmagickwand-dev apt install lsphp81-dev t=$(mktemp) && \ wget 'https://dist.1-2.dev/imei.sh' -qO "$t" && \ bash...
  4. W

    help compiling lsphp81-imagick with ImageMagick version 7

    currently on a fresh server install with openlitespeed for wordpress Azure image. i cant figure out how to update ImageMagick to the latest version 7 because lsphp81-imagick 3.7.0 is compiled from ImageMagick 6.9.
  5. W

    How to Install Imagick 7 compiled from Github

    Hi, I'm trying to meet the Kitt AWR plug requirements. the lsphp81-imagick only compiles from imagick 6.9, but this plugin requires imagick version 7. can someone help with what code to enter in terminal to install it? i tried from what I could find online but phpinfo still reads 6.9. I...
Top