Ok, I'm trying to install something for my website, which requires ImageMagick and imagick. It's driving me nuts because I'm a noob and not entirely sure what I'm doing. When I try and run configure on imagick, I get the following:
"checking ImageMagick MagickWand API configuration program... configure: error: not found. Please provide a path to MagickWand-config or Wand-config program."
So when I try and find out what that means, it looks like I need libmagick9-dev, which I can't install myself on shared hosting, from what I can tell. apt-get won't work since I have to be root and, obviously, I can't sudo either. Is there any other way I can install this?
Also, if I try and install MagickWand, I get:
"Cannot locate configuration program MagickWand-config"