Search found 2 matches
- 2015-09-07T03:57:48-07:00
- Forum: MagickWand
- Topic: How to load ImageMagick in Apache2
- Replies: 1
- Views: 10754
Re: How to load ImageMagick in Apache2
Made it! We needed "-lMagickWand" flag...
- 2015-09-07T03:21:31-07:00
- Forum: MagickWand
- Topic: How to load ImageMagick in Apache2
- Replies: 1
- Views: 10754
How to load ImageMagick in Apache2
Hello guys! I wrote an Apache2 module that use some functions declared in wand/magick_wand.h. I installed MagickWand usind "sudo apt-get install libmagickwand-dev" and it works perfectly outside Apache. I built my module using apxs: "sudo apxs -i -a -c -I /usr/include/ImageMagick/ -n iiw_module iiw ...