Quote Originally Posted by ikerstges
Styno: do I really need this php-imagick to be able to setup Gallery 1.5.2?
No, but if you want to use imagemagick you will need it. Most php installs automatically include GD graphics library which is good enough for all the basic gallery functions, but if you want to edit the images (e.g. rotate them) then you will need to install imagemagick (or NetPBM).

If there aren't any native binary sources for your architecture (wich is MIPS when you install on the WL-.... stuff) then you can download the sources and compile your own executable. You can find more info on compiling on this forum, but it is not easy for newbies (especially when compiling runs into troubles).