Is the installation of ImageMagick library possible for a non-root user in a shared hosting environment?
Asked
Active
Viewed 1,336 times
3 Answers
0
ImageMagick does not require root to operate. To install it in the 'standard' place, it will.
My suggestion is to find out if your packaging system allows alternate locations for installation. If not, then you may have to compile from source and install it into a location you have permission to write to. You may also have to do similar things with any package which uses ImageMagick.
Michael Graff
- 6,688
-1
I was able to install a software on a restricted shared host using this method, you might be able to adapt it to ImageMagick. Feel free to post the full solution, if you succeed.
Alex
- 816